diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-08-07 15:34:25 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-08-08 07:49:46 +0200 |
commit | 8b4ac5429938dd5f1fbf2eea0687f08cbcccb6be (patch) | |
tree | d0e8ec8775cd454fc9205aa5a1d3a5160f068c48 /include | |
parent | 610f04ca710cef5ab35dd14accfb0d14eaa822a0 (diff) |
ALSA: wavefront: Use standard print API
Use the standard print API with dev_*() instead of the old house-baked
one. It gives better information and allows dynamically control of
debug prints.
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20240807133452.9424-36-tiwai@suse.de
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/snd_wavefront.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/snd_wavefront.h b/include/sound/snd_wavefront.h index 55053557c898..27f7e8a477c2 100644 --- a/include/sound/snd_wavefront.h +++ b/include/sound/snd_wavefront.h @@ -137,8 +137,4 @@ extern int snd_wavefront_fx_ioctl (struct snd_hwdep *, extern int snd_wavefront_fx_open (struct snd_hwdep *, struct file *); extern int snd_wavefront_fx_release (struct snd_hwdep *, struct file *); -/* prefix in all snd_printk() delivered messages */ - -#define LOGNAME "WaveFront: " - #endif /* __SOUND_SND_WAVEFRONT_H__ */ |