All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] [PATCH 0/5] Add vmaster hook for HD-audio mute-LED controls
@ 2012-03-12 14:28 Takashi Iwai
  2012-03-12 14:28 ` [PATCH 1/5] ALSA: Add a hook capability to vmaster controls Takashi Iwai
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Takashi Iwai @ 2012-03-12 14:28 UTC (permalink / raw)
  To: alsa-devel

This is yet another hack for HD-audio.  Currently the mute-LED is
controlled via abusing the powerstatus check callback for power-saving
feature.  Thus the mute-LED won't be enabled when user didn't build the
driver with CONFIG_SND_HDA_POWER_SAVE=y.  With this patchset, the driver
will refer to only Master switch to follow the mute-LED status.

The first patch is to add a hook to vmaster control.  It's simple and
small.  The rest are implementations of hooks and replacements of the
existing codes with the vmaster hook.  The last patch is the addition of
the mute-EAPD support on Conexant codec.  This was one of the major
reason I wanted to implement before 3.4, since it's the biggest missing
piece in Conexant auto-parser.

I've checked quickly on a few machines.  The patches are found in my
sound-unstable tree topic/cxt-fix branch, too.
  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable.git topic/cxt-fix

Let me know if you see any problems with this patchset.


thanks,

Takashi

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

end of thread, other threads:[~2012-03-13 17:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 14:28 [RFC] [PATCH 0/5] Add vmaster hook for HD-audio mute-LED controls Takashi Iwai
2012-03-12 14:28 ` [PATCH 1/5] ALSA: Add a hook capability to vmaster controls Takashi Iwai
2012-03-12 14:28 ` [PATCH 2/5] ALSA: hda - Return the created kcontrol in __snd_hda_add_vmaster() Takashi Iwai
2012-03-12 14:28 ` [PATCH 3/5] ALSA: hda - Rewrite the mute-LED hook with vmaster hook in patch_sigmatel.c Takashi Iwai
2012-03-12 14:28 ` [PATCH 4/5] ALSA: hda - Rewrite the mute-LED control with vmaster hook for ALC269 Takashi Iwai
2012-03-12 14:28 ` [PATCH 5/5] ALSA: hda - Add EAPD control to Conexnat auto-parser Takashi Iwai
2012-03-12 14:57 ` [RFC] [PATCH 0/5] Add vmaster hook for HD-audio mute-LED controls David Henningsson
2012-03-12 15:08   ` Takashi Iwai
2012-03-12 16:03     ` Takashi Iwai
2012-03-12 22:12       ` David Henningsson
2012-03-13  7:05         ` Takashi Iwai
2012-03-13 17:09           ` David Henningsson

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.