提交 498dab3a 编写于 作者: T Takashi Iwai

ALSA: hda - Allow 3/5/7 channel map for HDMI/DP

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 080108c4
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册