| Commit message (Expand) | Author | Age | Files | Lines |
* | Add quirks for AD1984A codec and Lenovo X300 laptop. | mav | 2012-12-12 | 2 | -1/+19 |
* | Add support for various Yamaha keyboards. | hselasky | 2012-12-08 | 1 | -1/+125 |
* | Add a few more translations from IDs to model name. | eadler | 2012-12-02 | 2 | -0/+6 |
* | Add support for hdmi hda codec onboard nvidia gt 440 graphics card | eadler | 2012-12-02 | 2 | -0/+2 |
* | Fix uninitialized variable reported by gcc, but not clang. | mav | 2012-11-26 | 1 | -1/+1 |
* | Remove extra sbuf_trim() copy/pasted into r243530. | mav | 2012-11-26 | 1 | -1/+0 |
* | On multiple requests, compact HDA driver verbose output by hiding CODEC's | mav | 2012-11-25 | 1 | -114/+325 |
* | Remove "clone manager: " message from verbose dmesg. It is pointless to | mav | 2012-11-23 | 1 | -7/+0 |
* | Move sndbuf_setmap() output about buffer addresses from the general verbose | mav | 2012-11-23 | 1 | -1/+1 |
* | Summarize information about connected analog pins and EDID-like data received | mav | 2012-11-17 | 1 | -8/+154 |
* | For some more completeness add matrixes for 3.1 and 7.0 channel setups. | mav | 2012-11-16 | 4 | -10/+121 |
* | Fix typo; s/ouput/output | kevlo | 2012-11-07 | 1 | -1/+1 |
* | Correct buffer size printout. | hselasky | 2012-11-01 | 1 | -10/+4 |
* | Increase default volume for FastTracker playback channels. | hselasky | 2012-11-01 | 1 | -1/+4 |
* | Fix sysctl free bug in last commit, which eventually leads to a panic. | hselasky | 2012-11-01 | 1 | -14/+188 |
* | Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence the | hselasky | 2012-11-01 | 1 | -32/+264 |
* | Add missing inclusion guard. | hselasky | 2012-11-01 | 1 | -0/+5 |
* | ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speaker | mav | 2012-10-31 | 1 | -0/+15 |
* | Set all pins initial connection status to unknown (2) and then update it | mav | 2012-10-30 | 1 | -10/+10 |
* | Print card and subsystem IDs in verbose logs to help to identify system. | mav | 2012-10-30 | 6 | -5/+16 |
* | Implement support for the so-called USB feedback endpoint for USB | hselasky | 2012-10-28 | 1 | -19/+163 |
* | Make sure the vendor class quirk only matches the vendor specific | hselasky | 2012-10-26 | 1 | -1/+2 |
* | Fix USB audio specification compliance by filtering which descriptors can | hselasky | 2012-10-24 | 1 | -11/+17 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -5/+0 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 1 | -0/+5 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -5/+0 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S to | mav | 2012-10-09 | 1 | -0/+2 |
* | Free result of device_get_children(9). | kevlo | 2012-09-30 | 2 | -0/+3 |
* | Fix panic caused by wrong pointer dereference, left after pin sense rewrite | mav | 2012-09-24 | 1 | -2/+2 |
* | Implement support for USB Audio v2.0. Remove some redundant | hselasky | 2012-09-17 | 2 | -548/+1445 |
* | Add required USB AUDIO v2.0 structure definitions. | hselasky | 2012-09-03 | 1 | -1/+394 |
* | Add bunch of ATI HDMI HDA controller IDs. | mav | 2012-08-30 | 2 | -0/+18 |
* | Add a new sound driver for PowerMacs, found here on my Quad G5. | andreast | 2012-08-19 | 1 | -0/+315 |
* | Fix "speaker" volume control, broken at r230451. | mav | 2012-08-16 | 1 | -5/+8 |
* | Fix multichannel input signals tracing on some CODECs like ALC260. | mav | 2012-08-14 | 1 | -5/+4 |
* | Fix typo in comment. | andreast | 2012-08-14 | 1 | -1/+1 |
* | Remove 14 not very useful characters " HDA CODEC PCM" from HDA pcm device | mav | 2012-07-02 | 1 | -4/+8 |
* | Restore GPIO config quirks handling, lost during last big refactoring. | mav | 2012-07-02 | 1 | -6/+3 |
* | - Call bus_generic_attach() at end of hdspe_attach(). | glebius | 2012-07-02 | 1 | -2/+4 |
* | Added D_TRACKCLOSE to sndstat_cdevsw to fix the situation when | pho | 2012-05-02 | 1 | -42/+37 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 2 | -17/+15 |
* | Reenable unsolicited responses on CODEC if hdaa_sense_init() called again. | mav | 2012-03-30 | 1 | -4/+5 |
* | Stop HDA controller polling callout on suspend and reset it on resume. | mav | 2012-03-28 | 1 | -0/+3 |
* | Don't cast a bus address to a uint8_t pointer just to add an offset to | jhb | 2012-03-23 | 1 | -1/+1 |
* | Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4). | mav | 2012-03-01 | 3 | -0/+1298 |
* | Avoid creating PCM devices for MIDI adapters. | hselasky | 2012-02-23 | 1 | -11/+19 |
* | Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module. | mav | 2012-02-14 | 1 | -1/+2 |
* | Remove direct access to si_name. | ed | 2012-02-10 | 1 | -1/+1 |
* | Remove extra semicolon. | mav | 2012-02-05 | 1 | -1/+1 |