summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Stop HDA controller polling callout on suspend and reset it on resume.mav2012-03-281-0/+3
* Don't cast a bus address to a uint8_t pointer just to add an offset tojhb2012-03-231-1/+1
* Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).mav2012-03-013-0/+1298
* Avoid creating PCM devices for MIDI adapters.hselasky2012-02-231-11/+19
* Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module.mav2012-02-141-1/+2
* Remove direct access to si_name.ed2012-02-101-1/+1
* Remove extra semicolon.mav2012-02-051-1/+1
* Use new OSS-based BSD-licensed header for cs sound driver.pfg2012-02-013-18/+3557
* Make sound(4) more flexible in setting soft buffer and block sizes whenmav2012-01-313-25/+53
* Just in case, clear stream interrupts before enabling them.mav2012-01-311-0/+2
* Fix typo in comments.mav2012-01-301-1/+1
* Fix HBR enabling condition. cchs is from 0 to 7, not from 1 to 8.mav2012-01-281-1/+1
* Minor cleanups to the csa snd driver.pfg2012-01-262-23/+2
* Press some more info into the PCM device name:mav2012-01-261-8/+51
* Fix typo in r230571.mav2012-01-261-1/+1
* Add another bunch of CODEC IDs.mav2012-01-263-13/+136
* Oops, fix the loader tunable name added in r230551.mav2012-01-251-2/+2
* Rewrite jack presence detection and implement automatic recording sourcemav2012-01-252-146/+202
* Allow PASSTHROUGH (AC3) to have more then 2 channels.mav2012-01-251-1/+2
* Fix word order in hdaa_subvendor_id() to match PCI (where it comes from),mav2012-01-252-5/+5
* In addition to r230511, allow 8 channel AC3 formats.mav2012-01-241-0/+4
* Enable High Bit Rate (HBR) Encoded Packet Type (EPT), if supportedmav2012-01-241-0/+15
* HDMI and DisplayPort support can coexist in HDA CODEC.mav2012-01-241-8/+8
* Realtek CODECs declare support for 32bit samples on S/PDIF input/outputmav2012-01-231-3/+45
* Increase snd_hda(4) default maximal buffer size from 16K to 64K andmav2012-01-223-22/+12
* Complete rewrite of the snd_hda(4) volume control.mav2012-01-222-181/+577
* Replace GPLd headers from the Maestro3 driver with BSD licensedpfg2012-01-203-10/+1073
* Print controller/codec IDs for unknown chips instead of useless andmav2012-01-192-53/+50
* Two 192/24/8 playback streams overflow single mandatory output line (SDO)mav2012-01-196-17/+101
* Improve HDMI/DisplayPort audio support in snd_hda(4):mav2012-01-185-96/+522
* Add check to avoid assertion panic on duplicate stop.mav2012-01-161-0/+2
* Fix a few comment typos.joel2012-01-151-4/+4
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-2/+2
* Major snd_hda driver rewrite:mav2012-01-1510-7312/+8829
* Replace GPL'd headers in the emu10kx snd driver code.pfg2012-01-115-293/+312
* Fix an inconsistency that crept in while replacing constantspfg2012-01-111-2/+2
* Replace a GPL'd header in the emu10k1 snd driver code.pfg2012-01-032-235/+1006
* Oops, list of IDs is not sequential. Have to list all of them expoicitly.mav2011-12-201-2/+10
* Cast some vendor-specific spell on VIA VT1708S codecs to:mav2011-12-201-5/+39
* Use usbd_transfer_unsetup() instead of usbd_transfer_stop() so thathselasky2011-12-141-2/+4
* Stop USB audio transfers early so that any audio applicationshselasky2011-12-142-1/+14
* - There's no need to overwrite the default device method with the defaultmarius2011-11-225-12/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-073-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-076-6/+6
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* dsp_ioctl: fix type of variable used to store ioctl requestavg2011-09-121-1/+2
* Fix precedence warning when compiling kernel with clang.hselasky2011-09-061-2/+2
* Fix headphones pin configuration on Lenovo B450 laptop.mav2011-08-181-0/+8
* Restore USB MIDI transmit buffer size to 1Kbyte.hselasky2011-07-141-1/+1
* Introduce a quirk for broken USB MIDI hardware instead of limiting performancehselasky2011-07-031-11/+11
OpenPOWER on IntegriCloud