aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/macio/davbus.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* 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
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-6/+12
* Rearrange this code slightly to pass softcs around instead of device_t,Nathan Whitehorn2009-02-071-5/+4
* Change the way our softc is stored to use the devinfo facility provided by pcmNathan Whitehorn2009-01-261-9/+5
* Add support for the I2S and davbus audio controllers found in Apple PowerPCNathan Whitehorn2009-01-251-0/+600