summaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Add delay quirk for all Logitech USB devicesJoakim Tjernlund2020-11-171-5/+5
* ALSA: usb-audio: Use ALC1220-VB-DT mapping for ASUS ROG Strix TRX40 moboKai-Heng Feng2020-11-162-1/+6
* ALSA: usb-audio: Add implicit feedback quirk for Qu-16Geoffrey D. Bennett2020-11-051-0/+1
* ALSA: usb-audio: Add implicit feedback quirk for MODXGeoffrey D. Bennett2020-11-041-0/+1
* ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas devicesArtem Lapkin2020-11-041-0/+1
* ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2Keith Winstein2020-10-271-0/+4
* Merge tag 'sound-fix-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-231-0/+1
|\
| * ALSA: usb-audio: Line6 Pod Go interface requires static clock rate quirkLukasz Halman2020-10-201-0/+1
* | Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-159-262/+388
|\|
| * Merge branch 'for-next' into for-linusTakashi Iwai2020-10-129-262/+388
| |\
| | * ALSA: usb-audio: endpoint.c: fix repeated word 'there'Randy Dunlap2020-10-061-1/+1
| | * ALSA: usb-audio: fix spelling mistake "Frequence" -> "Frequency"Colin Ian King2020-10-021-4/+4
| | * ALSA: usb-audio: Add mixer support for Pioneer DJ DJM-250MK2František Kučera2020-09-231-0/+213
| | * ALSA: ua101: Replace tasklet with workTakashi Iwai2020-09-091-8/+8
| | * ALSA: usb-audio: Replace tasklet with workTakashi Iwai2020-09-091-6/+7
| | * Merge branch 'for-linus' into for-nextTakashi Iwai2020-09-096-16/+63
| | |\
| | * | ALSA: usb: scarless_gen2: fix endianness issuePierre-Louis Bossart2020-09-031-1/+1
| | * | ALSA: usb-audio: Correct wrongly matching entries with audio classTakashi Iwai2020-08-241-15/+6
| | * | Merge branch 'for-linus' into for-nextTakashi Iwai2020-08-233-0/+28
| | |\ \
| | * | | ALSA: usb-audio: Properly match with audio interface classTakashi Iwai2020-08-201-36/+19
| | * | | ALSA: usb-audio: Simplify quirk entries with a macroTakashi Iwai2020-08-201-84/+21
| | * | | ALSA: usb-audio: Move device rename and profile quirks to an internal tableTakashi Iwai2020-08-203-130/+124
* | | | | Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-052-4/+4
|\| | | |
| * | | | Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control"Kai-Heng Feng2020-09-221-1/+0
| * | | | ALSA: usb-audio: Add delay quirk for H570e USB headsetsJoakim Tjernlund2020-09-211-3/+4
| | |_|/ | |/| |
* | | | sound: hiface: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-251-8/+6
* | | | sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-253-60/+44
* | | | sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-25/+13
* | | | sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-251-34/+8
* | | | Revert "sound: usx2y: move to use usb_control_msg_send()"Oliver Neukum2020-09-251-8/+34
* | | | Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-251-13/+25
* | | | Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-253-37/+57
* | | | Revert "sound: hiface: move to use usb_control_msg_send()"Oliver Neukum2020-09-251-6/+8
* | | | ALSA: remove calls to usb_pipe_type_check for control endpointsGreg Kroah-Hartman2020-09-161-6/+0
* | | | sound: hiface: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-161-8/+6
* | | | sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-163-57/+37
* | | | sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-25/+13
* | | | sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-161-34/+8
* | | | USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman2020-09-164-23/+8
|/ / /
* | | Merge branch 'topic/tasklet-convert' into for-linusTakashi Iwai2020-09-023-9/+7
|\ \ \
| * | | ALSA: ua101: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
| * | | ALSA: usb-audio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
| * | | Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-212-3/+39
| |\| |
| * | | Merge tag 'sound-fix-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-148-2/+77
| |\ \ \
| * \ \ \ Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-0618-36/+192
| |\ \ \ \
| * \ \ \ \ Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
| |\ \ \ \ \
| | * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | | | | | ALSA: usb-audio: Add basic capture support for Pioneer DJ DJM-250MK2František Kučera2020-08-263-7/+55
* | | | | | | ALSA: usb-audio: Add implicit feedback quirk for UR22CJoshua Sivec2020-08-261-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | ALSA: usb-audio: Disable autosuspend for Lenovo ThinkStation P620Kai-Heng Feng2020-08-233-4/+25
| |_|_|_|/ |/| | | |