Skip to content

Commit 77785c6

Browse files
committed
ASoC: Intel: sof_sdw: Add support for SKU 0C40 product
SKU 0C40 product supports a SoundWire headset codec, SoundWire capture from local microphones and two SoundWire amplifiers. Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Gongjun Song <gongjun.song@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20221110225432.144184-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> Author: Gongjun Song <gongjun.song@intel.com> Date: Thu Nov 10 16:54:30 2022 -0600 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com> (cherry picked from commit 880bf4b) Bugzilla: https://bugzilla.redhat.com/2140419
1 parent ebddbb5 commit 77785c6

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
@@ -366,6 +366,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
366366
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
367367
SOF_SDW_FOUR_SPK),
368368
},
369+
{
370+
.callback = sof_sdw_quirk_cb,
371+
.matches = {
372+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
373+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C40")
374+
},
375+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
376+
RT711_JD2 |
377+
SOF_SDW_FOUR_SPK),
378+
},
369379
/* MeteorLake devices */
370380
{
371381
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)