Commit fe65324e authored by Rakesh Ughreja's avatar Rakesh Ughreja Committed by Mark Brown

ASoC: Intel: Skylake: fix widget handling

include DAPM Mux and output widgets into the list.
Signed-off-by: default avatarRakesh Ughreja <rakesh.a.ughreja@intel.com>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 9a0daaab
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment