projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56887da
)
ALSA: pcm: oss: Use pr_debug()
author
Takashi Iwai
<tiwai@suse.de>
Wed, 7 Aug 2024 13:34:22 +0000
(15:34 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 8 Aug 2024 05:49:46 +0000
(07:49 +0200)
Use the standard print API instead of open-coded printk().
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link:
https://patch.msgid.link/20240807133452.9424-33-tiwai@suse.de
sound/core/oss/pcm_plugin.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/core/oss/pcm_plugin.h
b/sound/core/oss/pcm_plugin.h
index 50a6b50f5db4c38374eebd99eaab81161401bda1..55035dbf23f0f75245d365f9c23fccae1f0041d6 100644
(file)
--- a/
sound/core/oss/pcm_plugin.h
+++ b/
sound/core/oss/pcm_plugin.h
@@
-160,7
+160,7
@@
snd_pcm_sframes_t snd_pcm_oss_readv3(struct snd_pcm_substream *substream,
void **bufs, snd_pcm_uframes_t frames);
#ifdef PLUGIN_DEBUG
-#define pdprintf(fmt, args...) pr
intk(KERN_DEBUG
"plugin: " fmt, ##args)
+#define pdprintf(fmt, args...) pr
_debug(
"plugin: " fmt, ##args)
#else
#define pdprintf(fmt, args...)
#endif