You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sound: Remove pr_<level> uses of KERN_<level>
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
49553c2ef8
commit
147fcf1c21
+1
-1
@@ -579,7 +579,7 @@ static int snd_ps3_delay_to_bytes(struct snd_pcm_substream *substream,
|
||||
rate * delay_ms / 1000)
|
||||
* substream->runtime->channels;
|
||||
|
||||
pr_debug(KERN_ERR "%s: time=%d rate=%d bytes=%ld, frames=%d, ret=%d\n",
|
||||
pr_debug("%s: time=%d rate=%d bytes=%ld, frames=%d, ret=%d\n",
|
||||
__func__,
|
||||
delay_ms,
|
||||
rate,
|
||||
|
||||
Reference in New Issue
Block a user