diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-02-17 08:09:20 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-17 08:09:20 -0500 |
commit | 6f4530409199e7c3f8a4bdbd1391b7b25951e397 (patch) | |
tree | 48c787faf568db622bbf72682227ecbe35e29644 /sound/pci/hda/patch_realtek.c | |
parent | 185d99f1924ee0047bcd524c58a01c9f8d58d673 (diff) |
ALSA: hda/realtek - Show multi-io pins in debug prints
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 29c1925e9184..4b2ecbcbe66b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3298,6 +3298,11 @@ static void debug_show_configs(struct alc_spec *spec, struct auto_pin_cfg *cfg) | |||
3298 | spec->multiout.dac_nids[1], | 3298 | spec->multiout.dac_nids[1], |
3299 | spec->multiout.dac_nids[2], | 3299 | spec->multiout.dac_nids[2], |
3300 | spec->multiout.dac_nids[3]); | 3300 | spec->multiout.dac_nids[3]); |
3301 | if (spec->multi_ios > 0) | ||
3302 | debug_badness("multi_ios(%d) = %x/%x : %x/%x\n", | ||
3303 | spec->multi_ios, | ||
3304 | spec->multi_io[0].pin, spec->multi_io[1].pin, | ||
3305 | spec->multi_io[0].dac, spec->multi_io[1].dac); | ||
3301 | debug_badness("hp_outs = %x/%x/%x/%x : %x/%x/%x/%x\n", | 3306 | debug_badness("hp_outs = %x/%x/%x/%x : %x/%x/%x/%x\n", |
3302 | cfg->hp_pins[0], cfg->hp_pins[1], | 3307 | cfg->hp_pins[0], cfg->hp_pins[1], |
3303 | cfg->hp_pins[2], cfg->hp_pins[2], | 3308 | cfg->hp_pins[2], cfg->hp_pins[2], |