geoffreybennett / scarlett-gen2

Linux kernel source tree with additional Focusrite Scarlett and Clarett support ("Scarlett2 USB Protocol Mixer Driver")
200 stars 6 forks source link

Scarlett 2i4 support? #21

Open jdarg opened 2 months ago

jdarg commented 2 months ago

The 2i4 2nd gen does not seem to be supported?

geoffreybennett commented 2 months ago

Hi @jdarg,

It's already supported by the generic ALSA USB audio class compliant driver.

The 1st and 2nd Gen Scarlett Solo, 2i2, and 2i4 have all their controls accessible from the front panel of the device, and there are no proprietary software controls, so no need for any kernel support or control software. Ref: https://support.focusrite.com/hc/en-gb/articles/207547145-Does-my-bus-powered-Scarlett-Solo-2i2-2i4-4i4-require-Scarlett-MixControl-or-Focusrite-Control-

Regards, Geoffrey.