diff options
| author | Cezary Rojewski <cezary.rojewski@intel.com> | 2025-02-03 15:10:51 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-02-03 14:05:02 +0000 |
| commit | 856366dc924a9561dae39f252b45dfd6cc6895ce (patch) | |
| tree | 0107f265744b541b90cedf03286cb167263f38f9 | |
| parent | 4343af66b8e1df1d3a2e6f1f8612506cb45b2afd (diff) | |
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) { |