aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-23ALSA: usb-audio: Add hw constraint for implicit fb syncTakashi Iwai3-54/+175
2020-11-23ALSA: usb-audio: Move snd_usb_autoresume() call out of setup_hw_info()Takashi Iwai1-6/+9
2020-11-23ALSA: usb-audio: Track implicit fb sync endpoint in audioformat listTakashi Iwai4-57/+100
2020-11-23ALSA: usb-audio: Improve some debug printsTakashi Iwai2-7/+12
2020-11-23ALSA: usb-audio: Set and clear sync EP link properlyTakashi Iwai1-19/+11
2020-11-23ALSA: usb-audio: Add snd_usb_get_endpoint() helperTakashi Iwai2-9/+31
2020-11-23ALSA: usb-audio: Check implicit feedback EP generically for UAC2Takashi Iwai1-17/+66
2020-11-23ALSA: usb-audio: Check valid altsetting at parsing rates for UAC2/3Takashi Iwai3-45/+158
2020-11-23ALSA: usb-audio: Don't call usb_set_interface() at trigger callbackTakashi Iwai1-15/+13
2020-11-23ALSA: usb-audio: Handle discrete rates properly in hw constraintsTakashi Iwai3-60/+15
2020-11-17ALSA: usb-audio: Add delay quirk for all Logitech USB devicesJoakim Tjernlund1-5/+5
2020-11-16ALSA: usb-audio: Use ALC1220-VB-DT mapping for ASUS ROG Strix TRX40 moboKai-Heng Feng2-1/+6
2020-11-05ALSA: usb-audio: Add implicit feedback quirk for Qu-16Geoffrey D. Bennett1-0/+1
2020-11-04ALSA: usb-audio: Add implicit feedback quirk for MODXGeoffrey D. Bennett1-0/+1
2020-11-04ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devicesArtem Lapkin1-0/+1
2020-10-27ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2Keith Winstein1-0/+4
2020-10-23Merge tag 'sound-fix-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+1
2020-10-20ALSA: usb-audio: Line6 Pod Go interface requires static clock rate quirkLukasz Halman1-0/+1
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds9-262/+388
2020-10-12Merge branch 'for-next' into for-linusTakashi Iwai9-262/+388
2020-10-06ALSA: usb-audio: endpoint.c: fix repeated word 'there'Randy Dunlap1-1/+1
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2-4/+4
2020-10-02ALSA: usb-audio: fix spelling mistake "Frequence" -> "Frequency"Colin Ian King1-4/+4
2020-09-25sound: hiface: move to use usb_control_msg_send()Greg Kroah-Hartman1-8/+6
2020-09-25sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman3-60/+44
2020-09-25sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-25/+13
2020-09-25sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman1-34/+8
2020-09-25Revert "sound: usx2y: move to use usb_control_msg_send()"Oliver Neukum1-8/+34
2020-09-25Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()"Oliver Neukum1-13/+25
2020-09-25Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()"Oliver Neukum3-37/+57
2020-09-25Revert "sound: hiface: move to use usb_control_msg_send()"Oliver Neukum1-6/+8
2020-09-23ALSA: usb-audio: Add mixer support for Pioneer DJ DJM-250MK2František Kučera1-0/+213
2020-09-22Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control"Kai-Heng Feng1-1/+0
2020-09-21ALSA: usb-audio: Add delay quirk for H570e USB headsetsJoakim Tjernlund1-3/+4
2020-09-16ALSA: remove calls to usb_pipe_type_check for control endpointsGreg Kroah-Hartman1-6/+0
2020-09-16sound: hiface: move to use usb_control_msg_send()Greg Kroah-Hartman1-8/+6
2020-09-16sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman3-57/+37
2020-09-16sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-25/+13
2020-09-16sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman1-34/+8
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman4-23/+8
2020-09-09ALSA: ua101: Replace tasklet with workTakashi Iwai1-8/+8
2020-09-09ALSA: usb-audio: Replace tasklet with workTakashi Iwai1-6/+7
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai6-16/+63
2020-09-03ALSA: usb: scarless_gen2: fix endianness issuePierre-Louis Bossart1-1/+1
2020-09-02Merge branch 'topic/tasklet-convert' into for-linusTakashi Iwai3-9/+7
2020-09-02ALSA: ua101: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-02ALSA: usb-audio: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-26ALSA: usb-audio: Add basic capture support for Pioneer DJ DJM-250MK2František Kučera3-7/+55
2020-08-26ALSA: usb-audio: Add implicit feedback quirk for UR22CJoshua Sivec1-0/+1
2020-08-24ALSA: usb-audio: Correct wrongly matching entries with audio classTakashi Iwai1-15/+6