Message ID | cover.1710047969.git.g@b4.vu (mailing list archive) |
---|---|
Headers | show |
Series | ALSA: scarlett2: Scarlett 4th Gen fixes for 6.8 | expand |
On Sun, 10 Mar 2024 11:34:09 +0100, Geoffrey D. Bennett wrote: > > Hi Takashi, > > I have three minor fixes for the Scarlett 4th Gen driver in 6.8: > - The low-voltage indication is now being read from the correct offset > - The autogain status values are now all correctly interpreted > - The input gain range is now correct > > Regards, > Geoffrey. > > Geoffrey D. Bennett (3): > ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection > ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values > ALSA: scarlett2: Fix Scarlett 4th Gen input gain range Applied all patches now. Thanks. Takashi
On Mon, Mar 11, 2024 at 09:16:04AM +0100, Takashi Iwai wrote: > On Sun, 10 Mar 2024 11:34:09 +0100, > Geoffrey D. Bennett wrote: > > > > Hi Takashi, > > > > I have three minor fixes for the Scarlett 4th Gen driver in 6.8: > > - The low-voltage indication is now being read from the correct offset > > - The autogain status values are now all correctly interpreted > > - The input gain range is now correct > > > > Regards, > > Geoffrey. > > > > Geoffrey D. Bennett (3): > > ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection > > ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values > > ALSA: scarlett2: Fix Scarlett 4th Gen input gain range > > Applied all patches now. Thanks. Hi Takashi, Sorry for the inconvience, I have a v2 of the 3rd patch "Fix Scarlett 4th Gen input gain range" which I will send in a moment. Please let me know if you prefer a patch on top of the above rather than a replacement patch. Thanks, Geoffrey.
On Mon, 11 Mar 2024 09:42:34 +0100, Geoffrey D. Bennett wrote: > > On Mon, Mar 11, 2024 at 09:16:04AM +0100, Takashi Iwai wrote: > > On Sun, 10 Mar 2024 11:34:09 +0100, > > Geoffrey D. Bennett wrote: > > > > > > Hi Takashi, > > > > > > I have three minor fixes for the Scarlett 4th Gen driver in 6.8: > > > - The low-voltage indication is now being read from the correct offset > > > - The autogain status values are now all correctly interpreted > > > - The input gain range is now correct > > > > > > Regards, > > > Geoffrey. > > > > > > Geoffrey D. Bennett (3): > > > ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection > > > ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values > > > ALSA: scarlett2: Fix Scarlett 4th Gen input gain range > > > > Applied all patches now. Thanks. > > Hi Takashi, > > Sorry for the inconvience, I have a v2 of the 3rd patch "Fix Scarlett > 4th Gen input gain range" which I will send in a moment. Please let me > know if you prefer a patch on top of the above rather than a > replacement patch. Yes, please send an incremental fix. You can get the commits in for-linus branch of sound.git tree. thanks, Takashi
On Mon, Mar 11, 2024 at 09:44:51AM +0100, Takashi Iwai wrote: > On Mon, 11 Mar 2024 09:42:34 +0100, > Geoffrey D. Bennett wrote: > > > > On Mon, Mar 11, 2024 at 09:16:04AM +0100, Takashi Iwai wrote: > > > On Sun, 10 Mar 2024 11:34:09 +0100, > > > Geoffrey D. Bennett wrote: > > > > > > > > Hi Takashi, > > > > > > > > I have three minor fixes for the Scarlett 4th Gen driver in 6.8: > > > > - The low-voltage indication is now being read from the correct offset > > > > - The autogain status values are now all correctly interpreted > > > > - The input gain range is now correct > > > > > > > > Regards, > > > > Geoffrey. > > > > > > > > Geoffrey D. Bennett (3): > > > > ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection > > > > ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values > > > > ALSA: scarlett2: Fix Scarlett 4th Gen input gain range > > > > > > Applied all patches now. Thanks. > > > > Hi Takashi, > > > > Sorry for the inconvience, I have a v2 of the 3rd patch "Fix Scarlett > > 4th Gen input gain range" which I will send in a moment. Please let me > > know if you prefer a patch on top of the above rather than a > > replacement patch. > > Yes, please send an incremental fix. > You can get the commits in for-linus branch of sound.git tree. Thanks for your patience. I have submitted an incremental fix, hopefully correct this time!