diff options
author | 2025-04-07 13:23:52 +0200 | |
---|---|---|
committer | 2025-04-07 14:40:04 +0100 | |
commit | 387ddbc7d474967589de15043b47a441f95a50f2 (patch) | |
tree | c43a6083821ae976bf3b56e9b01f4e53b7306522 | |
parent | ASoC: Intel: avs: Add boards definitions for FCL platform (diff) | |
download | linux-rng-387ddbc7d474967589de15043b47a441f95a50f2.tar.xz linux-rng-387ddbc7d474967589de15043b47a441f95a50f2.zip |
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 <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Link: https://patch.msgid.link/20250407112352.3720779-11-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 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) { |