From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751856AbdJRQTO (ORCPT ); Wed, 18 Oct 2017 12:19:14 -0400 Received: from mga01.intel.com ([192.55.52.88]:43794 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbdJRQTN (ORCPT ); Wed, 18 Oct 2017 12:19:13 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,397,1503385200"; d="scan'208";a="139699429" Subject: Re: [PATCH 0/2] rt5651: Enable platforms with int mic on IN2 To: Carlo Caione , linux@endlessm.com, lgirdwood@gmail.com, broonie@kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Cc: Carlo Caione References: <20171018160759.18563-1-carlo@caione.org> From: Pierre-Louis Bossart Message-ID: <2511be5d-4885-85a8-7bdb-a67421b81538@linux.intel.com> Date: Wed, 18 Oct 2017 11:19:11 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171018160759.18563-1-carlo@caione.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/18/17 11:07 AM, Carlo Caione wrote: > From: Carlo Caione > > While working on enabling a cherry-trail laptop shipping the rt5651 > codec I realized that the machine driver needed some fixup. > > In particular the laptop I'm working on (KIANO SlimNote 14.2) has the > internal mic connected to the IN2 port. > > All the laptop-specific work with the related quirks will follow. Nice, thanks for the work. You'll have to rebase and resubmit to fix conflicts. I provided changes to simplify DMIC quirks (there is a single interface, not 2 on this chip) that aren't reflected in your patches and the addition of MCLK support. Mark's for-next branch already took the changes this morning. Also let me know if you want the UCM files to be updated. > > Carlo Caione (2): > ASoC: intel: byt: Enable quirk logic for custom maps > ASoC: intel: byt: Introduce new custom IN2 map > > sound/soc/intel/boards/bytcr_rt5651.c | 21 ++++++++++++++++++++- > 1 file changed, 20 insertions(+), 1 deletion(-) >