Skip to content

Commit ab992e2

Browse files
committed
ASoC: Intel: sof_sdw: Add support for SKU 0C4F product
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> Link: https://lore.kernel.org/r/20221122052052.687281-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> Author: Gongjun Song <gongjun.song@intel.com> Date: Tue Nov 22 13:20:52 2022 +0800 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com> (cherry picked from commit a9248c8) Bugzilla: https://bugzilla.redhat.com/2140419
1 parent 77785c6 commit ab992e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
376376
RT711_JD2 |
377377
SOF_SDW_FOUR_SPK),
378378
},
379+
{
380+
.callback = sof_sdw_quirk_cb,
381+
.matches = {
382+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
383+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C4F")
384+
},
385+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
386+
RT711_JD2 |
387+
SOF_SDW_FOUR_SPK),
388+
},
379389
/* MeteorLake devices */
380390
{
381391
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)