Re: [LAU] re Zoom R16

From: jmancine <jason@email-addr-hidden>
Date: Tue Nov 19 2013 - 22:08:27 EET

Not sure how to do that... am I wrong in assuming that the endpoint values I
need are in the output of lsusb -v?

This is where it stands right now... the capture part is working fine with
the addition of the specific endpoint address, playback either crashes JACK
or hard freezes the R16.

{
            .ifnum = 4,
            .type = QUIRK_AUDIO_FIXED_ENDPOINT,
            .data = & (const struct audioformat) {
               .formats = SNDRV_PCM_FMTBIT_S24_LE,
               .channels = 8,
               .iface = 1,
               .altsetting = 1,
               .altset_idx = 1,
               .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
                .endpoint = 0x84, /*CAPTURE*/
                .ep_attr = 13,
                .rates = SNDRV_PCM_RATE_44100 |
                            SNDRV_PCM_RATE_48000 |
                            SNDRV_PCM_RATE_88200 |
                           SNDRV_PCM_RATE_96000,
               .rate_min = 44100,
               .rate_max = 96000,
               .nr_rates = 4,
               .rate_table = (unsigned int[]) {
                     44100, 48000, 88200, 96000
               }
            }
         },

{
            .ifnum = 5,
            .type = QUIRK_AUDIO_FIXED_ENDPOINT,
            .data = & (const struct audioformat) {
               .formats = SNDRV_PCM_FMTBIT_S24_LE,
               .channels = 2,
               .iface = 1,
               .altsetting = 1,
               .altset_idx = 1,
               .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
                .endpoint = 0x03, /*PLAYBACK*/
                .ep_attr = 9,
                .rates = SNDRV_PCM_RATE_44100 |
                            SNDRV_PCM_RATE_48000 |
                            SNDRV_PCM_RATE_88200 |
                            SNDRV_PCM_RATE_96000,
               .rate_min = 44100,
               .rate_max = 96000,
               .nr_rates = 4,
               .rate_table = (unsigned int[]) {
                     44100, 48000, 88200, 96000
               }
            }
         },

--
View this message in context: http://linux-audio.4202.n7.nabble.com/re-Zoom-R16-tp87487p87973.html
Sent from the linux-audio-user mailing list archive at Nabble.com.
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Nov 20 00:15:03 2013

This archive was generated by hypermail 2.1.8 : Wed Nov 20 2013 - 00:15:04 EET