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:
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
|
history
diff --git
a/sound/pci/hda/patch_atihdmi.c
b/sound/pci/hda/patch_atihdmi.c
index
e0e9ea9
..
e6fbd5d
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 */
};