aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0178-319/+54
* snd_ich(4): Handle errors from ich_init() properly during resume.Mark Johnston2020-08-271-3/+4
* Print current buffer latency in dmesg for the USB audio driver and not justHans Petter Selasky2020-08-191-4/+6
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-221-4/+0
* sound/hda: fix interrupt handler endless loop after r362294Andriy Gapon2020-06-261-2/+51
* Improve debug message to be more precise and clear.Hans Petter Selasky2020-06-201-1/+1
* hdac_intr_handler: keep working until global interrupt status clearsAndriy Gapon2020-06-181-21/+33
* Add bunch of HDA controller and codec IDs.Alexander Motin2020-06-053-0/+56
* snd_hda: fix typos related to quirks set via 'config' tunableAndriy Gapon2020-05-131-3/+3
* sound/hda: newer AMD devices still require the same PCIe snoopAndriy Gapon2020-05-131-0/+1
* Set PCM_CAP_VIRTUAL for virtual DSP devices.Hans Petter Selasky2020-05-071-0/+5
* snd_hda: use bool for hdac_reset's boolean wakeup paramEd Maste2020-04-261-7/+7
* hdac: remove unused macroEd Maste2020-04-201-3/+0
* snd_hda: whitespace and style(9) cleanupsEd Maste2020-04-192-23/+16
* hda: remove hda*_lockowned macrosEd Maste2020-04-183-3/+0
* hdac: replace printf for unowned lock with a lock assertionEd Maste2020-04-181-2/+1
* hdac: update comment to match function nameEd Maste2020-04-171-1/+1
* snd_hda(4): Recognize the ALC257 codec.Mark Johnston2020-04-132-0/+2
* hda: if a CODEC is not responding, report which oneEd Maste2020-04-101-1/+1
* hdac: show which command timed outEd Maste2020-04-101-1/+2
* hdac: update comment on reset durationEd Maste2020-04-101-3/+1
* Add support for multiple playback and recording devices per physical USB audioHans Petter Selasky2020-03-303-145/+251
* Implement new mixer API to return the device pointer based on the mixer pointer.Hans Petter Selasky2020-03-302-0/+9
* hdaa: remove verbosity from the normal driver operations.Konstantin Belousov2020-03-281-11/+1
* Change default microphone level from 0 to 25.Hans Petter Selasky2020-03-271-1/+1
* Improve USB audio mixer support for USB audio class 1 and 2.Hans Petter Selasky2020-03-271-389/+254
* Be more intelligent when classifying USB audio terminal types, so that weHans Petter Selasky2020-03-261-27/+36
* Make mute controls available for USB audio mixers.Hans Petter Selasky2020-03-261-2/+2
* Factor out USB audio mixer value range check.Hans Petter Selasky2020-03-261-12/+6
* Avoid scaling USB audio mixer values twice.Hans Petter Selasky2020-03-261-8/+4
* Implement a detaching flag for the sound(4) subsystem to takeHans Petter Selasky2020-03-044-21/+20
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2618-99/+124
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-7/+11
* Remove sparc64 kernel supportWarner Losh2020-02-034-1956/+1
* Fix some misleading indentation warnings reported by recent clang.John Baldwin2020-01-262-6/+8
* Configure headphone redirection for the Dell L780 and X1 Carbon 7th gen.Mark Johnston2019-12-092-2/+6
* Add support for new sound HDA hardwareScott Long2019-12-053-0/+4
* Add device IDs for the next generation of Intel HDA audio.Scott Long2019-10-283-0/+18
* snd_hda: style(9) whitespace fixupEd Maste2019-10-171-1/+1
* snd_hda: Add Intel Cannon Lake supportOleksandr Tymoshenko2019-09-261-0/+1
* snd_hda: Add Intel Cannon Lake supportOleksandr Tymoshenko2019-09-261-0/+1
* Decrease the default audio playback latency to a maximum of 21.3ms.Hans Petter Selasky2019-09-051-1/+1
* Properly check for an interrupted cv_wait_sig().Mark Johnston2019-08-301-2/+2
* Fix sound on headset jack for ThinkPad T51.Xin LI2019-08-211-0/+9
* Use a sleepable lock for midistat functions.Mark Johnston2019-08-201-72/+58
* Partially revert the previous commit.Jung-uk Kim2019-08-191-6/+4
* Fix sound on headset jack for Lenovo Thinkpad X1 Carbon Gen 6 (model 20KH).Jung-uk Kim2019-08-192-4/+14
* Fix sound on headset jack for ALC255 and ALC256 codec.Marcelo Araujo2019-07-302-2/+16
* I add the ability to accept the default pin widget configuration to helpSean Bruno2019-07-172-5/+12
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1