All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH alsa-lib v2 0/3] mixer: Volume control fixes
@ 2021-02-28 16:13 Hans de Goede
  2021-02-28 16:13 ` [PATCH alsa-lib v2 1/3] mixer: Unify simple_none: base_len() exception handling Hans de Goede
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Hans de Goede @ 2021-02-28 16:13 UTC (permalink / raw)
  To: Jaroslav Kysela, alsa-devel; +Cc: Hans de Goede

Hi All,

Here is v2 of my series of alsa-lib volume-control fixes which I wrote
while working on adding hw-volume control to UCM profiles for various
x86 ASoC setups.

New in v2 is adding an extra entry to the capture_volume_names array
for the "ADC PGA Gain Volume" control used in the es8316 codec driver
in patch 3/3.

Note that patch 3/3 is not strictly necessary to make hw-volume control
work. At least the PA hw-vol-control code does not care if the controls
are wronly marked as global-volume-controls instead of
capture-volume-controls. I mostly wrote patch 3/3 because for
correctness reasons, so if it is deemed controversial we can drop it.

Regards,

Hans


Hans de Goede (3):
  mixer: Unify simple_none: base_len() exception handling
  mixer: Add exception for non " Volume" suffixed capture vol-ctls used
    in ASoC realtek codec drivers
  mixer: Add exception for some capture-vol-ctls which have a " Volume"
    suffix

 src/mixer/simple_none.c | 83 +++++++++++++++++++++++++++++++----------
 1 file changed, 64 insertions(+), 19 deletions(-)

-- 
2.30.1


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

end of thread, other threads:[~2021-03-05 10:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28 16:13 [PATCH alsa-lib v2 0/3] mixer: Volume control fixes Hans de Goede
2021-02-28 16:13 ` [PATCH alsa-lib v2 1/3] mixer: Unify simple_none: base_len() exception handling Hans de Goede
2021-02-28 16:13 ` [PATCH alsa-lib v2 2/3] mixer: Add exception for non " Volume" suffixed capture vol-ctls used in ASoC realtek codec drivers Hans de Goede
2021-02-28 16:13 ` [PATCH alsa-lib v2 3/3] mixer: Add exception for some capture-vol-ctls which have a " Volume" suffix Hans de Goede
2021-03-04 21:50 ` [PATCH alsa-lib v2 0/3] mixer: Volume control fixes Hans de Goede
2021-03-05  9:57   ` Jaroslav Kysela
2021-03-05 10:03     ` Hans de Goede

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.