aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/macio
Commit message (Expand)AuthorAgeFilesLines
* sound: Make device registration more intuitiveChristos Margiolis2024-11-031-4/+2
* onyx: Remove unreachable if conditionChristos Margiolis2024-10-181-1/+0
* sound: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-4/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-168-16/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* sound: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-8/+4
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-062-2/+2
* sound aoa: Mark variable only used in debug trace as unused.John Baldwin2022-04-121-1/+1
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-017-35/+14
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* Add a new sound driver for PowerMacs, found here on my Quad G5.Andreas Tobler2012-08-191-0/+315
* Fix typo in comment.Andreas Tobler2012-08-141-1/+1
* Do not attach to the sound device on G5 Xserves, which is actually anNathan Whitehorn2011-06-261-0/+12
* Fix powerpc build failure due to strict kobj signatures checking.Ariff Abdullah2009-06-082-6/+6
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-075-19/+49
* Rearrange this code slightly to pass softcs around instead of device_t,Nathan Whitehorn2009-02-076-57/+85
* Change the way our softc is stored to use the devinfo facility provided by pcmNathan Whitehorn2009-01-264-27/+20
* Add support for the I2S and davbus audio controllers found in Apple PowerPCNathan Whitehorn2009-01-257-0/+2953