All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C
@ 2010-04-21 15:04 Hans de Goede
  2010-04-21 15:04 ` [PATCH 2/4] snd-meastro3: Document hardware volume control a bit Hans de Goede
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Hans de Goede @ 2010-04-21 15:04 UTC (permalink / raw)
  To: alsa-devel; +Cc: Hans de Goede

Without this quirk sound stops working after suspend resume. With this quirk,
one still needs to manually unmute the master volume control after a suspend /
/ resume cycle. That is fixed in another patch in this set.

Note that this patch was submitted to the alsa bug tracker a long time ago:
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4319

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 sound/pci/maestro3.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/pci/maestro3.c b/sound/pci/maestro3.c
index 75283fb..491a2fc 100644
--- a/sound/pci/maestro3.c
+++ b/sound/pci/maestro3.c
@@ -884,6 +884,7 @@ static struct pci_device_id snd_m3_ids[] = {
 MODULE_DEVICE_TABLE(pci, snd_m3_ids);
 
 static struct snd_pci_quirk m3_amp_quirk_list[] __devinitdata = {
+	SND_PCI_QUIRK(0x0E11, 0x0094, "Compaq Evo N600c", 0x0c),
 	SND_PCI_QUIRK(0x10f7, 0x833e, "Panasonic CF-28", 0x0d),
 	SND_PCI_QUIRK(0x10f7, 0x833d, "Panasonic CF-72", 0x0d),
 	SND_PCI_QUIRK(0x1033, 0x80f1, "NEC LM800J/7", 0x03),
-- 
1.7.0.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-04-22 17:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 15:04 [PATCH 1/4] snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C Hans de Goede
2010-04-21 15:04 ` [PATCH 2/4] snd-meastro3: Document hardware volume control a bit Hans de Goede
2010-04-21 15:04 ` [PATCH 3/4] snd-meastro3: Ignore spurious HV interrupts during suspend / resume Hans de Goede
2010-04-21 15:04 ` [PATCH 4/4] snd-maestro3: Make hardware volume buttons an input device Hans de Goede
2010-04-21 16:05   ` Ville Syrjälä
2010-04-22  7:57     ` Hans de Goede
2010-04-22 15:11       ` Ville Syrjälä
2010-04-22 16:59         ` [alsa-devel] " Dmitry Torokhov
2010-04-22 17:54           ` Ville Syrjälä
2010-04-22 14:55 ` [PATCH 1/4] snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.