diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-03-14 19:02:23 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2006-03-14 19:02:23 +0000 |
commit | f032a8cf3fa27ac2b3228488db78d4bc748081ad (patch) | |
tree | 7bb75d957663dff68e2e9adcbc4c4b5bb2f95a16 /src/timer | |
parent | e58f4d966f61122daf19fbda36a1f7046ccdc068 (diff) |
Suppress warning messages from old timer
Suppress warning messages when the new timer ioctl isn't available
(happening when using dmix in the new alsa-lib with older kernels).
Diffstat (limited to 'src/timer')
-rw-r--r-- | src/timer/timer_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer/timer_hw.c b/src/timer/timer_hw.c index 1a03c2ca..d11c1e3b 100644 --- a/src/timer/timer_hw.c +++ b/src/timer/timer_hw.c @@ -266,7 +266,7 @@ int snd_timer_hw_open(snd_timer_t **handle, const char *name, int dev_class, int ret = -errno; close(fd); __no_tread: - SNDERR("extended read is not supported (SNDRV_TIMER_IOCTL_TREAD)"); + SNDMSG("extended read is not supported (SNDRV_TIMER_IOCTL_TREAD)"); return ret; } } |