From: Cezary Rojewski Date: Mon, 3 Feb 2025 14:10:51 +0000 (+0100) Subject: ALSA: hda: Select avs-driver by default on MBL X-Git-Tag: v6.15-rc1~173^2~4^2~135^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=856366dc924a9561dae39f252b45dfd6cc6895ce;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20250203141051.2361323-12-cezary.rojewski@intel.com Signed-off-by: Mark Brown --- diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index f564ec7af1940..9a8ead75be174 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) {