diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_intelhdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_intelhdmi.c b/sound/pci/hda/patch_intelhdmi.c index ad1aa5d87dda..82312c67f8dd 100644 --- a/sound/pci/hda/patch_intelhdmi.c +++ b/sound/pci/hda/patch_intelhdmi.c | |||
@@ -433,7 +433,7 @@ static void hdmi_debug_channel_mapping(struct hda_codec *codec, hda_nid_t nid) | |||
433 | slot = snd_hda_codec_read(codec, nid, 0, | 433 | slot = snd_hda_codec_read(codec, nid, 0, |
434 | AC_VERB_GET_HDMI_CHAN_SLOT, i); | 434 | AC_VERB_GET_HDMI_CHAN_SLOT, i); |
435 | printk(KERN_DEBUG "HDMI: ASP channel %d => slot %d\n", | 435 | printk(KERN_DEBUG "HDMI: ASP channel %d => slot %d\n", |
436 | slot >> 4, slot & 0x7); | 436 | slot >> 4, slot & 0xf); |
437 | } | 437 | } |
438 | #endif | 438 | #endif |
439 | } | 439 | } |