diff mbox series

ALSA: intel-dspconfig: add ES8336 support for AlderLake-PS

Message ID 20220919114548.42769-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
State Accepted
Commit 9db1c9fa214ef41d098633ff40a87284ca6e1870
Headers show
Series ALSA: intel-dspconfig: add ES8336 support for AlderLake-PS | expand

Commit Message

Pierre-Louis Bossart Sept. 19, 2022, 11:45 a.m. UTC
From: Muralidhar Reddy <muralidhar.reddy@intel.com>

added quirks for ESS8336 for AlderLake-PS

Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Muralidhar Reddy <muralidhar.reddy@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/hda/intel-dsp-config.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Mark Brown Sept. 19, 2022, 11:10 p.m. UTC | #1
On Mon, 19 Sep 2022 13:45:48 +0200, Pierre-Louis Bossart wrote:
> From: Muralidhar Reddy <muralidhar.reddy@intel.com>
> 
> added quirks for ESS8336 for AlderLake-PS
> 
> 

Applied to

   broonie/sound.git for-next

Thanks!

[1/1] ALSA: intel-dspconfig: add ES8336 support for AlderLake-PS
      commit: 9db1c9fa214ef41d098633ff40a87284ca6e1870

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
index d84ffdf47210e..1997ffc16663a 100644
--- a/sound/hda/intel-dsp-config.c
+++ b/sound/hda/intel-dsp-config.c
@@ -427,6 +427,11 @@  static const struct config_entry config_table[] = {
 		.device = 0x51cd,
 	},
 	/* Alderlake-PS */
+	{
+		.flags = FLAG_SOF,
+		.device = 0x51c9,
+		.codec_hid =  &essx_83x6,
+	},
 	{
 		.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
 		.device = 0x51c9,