diff options
author | Mark Brown <broonie@kernel.org> | 2022-11-29 12:55:12 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-29 12:55:51 +0000 |
commit | aeb2e9c4eedc6fed264a51ca2ea17c83984d2a64 (patch) | |
tree | 3d80758082c0a3bc293761cc1a4cbac2e457b128 /sound/hda | |
parent | 863b9179cee4570e5da4206dcf8dbcdcc37c8348 (diff) | |
parent | 3d1bb6cc1a654c8693a85b1d262e610196edec8b (diff) | |
download | linux-stable-aeb2e9c4eedc6fed264a51ca2ea17c83984d2a64.tar.gz linux-stable-aeb2e9c4eedc6fed264a51ca2ea17c83984d2a64.tar.bz2 linux-stable-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, }, |