diff options
author | Mark Brown <broonie@kernel.org> | 2022-11-29 13:55:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-29 13:55:51 +0100 |
commit | aeb2e9c4eedc6fed264a51ca2ea17c83984d2a64 (patch) | |
tree | 3d80758082c0a3bc293761cc1a4cbac2e457b128 /sound/hda | |
parent | ASoC: qcom: lpass-sc7180: Delete redundant error log from _resume() (diff) | |
parent | ASoC: cs42l51: Correct PGA Volume minimum value (diff) | |
download | linux-aeb2e9c4eedc6fed264a51ca2ea17c83984d2a64.tar.xz linux-aeb2e9c4eedc6fed264a51ca2ea17c83984d2a64.zip |
ASoC: Merge up fixes
Merge the fixes branch up so we can apply further AMD work.
Diffstat (limited to 'sound/hda')
-rw-r--r-- | sound/hda/intel-dsp-config.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index b9eb3208f288..ae31bb127594 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -321,6 +321,11 @@ static const struct config_entry config_table[] = { } }, { + .flags = FLAG_SOF, + .device = 0x34c8, + .codec_hid = &essx_83x6, + }, + { .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, .device = 0x34c8, }, |