From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH v2 7/7] ASoC: hda - added Skylake I2S machine driver Date: Fri, 17 Apr 2015 21:14:13 +0200 Message-ID: <55315B85.6060008@metafoo.de> References: <1429262000-21517-1-git-send-email-vinod.koul@intel.com> <1429262000-21517-8-git-send-email-vinod.koul@intel.com> <5530D612.4000109@metafoo.de> <20150417190655.GO30624@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-063.synserver.de (smtp-out-063.synserver.de [212.40.185.63]) by alsa0.perex.cz (Postfix) with ESMTP id 8AFE026061E for ; Fri, 17 Apr 2015 21:14:10 +0200 (CEST) In-Reply-To: <20150417190655.GO30624@intel.com> 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 Cc: alsa-devel@alsa-project.org, tiwai@suse.de, lgirdwood@gmail.com, Omair M Abdullah , broonie@kernel.org, Jeeja KP List-Id: alsa-devel@alsa-project.org On 04/17/2015 09:06 PM, Vinod Koul wrote: > On Fri, Apr 17, 2015 at 11:44:50AM +0200, Lars-Peter Clausen wrote: >> On 04/17/2015 11:13 AM, Vinod Koul wrote: >> [...] >>> + /* always connected - check HP for jack detect */ >>> + snd_soc_dapm_enable_pin(dapm, "Headphone Jack"); >>> + snd_soc_dapm_enable_pin(dapm, "Speaker"); >>> + snd_soc_dapm_enable_pin(dapm, "Mic Jack"); >>> + snd_soc_dapm_enable_pin(dapm, "DMIC2"); >> >> There is no need to do this, all pins are enabled by default. > Ah yes, thanks for pointing. With this I should also set full_routed right? You don't have to, the two are unrelated. But I'd still recommend setting fully_routed. - Lars