projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c4b3a8
)
ASoC: Intel: sof_sdw: Add support for SKU 0C11 product
author
Gongjun Song
<gongjun.song@intel.com>
Thu, 17 Nov 2022 00:27:57 +0000
(08:27 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 22 Nov 2022 13:03:03 +0000
(13:03 +0000)
SKU 0C11 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/20221117002758.496211-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_sdw.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/boards/sof_sdw.c
b/sound/soc/intel/boards/sof_sdw.c
index b86b1c5579bbfd3e33b0baebdd17f06671b3ca35..33b404299430131c8894fd618e47b3240da8679e 100644
(file)
--- a/
sound/soc/intel/boards/sof_sdw.c
+++ b/
sound/soc/intel/boards/sof_sdw.c
@@
-366,6
+366,16
@@
static const struct dmi_system_id sof_sdw_quirk_table[] = {
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
SOF_SDW_FOUR_SPK),
},
+ {
+ .callback = sof_sdw_quirk_cb,
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
+ DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0C11")
+ },
+ .driver_data = (void *)(SOF_SDW_TGL_HDMI |
+ RT711_JD2 |
+ SOF_SDW_FOUR_SPK),
+ },
{
.callback = sof_sdw_quirk_cb,
.matches = {