aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/hdspe-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* sound: Make device registration more intuitiveChristos Margiolis2024-11-031-6/+7
* snd_hdspe(4): Addendum to AO4S-192 and AI4S-192 support.Florian Walpen2024-10-041-4/+2
* snd_hdspe(4): AO4S/AI4S support.Ruslan Bukin2024-10-041-0/+4
* snd_hdsp*: Free up channel resources in case of CHANNEL_INIT() failureChristos Margiolis2024-07-271-29/+30
* sound: Move chip.h contents to pcm/sound.hChristos Margiolis2024-05-061-1/+0
* snd_hdspe(4): Only buffer_copy() audio data once.Florian Walpen2024-03-311-9/+37
* snd_hdspe(4): Optional unified pcm device.Florian Walpen2024-02-251-1/+8
* snd_hdspe(4): Per device sysctl for sample rate.Florian Walpen2024-01-301-0/+3
* snd_hdspe(4): Per device sysctl for period.Florian Walpen2024-01-281-0/+3
* sound: use device_set_descf() to set device descriptionsChristos Margiolis2024-01-221-8/+5
* sound: remove PCM_KLDSTRING() and fix status stringsChristos Margiolis2024-01-161-2/+2
* snd_hdspe(4): One pcm device per physical ADAT port.Florian Walpen2024-01-151-73/+389
* Setups with digital audio connections like SPDIF and ADAT requireRuslan Bukin2024-01-041-2/+2
* sys: Remove SND_DECLARE_FILEJohn Baldwin2023-08-181-2/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-161-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* pcm hdspe: Remove unused variable.John Baldwin2022-04-081-4/+0
* hdspe: Support for mono sound.Ruslan Bukin2021-05-271-9/+16
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Style fix.Ruslan Bukin2016-12-071-68/+127
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Free result of device_get_children(9).Kevin Lo2012-09-301-0/+2
* Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).Alexander Motin2012-03-011-0/+709