projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff557bf
)
ALSA: hda: intel-dsp-config: add PCI id for TGL-H
author
Bard Liao
<bard.liao@intel.com>
Mon, 25 Jan 2021 08:30:51 +0000
(10:30 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 13 Feb 2021 12:55:06 +0000
(13:55 +0100)
[ Upstream commit
c5b5ff607d6fe5f4284acabd07066f96ecf96ac4
]
Adding PCI id for TGL-H. Like for other TGL platforms, SOF is used if
Soundwire codecs or PCH-DMIC is detected.
Signed-off-by: Bard Liao <bard.liao@intel.com>
Reviewed-by: Xiuli Pan <xiuli.pan@intel.com>
Reviewed-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link:
https://lore.kernel.org/r/20210125083051.828205-1-kai.vehmanen@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/hda/intel-dsp-config.c
patch
|
blob
|
history
diff --git
a/sound/hda/intel-dsp-config.c
b/sound/hda/intel-dsp-config.c
index 1c5114dedda92f8e51857309feba50a8bd8728dd..fe49e9a97f0ecc10f14e668ef591af5f265077bc 100644
(file)
--- a/
sound/hda/intel-dsp-config.c
+++ b/
sound/hda/intel-dsp-config.c
@@
-306,6
+306,10
@@
static const struct config_entry config_table[] = {
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
.device = 0xa0c8,
},
+ {
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
+ .device = 0x43c8,
+ },
#endif
/* Elkhart Lake */