ALSA: hda - Add PCI and Codec IDs for Haswell HDMI Audio
From: Wang Xingchao <xingchao.wang@intel.com>
This is a backport of several upstream commits:
e926f2c850c472f813f9bab486c68a3fe0b03ae4
1c76684d2752b3a24bb7da183cc18e5d126dbcc9
bdbe34dece4942f4d8df9865dba7785bb813366a
d279fae8a41690ec1b20c07be8c6f42f8af27a17
...which all are trivial and just add PCI and Codec IDs
to the relevant tables.
We'll probably need stuff on the video driver side as well
to actually enable Haswell HDMI Audio, but this is a first step.
All patches are:
Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
09-27-2012, 12:49 PM
David Henningsson
ALSA: hda - Add PCI and Codec IDs for Haswell HDMI Audio
From: Wang Xingchao <xingchao.wang@intel.com>
This is a backport of several upstream commits:
e926f2c850c472f813f9bab486c68a3fe0b03ae4
1c76684d2752b3a24bb7da183cc18e5d126dbcc9
bdbe34dece4942f4d8df9865dba7785bb813366a
d279fae8a41690ec1b20c07be8c6f42f8af27a17
...which all are trivial and just add PCI and Codec IDs
to the relevant tables.
We'll probably need stuff on the video driver side as well
to actually enable Haswell HDMI Audio, but this is a first step.
All patches are:
Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
(cherry picked from commit d279fae8a41690ec1b20c07be8c6f42f8af27a17)
Conflicts:
sound/pci/hda/hda_intel.c
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
Changed: Since haswell is playback only, AZX_DCAPS_POSFIX_LPIB is
what would correspond to AZX_DCAPS_POSFIX_COMBO in the upstream
patch version.