Yamaha THR10 & recompiling kernel usb quirks etc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Could someone point me in the right direction in setting this up perhaps you know some good tutorials somewhere?  I'm not sure exactly whats required do i need to patch the kernel or recompile the kernel is it worth compiling the lastest kernel from kernel.org 3.6.1 or do i modify my current kernel 3.2.0-23-lowlatency? I'm running ubuntu studio 12.04. Sorry i have nil experience with this sort of thing but i'm dead keen to get it working just need a few pointers to get started. Many thanks to Clemens for scripting this hopefully we can make it work.

Please try adding the following entry somewhere in sound/usb/quirks-table.h:

{
    USB_DEVICE(0x0499, 0x1507),
    .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
        /* .vendor_name = "Yamaha", */
        /* .product_name = "THR10", */
        .ifnum = QUIRK_ANY_INTERFACE,
        .type = QUIRK_COMPOSITE,
        .data = "" struct snd_usb_audio_quirk[]) {
            {
                .ifnum = 1,
                .type = QUIRK_AUDIO_STANDARD_INTERFACE
            },
            {
                .ifnum = 2,
                .type = QUIRK_AUDIO_STANDARD_INTERFACE
            },
            {
                .ifnum = 3,
                .type = QUIRK_MIDI_YAMAHA
            },
            {
                .ifnum = -1
            }
        }
    }
},


Regards,
Clemens
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux