diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-10-30 14:46:35 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-10-30 14:46:35 +0100 |
commit | 7027eee0908cc4807bb69242e6ceaa0002e682a7 (patch) | |
tree | 4ddfc314a54443dacebad2b52a5e9d20170eba52 /sound/hda/intel-dsp-config.c | |
parent | ef5fbdf732a158ec27eeba69d8be851351f29f73 (diff) | |
parent | 2db63e92186d7201ee1cb2f5af11757c5e5a1020 (diff) |
Merge tag 'asoc-fix-v6.12-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.12
The biggest set of changes here is Hans' fixes and quirks for various
Baytrail based platforms with RT5640 CODECs, and there's one core fix
for a missed length assignment for __counted_by() checking. Otherwise
it's small device specific fixes, several of them in the DT bindings.
Diffstat (limited to 'sound/hda/intel-dsp-config.c')
-rw-r--r-- | sound/hda/intel-dsp-config.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index f018bd779862..9f849e05ce79 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -723,6 +723,10 @@ static const struct config_entry acpi_config_table[] = { /* BayTrail */ { .flags = FLAG_SST_OR_SOF_BYT, + .acpi_hid = "LPE0F28", + }, + { + .flags = FLAG_SST_OR_SOF_BYT, .acpi_hid = "80860F28", }, /* CherryTrail */ |