diff options
author | 2025-02-03 15:10:51 +0100 | |
---|---|---|
committer | 2025-02-03 14:05:02 +0000 | |
commit | 856366dc924a9561dae39f252b45dfd6cc6895ce (patch) | |
tree | 0107f265744b541b90cedf03286cb167263f38f9 | |
parent | ASoC: Intel: avs: Add WHM module support (diff) | |
download | linux-rng-856366dc924a9561dae39f252b45dfd6cc6895ce.tar.xz linux-rng-856366dc924a9561dae39f252b45dfd6cc6895ce.zip |
ALSA: hda: Select avs-driver by default on MBL
The avs-driver is the recommended solution for MalibouLake (MBL, also
known as RPL-M) platform.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250203141051.2361323-12-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-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 f564ec7af194..9a8ead75be17 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -108,6 +108,10 @@ static const struct config_entry config_table[] = { {} } }, + { + .flags = FLAG_SST, + .device = PCI_DEVICE_ID_INTEL_HDA_RPL_M, + }, #endif #if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE) { |