diff mbox series

ASoC: Intel: sof_sdw: Add support for SKU 0C4F product

Message ID 20221122052052.687281-1-yung-chuan.liao@linux.intel.com (mailing list archive)
State Accepted
Commit a9248c868c39440369c614598b2465d1a1b1cf62
Headers show
Series ASoC: Intel: sof_sdw: Add support for SKU 0C4F product | expand

Commit Message

Bard Liao Nov. 22, 2022, 5:20 a.m. UTC
From: Gongjun Song <gongjun.song@intel.com>

SKU 0C4F product supports a SoundWire headset codec, SoundWire
capture from local microphones and two SoundWire amplifiers.

Signed-off-by: Gongjun Song <gongjun.song@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
 sound/soc/intel/boards/sof_sdw.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Mark Brown Nov. 22, 2022, 2:49 p.m. UTC | #1
On Tue, 22 Nov 2022 13:20:52 +0800, Bard Liao wrote:
> From: Gongjun Song <gongjun.song@intel.com>
> 
> SKU 0C4F product supports a SoundWire headset codec, SoundWire
> capture from local microphones and two SoundWire amplifiers.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: Intel: sof_sdw: Add support for SKU 0C4F product
      commit: a9248c868c39440369c614598b2465d1a1b1cf62

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/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index 172f008adea0..ffef492e3f3d 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -376,6 +376,16 @@  static const struct dmi_system_id sof_sdw_quirk_table[] = {
 					RT711_JD2 |
 					SOF_SDW_FOUR_SPK),
 	},
+	{
+		.callback = sof_sdw_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
+			DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C4F")
+		},
+		.driver_data = (void *)(SOF_SDW_TGL_HDMI |
+					RT711_JD2 |
+					SOF_SDW_FOUR_SPK),
+	},
 	/* MeteorLake devices */
 	{
 		.callback = sof_sdw_quirk_cb,