aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ac97/ac97_patch.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-02-25 15:37:50 +0100
committerTakashi Iwai <tiwai@suse.de>2014-02-26 16:45:23 +0100
commit38c16e34fe2f72c131e4dfd95c191783936c6bf8 (patch)
tree7ebd08cb294b89f83189f1cb04334f7ec546bf7e /sound/pci/ac97/ac97_patch.c
parentALSA: via82xx_modem: Use standard printk helpers (diff)
downloadlinux-dev-38c16e34fe2f72c131e4dfd95c191783936c6bf8.tar.xz
linux-dev-38c16e34fe2f72c131e4dfd95c191783936c6bf8.zip
ALSA: ac97: Use standard printk helpers
Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/ac97/ac97_patch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index 66a3bc95fb84..991762215417 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -3477,7 +3477,8 @@ static int snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name,
sctl = snd_ac97_find_mixer_ctl(ac97, *s);
if (!sctl) {
- snd_printdd("Cannot find slave %s, skipped\n", *s);
+ dev_dbg(ac97->bus->card->dev,
+ "Cannot find slave %s, skipped\n", *s);
continue;
}
err = snd_ctl_add_slave(kctl, sctl);