From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre-Louis Bossart Subject: Re: [PATCH v3 0/2] ASoC: Add support for rt5640 sound card found on HP Pavilion x2 10-p000 tablet. Date: Fri, 13 Jan 2017 14:48:42 -0600 Message-ID: References: <20170106070734.GP3573@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by alsa0.perex.cz (Postfix) with ESMTP id 7ADD62666FE for ; Fri, 13 Jan 2017 21:48:44 +0100 (CET) In-Reply-To: <20170106070734.GP3573@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Vinod Koul , Alexandrov Stansilav Cc: alsa-devel@alsa-project.org, Mark Brown List-Id: alsa-devel@alsa-project.org On 01/06/2017 01:07 AM, Vinod Koul wrote: > On Fri, Jan 06, 2017 at 03:09:45AM +0300, 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 > Looks good to me, both: > > Acked-by: Vinod Koul Mark was not CC:ed, not sure if he saw these two patches? I have another patch to fix Bugzilla 156191 and add cht+rt5651 in the machine driver list, this will conflict if this set is not merged first. Thanks! > >> v3: Fixed patch descriptions >> v2: Splited patch to codec and sst parts >> >> >> Alexandrov Stansilav (2): >> ASoc: rt5640: Add "10EC3276" ACPI ID >> ASoC: Intel: Atom: Add HP Pavilion x2 10 10-p000 machine entry >> >> sound/soc/codecs/rt5640.c | 1 + >> sound/soc/intel/atom/sst/sst_acpi.c | 2 ++ >> 2 files changed, 3 insertions(+) >> >> -- >> 2.10.2 >>