Re: [PATCH] ALSA: usb-audio: Fix Scarlett 6i6 initialization typo

2014-12-18 Thread Takashi Iwai
At Wed, 17 Dec 2014 16:09:35 -0600, Chris J Arges wrote: > > The num_controls field was incorrectly set to 0 causing 6i6 to not be > initialized. Set this to 9. > > Reported-and-tested-by: Mark Roberts > Signed-off-by: Chris J Arges Applied, thanks. Takashi > --- > sound/usb/mixer_scarlett

[PATCH] ALSA: usb-audio: Fix Scarlett 6i6 initialization typo

2014-12-17 Thread Chris J Arges
The num_controls field was incorrectly set to 0 causing 6i6 to not be initialized. Set this to 9. Reported-and-tested-by: Mark Roberts Signed-off-by: Chris J Arges --- sound/usb/mixer_scarlett.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/usb/mixer_scarlett.c b/sou