projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6694635
)
ALSA: hda - Add missing printk argument in previous patch
author
Takashi Iwai
<tiwai@suse.de>
Tue, 30 Mar 2010 05:48:05 +0000
(07:48 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 30 Mar 2010 05:48:05 +0000
(07:48 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 22aea7b089c67e84adbe585fa3ebed32b82d2cda..ca93c4cc144e0430fbe76a2863b7edffeb690c2e 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-5037,7
+5037,8
@@
static void fillup_priv_adc_nids(struct hda_codec *codec, hda_nid_t *nids,
}
if (!spec->num_adc_nids) {
printk(KERN_WARNING "hda_codec: %s: no valid ADC found;"
- " using fallback 0x%x\n", fallback_adc);
+ " using fallback 0x%x\n",
+ codec->chip_name, fallback_adc);
spec->private_adc_nids[0] = fallback_adc;
spec->adc_nids = spec->private_adc_nids;
if (fallback_adc != fallback_cap) {