On Wed, Dec 18, 2013 at 12:00:43AM +0600, Eduard Gilmutdinov wrote:
Hello! I have external audio card Focusrite Saffire 6 USB. This device works with the Linux kernel if I add the following corrections:
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
[...]
Help me to add this corrections in the Linux kernel mainline.
Thanks for submitting this!
Please, run you patch through scripts/checkpatch.pl and fix the style warning you'll get. Then follow the instructions in Documentation/SubmittingPatches. In particular, you need to sign off on your patch, which git can also do for you with the -s switch.
It's also recommended to send the patch using 'git send-email' to avoid deformation such as line-wraps commonly done by mail clients.
HTH, Daniel