summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-topology.c
diff options
context:
space:
mode:
authorRakesh Ughreja2018-07-25 02:50:48 +0200
committerMark Brown2018-07-25 18:30:30 +0200
commitfe65324e3f5205072a2d55ac9c63ec77155fa528 (patch)
tree901b563d1a1f960ae56a47716e145b8b85c8c43d /sound/soc/intel/skylake/skl-topology.c
parentASoC: Intel: Atom: fix inversion between __iowrite32 and __ioread32 (diff)
downloadkernel-qcow2-linux-fe65324e3f5205072a2d55ac9c63ec77155fa528.tar.gz
kernel-qcow2-linux-fe65324e3f5205072a2d55ac9c63ec77155fa528.tar.xz
kernel-qcow2-linux-fe65324e3f5205072a2d55ac9c63ec77155fa528.zip
ASoC: Intel: Skylake: fix widget handling
include DAPM Mux and output widgets into the list. Signed-off-by: Rakesh Ughreja <rakesh.a.ughreja@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-topology.c')
-rw-r--r--sound/soc/intel/skylake/skl-topology.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c
index 647e52aecdc3..9845d853644c 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;