aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* snd_uaudio: Remove undefined functionsChristos Margiolis2025-02-251-4/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-4/+1
* sound: Make device registration more intuitiveChristos Margiolis2024-11-031-7/+4
* sound: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-25/+19
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* snd_uaudio: Remove unused sc_sndstat sbufChristos Margiolis2024-07-061-18/+0
* sound: Move chip.h contents to pcm/sound.hChristos Margiolis2024-05-062-2/+0
* sound: Implement asynchronous device detachChristos Margiolis2024-04-111-10/+3
* Revert "sound: Implement asynchronous device detach"Christos Margiolis2024-04-051-3/+10
* sound: Implement asynchronous device detachChristos Margiolis2024-03-311-10/+3
* snd_uaudio(4): Fix sample rate selection after 42fdcd9fd917.Florian Walpen2024-02-261-9/+8
* snd_uaudio: mark selected configurationsChristos Margiolis2024-02-121-4/+6
* snd_uaudio(4): Fix config detection with defaults set.Florian Walpen2024-02-121-22/+46
* snd_uaudio(4): Adapt buffer length to buffer_ms tunable.Florian Walpen2024-02-121-10/+60
* sound: use device_set_descf() to set device descriptionsChristos Margiolis2024-01-221-3/+2
* snd_uaudio: prefix module declaration with "snd_"Christos Margiolis2024-01-162-6/+6
* sound: remove PCM_KLDSTRING() and fix status stringsChristos Margiolis2024-01-161-3/+2
* snd_uaudio: provide information about the device name and attached driverChristos Margiolis2024-01-162-3/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-122-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* sound: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* snd_uaudio(4): Set hardware buffering to the minimum by default.Hans Petter Selasky2022-02-191-1/+1
* snd_uaudio(4): Loosen up the USB MIDI permissions.Hans Petter Selasky2021-12-171-1/+1
* snd_uaudio(4): Fix string index computations for iFeature.Hans Petter Selasky2021-11-091-7/+7
* usb_audio: Fix a typo in a source code commentGordon Bergling2021-11-071-1/+1
* Set default alternate setting when USB audio devices are not in use,Hans Petter Selasky2021-03-251-95/+104
* Fix for locking order reversal in USB audio driver, when using mmap().Hans Petter Selasky2021-02-141-6/+17
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-071-1/+3
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+1
* Add a tunable sysctl, hw.usb.uaudio.handle_hid, to allow disabling theHans Petter Selasky2020-11-121-10/+15
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-55/+2
* Print current buffer latency in dmesg for the USB audio driver and not justHans Petter Selasky2020-08-191-4/+6
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-221-4/+0
* Improve debug message to be more precise and clear.Hans Petter Selasky2020-06-201-1/+1
* Add support for multiple playback and recording devices per physical USB audioHans Petter Selasky2020-03-303-145/+251
* Improve USB audio mixer support for USB audio class 1 and 2.Hans Petter Selasky2020-03-271-389/+254
* Be more intelligent when classifying USB audio terminal types, so that weHans Petter Selasky2020-03-261-27/+36
* Make mute controls available for USB audio mixers.Hans Petter Selasky2020-03-261-2/+2
* Factor out USB audio mixer value range check.Hans Petter Selasky2020-03-261-12/+6
* Avoid scaling USB audio mixer values twice.Hans Petter Selasky2020-03-261-8/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-7/+11
* Export vendor specific USB MIDI device list to PnP info.Hans Petter Selasky2019-01-301-0/+1
* snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode.Hans Petter Selasky2019-01-122-4/+4
* Fix reading of USB sample rate descriptor for SPL Crimson Rev 1.Hans Petter Selasky2018-12-251-7/+46
* Don't read the USB audio sync endpoint when we don't use it to saveHans Petter Selasky2018-11-081-1/+11
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* Add USB audio support for S/PDIF output with C-Media CM6206 devices.Hans Petter Selasky2017-01-171-0/+60