Skip to content

Commit c210b9b

Browse files
committed
ASoC: Intel: sof-sdw: add Dell SKU 0B34
jira LE-1907 Rebuild_History Non-Buildable kernel-5.14.0-284.30.1.el9_2 commit-author Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> commit 332f618 This device has no 3.5mm jack, only a single amplifier and mic codec. Closes: thesofproject/linux#4399 Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20230602202225.249209-19-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> (cherry picked from commit 332f618) Signed-off-by: Jonathan Maple <jmaple@ciq.com>
1 parent f4c1e49 commit c210b9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,15 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
346346
RT711_JD2 |
347347
SOF_SDW_FOUR_SPK),
348348
},
349+
{
350+
.callback = sof_sdw_quirk_cb,
351+
.matches = {
352+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
353+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0B34"),
354+
},
355+
/* No Jack */
356+
.driver_data = (void *)SOF_SDW_TGL_HDMI,
357+
},
349358
{
350359
.callback = sof_sdw_quirk_cb,
351360
.matches = {

0 commit comments

Comments
 (0)