quirks-table.h (015eb0b08150c6fef843efe22609589ead3d4fb8) | quirks-table.h (29088fef3e3f62147c1dd53d764da4f04bf3188d) |
---|---|
1/* 2 * ALSA USB Audio Driver 3 * 4 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>, 5 * Clemens Ladisch <clemens@ladisch.de> 6 * 7 * 8 * This program is free software; you can redistribute it and/or modify --- 2189 unchanged lines hidden (view full) --- 2198 { 2199 .ifnum = 0, 2200 .type = QUIRK_IGNORE_INTERFACE, 2201 }, 2202 { 2203 .ifnum = 1, 2204 .type = QUIRK_AUDIO_FIXED_ENDPOINT, 2205 .data = &(const struct audioformat) { | 1/* 2 * ALSA USB Audio Driver 3 * 4 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>, 5 * Clemens Ladisch <clemens@ladisch.de> 6 * 7 * 8 * This program is free software; you can redistribute it and/or modify --- 2189 unchanged lines hidden (view full) --- 2198 { 2199 .ifnum = 0, 2200 .type = QUIRK_IGNORE_INTERFACE, 2201 }, 2202 { 2203 .ifnum = 1, 2204 .type = QUIRK_AUDIO_FIXED_ENDPOINT, 2205 .data = &(const struct audioformat) { |
2206 .format = SNDRV_PCM_FORMAT_S24_3BE, | 2206 .formats = SNDRV_PCM_FMTBIT_S24_3BE, |
2207 .channels = 2, 2208 .iface = 1, 2209 .altsetting = 1, 2210 .altset_idx = 1, 2211 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2212 .endpoint = 0x02, 2213 .ep_attr = 0x01, 2214 .maxpacksize = 0x130, --- 34 unchanged lines hidden --- | 2207 .channels = 2, 2208 .iface = 1, 2209 .altsetting = 1, 2210 .altset_idx = 1, 2211 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2212 .endpoint = 0x02, 2213 .ep_attr = 0x01, 2214 .maxpacksize = 0x130, --- 34 unchanged lines hidden --- |