Do you mean I need to replace this:
git clone -b snd-usb git://github.com/zonque/linux.git
by this:
git pull origin snd-usb git://github.com/zonque/linux.git
??
(I am quite new on this)
Thanks
Rafa
2013/5/23 Daniel Mack <zon...@gmail.com>
> On 23.05.2013 13:02, Clemens Ladisch wrote:
> > Daniel Mack wrote:
> >> git clone -b snd-usb git://github.com/zonque/linux.git
> >
> >> The device complies to the UAC1 standard but hides that fact with
> >> proprietary descriptors.
> >>
> >> + {
> >> + .ifnum = 2,
> >> + .type = QUIRK_MIDI_STANDARD_INTERFACE
> >> + },
> >
> > That quirk requires standard descriptors.
> >
> > For some reason, this device doesn't even have the Roland-specific MIDI
> > descriptor. Try this instead:
> >
> > {
> > .ifnum = 2,
> > .type = QUIRK_MIDI_FIXED_ENDPOINT,
> > .data = & (const struct snd_usb_midi_endpoint_info) {
> > .out_cables = 0x0001,
> > .in_cables = 0x0001
> > }
> > },
>
> Ah, right. Thanks.
>
> Rafa, please call 'git pull origin snd-usb' in the directory where you
> called 'git clone' before, and then repeat the subsequent steps from the
> wiki page.
>
>
> Thanks,
> Daniel
>
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user