]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
snd-pcsp: silent misleading warning
authorStas Sergeev <stsp@aknet.ru>
Sun, 18 May 2008 16:30:03 +0000 (18:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 May 2008 10:06:44 +0000 (12:06 +0200)
commit42ece6c1f8162cd782b44dc4863679e888531df5
tree4eeb1e9a2d6c7f406a57056b4b67c578a856e22c
parent2bc536a235382f2a14fbbefd4fa9cd6089c9d0d0
snd-pcsp: silent misleading warning

It appears that alsa allows a sound buffer with size not
evenly devided by the period size. This triggers a warning in
snd-pcsp and floods the log. As a quick fix, the warning should
be disabled.

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/pcsp/pcsp_lib.c