forked from luck/tmp_suning_uos_patched
ASoC: Intel: Make glk+rt5682 echo ref dynamic
Without the dynamic flag to allow runtime routing, the card cannot probe on chromebooks because SOF is constantly waiting for the link. Adding flag back to allow upstream kernels to work on rt5682 based chromebooks since SOF can now ignore the hard coded front end. Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200325213245.28247-2-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
633fddee73
commit
d60b55c9ed
|
@ -409,6 +409,7 @@ static struct snd_soc_dai_link geminilake_dais[] = {
|
|||
.init = NULL,
|
||||
.capture_only = 1,
|
||||
.nonatomic = 1,
|
||||
.dynamic = 1,
|
||||
SND_SOC_DAILINK_REG(echoref, dummy, platform),
|
||||
},
|
||||
[GLK_DPCM_AUDIO_REF_CP] = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user