projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
209ac85
)
[ALSA] Add the vendor 0x1558 to PM whitelist of es1968
author
Takashi Iwai
<tiwai@suse.de>
Mon, 23 May 2005 08:33:08 +0000
(10:33 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Sun, 29 May 2005 08:11:41 +0000
(10:11 +0200)
ES1968 driver
Added the vendor id 0x1558 to the power management whitelist of es1968 driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/es1968.c
patch
|
blob
|
history
diff --git
a/sound/pci/es1968.c
b/sound/pci/es1968.c
index
da10d40
..
ea889b3
100644
(file)
--- a/
sound/pci/es1968.c
+++ b/
sound/pci/es1968.c
@@
-2559,6
+2559,7
@@
static struct ess_device_list pm_whitelist[] __devinitdata = {
{ TYPE_MAESTRO2E, 0x103c },
{ TYPE_MAESTRO2E, 0x1179 },
{ TYPE_MAESTRO2E, 0x14c0 }, /* HP omnibook 4150 */
+ { TYPE_MAESTRO2E, 0x1558 },
};
static struct ess_device_list mpu_blacklist[] __devinitdata = {