mbox series

[V2,0/2] Read all configuration at init time

Message ID cover.1623091570.git.g@b4.vu (mailing list archive)
Headers show
Series Read all configuration at init time | expand

Message

Geoffrey D. Bennett June 7, 2021, 7:13 p.m. UTC
Version two of patches to add support for reading the mixer volumes
and mux configuration from the hardware when the driver is
initialising.

Changes since v1:
- fix missing endian conversion spotted by ktest bot

Geoffrey D. Bennett (2):
  ALSA: usb-audio: scarlett2: Read mixer volumes at init time
  ALSA: usb-audio: scarlett2: Read mux at init time

 sound/usb/mixer_scarlett_gen2.c | 227 ++++++++++++++++++++++----------
 1 file changed, 161 insertions(+), 66 deletions(-)

Comments

Takashi Iwai June 8, 2021, 12:28 p.m. UTC | #1
On Mon, 07 Jun 2021 21:13:11 +0200,
Geoffrey D. Bennett wrote:
> 
> Version two of patches to add support for reading the mixer volumes
> and mux configuration from the hardware when the driver is
> initialising.
> 
> Changes since v1:
> - fix missing endian conversion spotted by ktest bot
> 
> Geoffrey D. Bennett (2):
>   ALSA: usb-audio: scarlett2: Read mixer volumes at init time
>   ALSA: usb-audio: scarlett2: Read mux at init time

Applied both patches now.


thanks,

Takashi