Skip to content

Commit

Permalink
ALSA: hda: intel-dsp-cfg: add LunarLake support
Browse files Browse the repository at this point in the history
[ Upstream commit d2852b8 ]

One more PCI ID for the road.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20230802150105.24604-5-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
plbossart authored and gregkh committed Sep 23, 2023
1 parent cc4553c commit 2d027da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sound/hda/intel-dsp-config.c
Expand Up @@ -481,6 +481,14 @@ static const struct config_entry config_table[] = {
},
#endif

/* Lunar Lake */
#if IS_ENABLED(CONFIG_SND_SOC_SOF_LUNARLAKE)
/* Lunarlake-P */
{
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
.device = PCI_DEVICE_ID_INTEL_HDA_LNL_P,
},
#endif
};

static const struct config_entry *snd_intel_dsp_find_config
Expand Down

0 comments on commit 2d027da

Please sign in to comment.