aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback ...Gravatar Takashi Sakamoto 9-50/+27
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Gravatar Takashi Sakamoto 8-15/+16
2018-10-10ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715Gravatar Hui Wang 1-0/+6
2018-10-09ALSA: hda - Fix headphone pin config for ASUS G751Gravatar Takashi Iwai 1-1/+11
2018-10-09ALSA: hda/ca0132 - Fix input effect controls for desktop cardsGravatar Connor McAdams 1-4/+4
2018-10-09ALSA: hda/ca0132 - Add error checking in ca0132_build_controls()Gravatar Connor McAdams 1-12/+35
2018-10-09ALSA: hda/ca0132 - Clean up patch_ca0132()Gravatar Connor McAdams 1-5/+9
2018-10-09ALSA: hda/ca0132 - Fix microphone inconsistency issuesGravatar Connor McAdams 1-0/+6
2018-10-07ALSA: hda - Add ASUS G751 quirk model entryGravatar Takashi Iwai 1-0/+1
2018-10-07ALSA: hda - Add quirk for ASUS G751 laptopGravatar Takashi Iwai 1-0/+10
2018-10-05ALSA: usb-audio: Add custom mixer status quirks for RME CC devicesGravatar Jussi Laako 1-0/+381
2018-10-04ALSA: usb-audio: update quirk for B&W PX to remove microphoneGravatar Nicolas Huaman 1-7/+2
2018-10-04ALSA: hda/sigmatel - Disable automute for Elo VuPointGravatar Michael Pobega 1-0/+20
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesGravatar Takashi Iwai 3-5/+24
2018-10-04ALSA: oxfw: use managed-resource to maintain cache of stream formatsGravatar Takashi Sakamoto 2-19/+8
2018-10-04ALSA: oxfw: use managed-resource to maintain model-specific dataGravatar Takashi Sakamoto 3-7/+6
2018-10-04ALSA: fireworks: use managed-resource to maintain response bufferGravatar Takashi Sakamoto 1-6/+3
2018-10-04ALSA: bebob: use managed-resource to maintain data specific to M-Audio FW-181...Gravatar Takashi Sakamoto 2-6/+3
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataGravatar Takashi Sakamoto 8-48/+29
2018-10-04Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 32-75/+256
2018-10-04ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760Gravatar Kai-Heng Feng 1-0/+1
2018-10-03ALSA: intel8x0: Fix fall-through annotationsGravatar Gustavo A. R. Silva 1-4/+4
2018-10-02ALSA: sb8: Fix fall-through annotationsGravatar Gustavo A. R. Silva 1-5/+5
2018-10-02ALSA: firewire-lib: add PCM rules to obsolete PCM constraints based on LCM of...Gravatar Takashi Sakamoto 1-7/+71
2018-10-02ALSA: hda/ca0132 - Add ZxR exit commandsGravatar Connor McAdams 1-0/+33
2018-10-02ALSA: hda/ca0132 - Add ZxR 600 ohm gain controlGravatar Connor McAdams 1-2/+42
2018-10-02ALSA: hda/ca0132 - Remove input select enum for ZxRGravatar Connor McAdams 1-1/+14
2018-10-02ALSA: hda/ca0132 - Add ZxR input/output select commandsGravatar Connor McAdams 1-0/+25
2018-10-02ALSA: hda/ca0132 - Add ZxR DSP post-download commandsGravatar Connor McAdams 1-13/+24
2018-10-02ALSA: hda/ca0132 - Add ZxR init commandsGravatar Connor McAdams 1-1/+13
2018-10-02ALSA: hda/ca0132 - Add DBpro hda_codec_opsGravatar Connor McAdams 1-0/+100
2018-10-02ALSA: hda/ca0132 - Add ZxR pincfgGravatar Connor McAdams 1-0/+50
2018-10-02ALSA: hda/ca0132 - Add ZxR quirks + new quirk check functionGravatar Connor McAdams 1-0/+28
2018-10-02ALSA: hda/ca0132 - Fix surround sound with output effectsGravatar Connor McAdams 1-5/+14
2018-10-02ALSA: hda/ca0132 - Fix AE-5 control typeGravatar Connor McAdams 1-2/+2
2018-10-02ALSA: hda: Fix mismatch for register mask and value in ext controller.Gravatar Keyon Jie 1-8/+14
2018-09-20ALSA: hda/ca0132 - Add AE-5 exit functionGravatar Connor McAdams 1-0/+28
2018-09-20ALSA: hda/ca0132 - Add AE-5 specific controlsGravatar Connor McAdams 1-1/+238
2018-09-20ALSA: hda/ca0132 - Add input selection commands for AE-5Gravatar Connor McAdams 1-6/+29
2018-09-20ALSA: hda/ca0132 - Add output set commands for AE-5Gravatar Connor McAdams 1-10/+70
2018-09-20ALSA: hda/ca0132 - Clean up ca0132_alt_out_selectGravatar Connor McAdams 1-51/+69
2018-09-20ALSA: hda/ca0132 - Add DSP setup functions for AE-5Gravatar Connor McAdams 1-0/+215
2018-09-20ALSA: hda/ca0132 - Merge post-dsp functions + cleanupGravatar Connor McAdams 1-96/+75
2018-09-20ALSA: hda/ca0132 - Change firmware name and usageGravatar Connor McAdams 1-5/+7
2018-09-20ALSA: hda/ca0132 - Add AE-5 regular init setupGravatar Connor McAdams 1-0/+12
2018-09-20ALSA: hda/ca0132 - Add AE-5 pre-init and ca0113 functionsGravatar Connor McAdams 1-23/+134
2018-09-20ALSA: hda/ca0132 - Change ca0132_mmio_init for AE-5Gravatar Connor McAdams 1-6/+55
2018-09-20ALSA: hda/ca0132 - Set AE-5 bools and select mixerGravatar Connor McAdams 1-1/+10
2018-09-20ALSA: hda/ca0132 - Add pincfg for AE-5Gravatar Connor McAdams 1-13/+60
2018-09-20ALSA: hda/ca0132 - Add quirk for Sound BlasterX AE-5Gravatar Connor McAdams 1-0/+2