summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix problem about USB MIDI TX data format, that some devices only accepthselasky2011-07-021-23/+30
* Do not attach to the sound device on G5 Xserves, which is actually annwhitehorn2011-06-261-0/+12
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-0/+9
* Hide driver revision behind bootverbose.joel2011-06-151-1/+4
* Add bunch of Conexant codec IDs. For some of them add quirks to disablemav2011-06-131-0/+39
* Make automatic hw.snd.default_unit choice a bit more intelligent. Insteadmav2011-06-071-18/+36
* Add better names for the Intel HDMI audio codecs.mav2011-05-261-12/+14
* usb: change to one-pass probing of device driversavg2011-05-181-5/+2
* fix build on 32-bit platforms for r221803avg2011-05-121-1/+1
* dsp/pcm: allow to mmap both read and write buffers using the same fdavg2011-05-121-21/+35
* Correct a typojfv2011-05-121-1/+1
OpenPOWER on IntegriCloud