4 Jan
2017
4 Jan
'17
5:41 p.m.
On 1/4/17 6:22 AM, Alexandrov Stansilav wrote:
Inside DSDT table there is record for this soundcard:
Device (RTKC) { Name (_ADR, Zero) // _ADR: Address Name (_HID, "10EC3276") // _HID: Hardware ID Name (_CID, "10EC3276") // _CID: Compatible ID Name (_DDN, "ALC3276") // _DDN: DOS Device Name Name (_SUB, "103C827C") // _SUB: Subsystem ID Name (_PR0, Package (0x01) // _PR0: Power Resources for D0
original bugreport: https://bugzilla.kernel.org/show_bug.cgi?id=187621
v2: Splited patch to codec and sst parts
sound/soc/codecs/rt5640.c | 1 + sound/soc/intel/atom/sst/sst_acpi.c | 2 ++ 2 files changed, 3 insertions(+)
The commit message is a tad long but the patch is legit Acked-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com