projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba72ba
)
[ALSA] hda-codec - Add ID for an unknown HDMI codec chip
author
Takashi Iwai
<tiwai@suse.de>
Wed, 6 Feb 2008 13:41:59 +0000
(14:41 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:07 +0000
(12:00 +0200)
Added the ID for an unknown HDMI codec chip on Jetway J9F2.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_atihdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_atihdmi.c
b/sound/pci/hda/patch_atihdmi.c
index e0e9ea99568458927b276aa5a33f193bd784426e..e6fbd5d8fba494d5e2de4d411d62e1e985a30d3e 100644
(file)
--- a/
sound/pci/hda/patch_atihdmi.c
+++ b/
sound/pci/hda/patch_atihdmi.c
@@
-164,5
+164,6
@@
struct hda_codec_preset snd_hda_preset_atihdmi[] = {
{ .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi },
{ .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi },
{ .id = 0x10951392, .name = "SI HDMI", .patch = patch_atihdmi },
+ { .id = 0x17e80047, .name = "Unknown HDMI", .patch = patch_atihdmi },
{} /* terminator */
};