From: Cezary Rojewski Date: Mon, 7 Apr 2025 11:23:52 +0000 (+0200) Subject: ALSA: hda: Select avs-driver by default on FCL X-Git-Tag: v6.16-rc1~13^2~6^2~97^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=387ddbc7d474967589de15043b47a441f95a50f2;p=linux-block.git ALSA: hda: Select avs-driver by default on FCL The avs-driver is the recommended solution for FriscoLake (FCL) platform. Reviewed-by: Amadeusz Sławiński Signed-off-by: Cezary Rojewski Acked-by: Liam Girdwood Link: https://patch.msgid.link/20250407112352.3720779-11-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 5103e37be428..01594f858129 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -112,6 +112,10 @@ static const struct config_entry config_table[] = { .flags = FLAG_SST, .device = PCI_DEVICE_ID_INTEL_HDA_RPL_M, }, + { + .flags = FLAG_SST, + .device = PCI_DEVICE_ID_INTEL_HDA_FCL, + }, #endif #if IS_ENABLED(CONFIG_SND_SOC_SOF_APOLLOLAKE) {