]> Pileus Git - ~andy/linux/commitdiff
ALSA: hda - Allow 3/5/7 channel map for HDMI/DP
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Sep 2012 14:08:40 +0000 (16:08 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Sep 2012 14:08:40 +0000 (16:08 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c

index 2c53ea889da95167e73fc6eb7210309637bfcaff..71555cc54db1686519b8bd20f168d4fe5babbcad 100644 (file)
@@ -1441,7 +1441,7 @@ static int hdmi_chmap_ctl_tlv(struct snd_kcontrol *kcontrol, int op_flag,
                return -EFAULT;
        size -= 8;
        dst = tlv + 2;
-       for (chs = 2; chs <= spec->channels_max; chs += 2) {
+       for (chs = 2; chs <= spec->channels_max; chs++) {
                int i, c;
                struct cea_channel_speaker_allocation *cap;
                cap = channel_allocations;