projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6d5eba5
39edac7
)
Merge branch 'for-linus' into for-next
author
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Oct 2013 07:30:04 +0000
(09:30 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Oct 2013 07:30:04 +0000
(09:30 +0200)
For updating the HDMI chmap fix.
Conflicts:
sound/pci/hda/patch_hdmi.c
1
2
sound/pci/hda/patch_hdmi.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
sound/pci/hda/patch_hdmi.c
index 00e0413339040c896951d0ffcd96cb0459124921,50173d412ac5c0d5fb7095b3e3004e2c63c319a0..b899eba6f27972de850e50fae3a2afe5544a1a80
---
1
/
sound/pci/hda/patch_hdmi.c
---
2
/
sound/pci/hda/patch_hdmi.c
+++ b/
sound/pci/hda/patch_hdmi.c
@@@
-983,12
-952,9
+991,9
@@@
static void hdmi_setup_audio_infoframe(
if (!hdmi_infoframe_uptodate(codec, pin_nid, ai.bytes,
sizeof(ai))) {
snd_printdd("hdmi_setup_audio_infoframe: "
- "pin=%d channels=%d\n",
+ "pin=%d channels=%d
ca=0x%02x
\n",
pin_nid,
-
channels
);
+
active_channels, ca
);
- hdmi_setup_channel_mapping(codec, pin_nid, non_pcm, ca,
- channels, per_pin->chmap,
- per_pin->chmap_set);
hdmi_stop_infoframe_trans(codec, pin_nid);
hdmi_fill_audio_infoframe(codec, pin_nid,
ai.bytes, sizeof(ai));