aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/quirks-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/quirks-table.h')
-rw-r--r--sound/usb/quirks-table.h30
1 files changed, 2 insertions, 28 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 07f984d5f516..2f6d3e9a1bcd 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -816,37 +816,11 @@ YAMAHA_DEVICE(0x7010, "UB99"),
816 .data = (const struct snd_usb_audio_quirk[]) { 816 .data = (const struct snd_usb_audio_quirk[]) {
817 { 817 {
818 .ifnum = 0, 818 .ifnum = 0,
819 .type = QUIRK_AUDIO_FIXED_ENDPOINT, 819 .type = QUIRK_AUDIO_STANDARD_INTERFACE
820 .data = & (const struct audioformat) {
821 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
822 .channels = 2,
823 .iface = 0,
824 .altsetting = 1,
825 .altset_idx = 1,
826 .attributes = 0,
827 .endpoint = 0x01,
828 .ep_attr = 0x01,
829 .rates = SNDRV_PCM_RATE_CONTINUOUS,
830 .rate_min = 44100,
831 .rate_max = 44100,
832 }
833 }, 820 },
834 { 821 {
835 .ifnum = 1, 822 .ifnum = 1,
836 .type = QUIRK_AUDIO_FIXED_ENDPOINT, 823 .type = QUIRK_AUDIO_STANDARD_INTERFACE
837 .data = & (const struct audioformat) {
838 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
839 .channels = 2,
840 .iface = 1,
841 .altsetting = 1,
842 .altset_idx = 1,
843 .attributes = 0,
844 .endpoint = 0x81,
845 .ep_attr = 0x01,
846 .rates = SNDRV_PCM_RATE_CONTINUOUS,
847 .rate_min = 44100,
848 .rate_max = 44100,
849 }
850 }, 824 },
851 { 825 {
852 .ifnum = 2, 826 .ifnum = 2,