From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Subject: Re: [PATCH v4 1/8] ASoC: Intel: Skylake: fix widget handling Date: Wed, 25 Jul 2018 16:29:28 +0530 Message-ID: <20180725105928.GL3661@vkoul-mobl> References: <20180725005055.18138-1-pierre-louis.bossart@linux.intel.com> <20180725005055.18138-2-pierre-louis.bossart@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by alsa0.perex.cz (Postfix) with ESMTP id 8635C2675D4 for ; Wed, 25 Jul 2018 12:59:39 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180725005055.18138-2-pierre-louis.bossart@linux.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: Pierre-Louis Bossart Cc: tiwai@suse.de, liam.r.girdwood@linux.intel.com, alsa-devel@alsa-project.org, broonie@kernel.org, Rakesh Ughreja List-Id: alsa-devel@alsa-project.org On 24-07-18, 19:50, Pierre-Louis Bossart wrote: > From: Rakesh Ughreja > > include DAPM Mux and output widgets into the list. Pierre, Curious how is this a fix? > > Signed-off-by: Rakesh Ughreja > Signed-off-by: Pierre-Louis Bossart > --- > sound/soc/intel/skylake/skl-topology.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c > index 76dde12cc2bb..2620d77729c5 100644 > --- a/sound/soc/intel/skylake/skl-topology.c > +++ b/sound/soc/intel/skylake/skl-topology.c > @@ -108,6 +108,9 @@ static int is_skl_dsp_widget_type(struct snd_soc_dapm_widget *w, > case snd_soc_dapm_aif_out: > case snd_soc_dapm_dai_out: > case snd_soc_dapm_switch: > + case snd_soc_dapm_output: > + case snd_soc_dapm_mux: > + > return false; > default: > return true; > -- > 2.14.1 -- ~Vinod