projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
080108c
)
ALSA: hda - Allow 3/5/7 channel map for HDMI/DP
author
Takashi Iwai
<tiwai@suse.de>
Mon, 10 Sep 2012 14:08:40 +0000
(16:08 +0200)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_hdmi.c
b/sound/pci/hda/patch_hdmi.c
index 2c53ea889da95167e73fc6eb7210309637bfcaff..71555cc54db1686519b8bd20f168d4fe5babbcad 100644
(file)
--- a/
sound/pci/hda/patch_hdmi.c
+++ b/
sound/pci/hda/patch_hdmi.c
@@
-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;