Skip to content

Commit ebddbb5

Browse files
committed
ASoC: Intel: sof_sdw: Add support for SKU 0C10 product
SKU 0C10 product supports SoundWire capture from local microphone and two SoundWire amplifiers(no headset codec). 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-2-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:28 2022 -0600 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com> (cherry picked from commit d608bc4) Bugzilla: https://bugzilla.redhat.com/2140419
1 parent 1b13074 commit ebddbb5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
355355
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
356356
RT711_JD2),
357357
},
358+
/* RaptorLake devices */
359+
{
360+
.callback = sof_sdw_quirk_cb,
361+
.matches = {
362+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
363+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C10"),
364+
},
365+
/* No Jack */
366+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
367+
SOF_SDW_FOUR_SPK),
368+
},
358369
/* MeteorLake devices */
359370
{
360371
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)