summaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: usb-audio: Clean up endpoint setups at PCM prepareTakashi Iwai2022-09-011-30/+10
* | Merge branch 'for-linus' into for-nextTakashi Iwai2022-09-016-25/+31
|\|
| * ALSA: usb-audio: Split endpoint setups for hw_params and prepareTakashi Iwai2022-09-013-20/+23
| * ALSA: usb-audio: Register card again for iface over delayed_register optionTakashi Iwai2022-09-012-2/+2
| * ALSA: usb-audio: Inform the delayed registration more properlyTakashi Iwai2022-09-011-3/+4
| * ALSA: usb-audio: Add quirk for LH Labs Geek Out HD Audio 1V5Takashi Iwai2022-08-281-0/+2
* | ALSA: usb-audio: Drop superfluous interface setup at parsingTakashi Iwai2022-09-011-6/+0
* | ALSA: usb-audio: Add quirk to enable Avid Mbox 3 supportConner Knox2022-08-222-0/+378
|/
* ALSA: usb-audio: make read-only array marker static constColin Ian King2022-08-101-1/+1
* ALSA: usb-audio: More comprehensive mixer map for ASUS ROG Zenith IITakashi Iwai2022-08-092-9/+33
* ALSA: scarlett2: Add Focusrite Clarett+ 8Pre supportChristian Colglazier2022-08-092-2/+90
* ALSA: line6: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-022-6/+6
* ALSA: hiface: fix repeated words in commentswangjianli2022-07-251-1/+1
* ALSA: usb/6fire: fix repeated words in commentswangjianli2022-07-251-1/+1
* ALSA: usb-audio: Add quirk for Behringer UMC202HDTakashi Iwai2022-07-221-0/+2
* ALSA: bcd2000: Fix a UAF bug on the error path of probingZheyu Ma2022-07-151-1/+2
* ALSA: usb-audio: Use atomic_try_cmpxchg in ep_state_updateUros Bizjak2022-07-141-1/+1
* ALSA: usb-audio: Add endianness annotationsJan Schär2022-07-051-2/+2
* ALSA: usb-audio: Turn off 'manual mode' on Dell dockJan Schär2022-07-041-1/+19
* ALSA: usb-audio: Support jack detection on Dell dockJan Schär2022-07-041-0/+167
* Merge tag 'asoc-fix-v5.19-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-07-045-9/+9
|\
| * Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-035-9/+9
| |\
| | * Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-034-3/+20
| | |\
| | * | sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-235-9/+9
* | | | ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0)Egor Vorontsov2022-07-042-0/+136
* | | | ALSA: usb-audio: Add quirk for Fiero SC-01Egor Vorontsov2022-07-042-0/+70
* | | | ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devicesJohn Veness2022-07-042-0/+51
* | | | ALSA: usb-audio: Workarounds for Behringer UMC 204/404 HDTakashi Iwai2022-06-241-0/+4
* | | | ALSA: usb-audio: US16x08: Move overflow check before array accessDaniil Dementev2022-06-131-3/+3
* | | | ALSA: usb-audio: Set up (implicit) sync for Saffire 6Takashi Iwai2022-06-062-1/+9
* | | | ALSA: usb-audio: Skip generic sync EP parse for secondary EPTakashi Iwai2022-06-061-1/+1
|/ / /
* | | ALSA: usb-audio: Optimize TEAC clock quirkTakashi Iwai2022-05-311-4/+8
* | | ALSA: usb-audio: Cancel pending work at closing a MIDI substreamTakashi Iwai2022-05-251-0/+3
* | | ALSA: usb-audio: Add mixer mapping for Gigabyte B450/550 MobosTakashi Iwai2022-05-251-0/+30
* | | ALSA: usb-audio: Configure sync endpoints before dataCraig McLure2022-05-241-6/+11
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2022-05-235-0/+26
|\ \ \
| * | | ALSA: usb-audio: Add missing ep_idx in fixed EP quirksTakashi Iwai2022-05-211-0/+3
| * | | ALSA: usb-audio: Workaround for clock setup on TEAC devicesTakashi Iwai2022-05-211-0/+7
| * | | ALSA: usb-audio: Restore Rane SL-1 quirkTakashi Iwai2022-05-161-0/+9
| * | | ALSA: usb-audio: Don't get sample rate for MCT Trigger 5 USB-to-HDMIForest Crossman2022-05-081-0/+2
| | |/ | |/|
| * | ALSA: usb-audio: Clear MIDI port active flag after drainingTakashi Iwai2022-04-201-0/+1
| * | ALSA: usb-audio: add mapping for MSI MAG X570S Torpedo MAX.Maurizio Avogadro2022-04-191-0/+4
* | | ALSA: usb-audio: Fix wrong kfree issue in snd_usb_endpoint_free_allWan Jiabing2022-05-181-1/+1
* | | ALSA: usb-audio: Refcount multiple accesses on the single clockTakashi Iwai2022-05-164-10/+85
* | | ALSA: usb-audio: Move generic implicit fb quirk entries into quirks.cTakashi Iwai2022-04-212-5/+6
* | | ALSA: usb-audio: Add quirk bits for enabling/disabling generic implicit fbTakashi Iwai2022-04-212-1/+10
|/ /
* | ALSA: usb-audio: Limit max buffer and period sizes per timeTakashi Iwai2022-04-131-87/+14
* | ALSA: usb-audio: Increase max buffer sizeTakashi Iwai2022-04-081-1/+1
* | ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fbTakashi Iwai2022-04-081-2/+87
* | ALSA: usb-audio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-051-1/+1
|/