diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-05-23 04:33:08 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:11:41 -0400 |
commit | e6e514fa825be7362a955ba43d6fd18896d375c2 (patch) | |
tree | 6e53cd338862e23f33c7094da36e5afdbdfd816c /sound/pci/es1968.c | |
parent | 209ac85d76e4edf05779b4bd5c2a92b059e9ab4d (diff) |
[ALSA] Add the vendor 0x1558 to PM whitelist of es1968
ES1968 driver
Added the vendor id 0x1558 to the power management whitelist of es1968 driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/es1968.c')
-rw-r--r-- | sound/pci/es1968.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/es1968.c b/sound/pci/es1968.c index da10d40b2d91..ea889b311390 100644 --- a/sound/pci/es1968.c +++ b/sound/pci/es1968.c | |||
@@ -2559,6 +2559,7 @@ static struct ess_device_list pm_whitelist[] __devinitdata = { | |||
2559 | { TYPE_MAESTRO2E, 0x103c }, | 2559 | { TYPE_MAESTRO2E, 0x103c }, |
2560 | { TYPE_MAESTRO2E, 0x1179 }, | 2560 | { TYPE_MAESTRO2E, 0x1179 }, |
2561 | { TYPE_MAESTRO2E, 0x14c0 }, /* HP omnibook 4150 */ | 2561 | { TYPE_MAESTRO2E, 0x14c0 }, /* HP omnibook 4150 */ |
2562 | { TYPE_MAESTRO2E, 0x1558 }, | ||
2562 | }; | 2563 | }; |
2563 | 2564 | ||
2564 | static struct ess_device_list mpu_blacklist[] __devinitdata = { | 2565 | static struct ess_device_list mpu_blacklist[] __devinitdata = { |