summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/ca0132 - Add new quirk ID for SoundBlaster AE-7.Connor McAdams2020-08-261-0/+2
* ALSA: hda/ca0132 - Fix Recon3D Center/LFE output.Connor McAdams2020-08-261-0/+6
* ALSA: hda/ca0132 - Add quirk output selection structures.Connor McAdams2020-08-261-95/+241
* ALSA: hda/ca0132 - Clean up ca0132_alt_out_select.Connor McAdams2020-08-261-85/+57
* ALSA: hda/ca0132 - Remove surround output selection.Connor McAdams2020-08-261-105/+46
* ALSA: hda/ca0132 - Add bass redirection controls.Connor McAdams2020-08-261-4/+126
* ALSA: hda/ca0132 - Add full-range speaker selection controls.Connor McAdams2020-08-261-0/+117
* ALSA: hda/ca0132 - Add surround channel config control.Connor McAdams2020-08-261-2/+108
* ALSA: hda/ca0132 - Add speaker tuning initialization commands.Connor McAdams2020-08-261-0/+119
* ALSA: hda/ca0132 - Cleanup ca0132_mmio_init function.Connor McAdams2020-08-261-59/+99
* ALSA: usb-audio: Correct wrongly matching entries with audio classTakashi Iwai2020-08-241-15/+6
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-08-235-4/+62
|\
| * ALSA: usb-audio: Disable autosuspend for Lenovo ThinkStation P620Kai-Heng Feng2020-08-233-4/+25
| * ALSA: firewire-digi00x: exclude Avid Adrenaline from detectionTakashi Sakamoto2020-08-231-0/+5
| * ALSA; firewire-tascam: exclude Tascam FE-8 from detectionTakashi Sakamoto2020-08-231-4/+29
* | ALSA: usb-audio: Properly match with audio interface classTakashi Iwai2020-08-201-36/+19
* | ALSA: usb-audio: Simplify quirk entries with a macroTakashi Iwai2020-08-201-84/+21
* | ALSA: usb-audio: Move device rename and profile quirks to an internal tableTakashi Iwai2020-08-203-130/+124
|/
* ALSA: hda: avoid reset of sdo_limitSameer Pujar2020-08-192-11/+12
* ALSA: hda/realtek: Add quirk for Samsung Galaxy Book IonMike Pozulp2020-08-191-0/+1
* Merge tag 'asoc-fix-v5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-08-1917-243/+266
|\
| * ASoC: intel: Fix memleak in sst_media_openDinghao Liu2020-08-171-2/+3
| * ASoC: wm8994: Avoid attempts to read unreadable registersSylwester Nawrocki2020-08-171-0/+4
| * ASoC: msm8916-wcd-analog: fix register Interrupt offsetSrinivas Kandagatla2020-08-171-2/+2
| * ASoC: wm8994: Prevent access to invalid VU register bits on WM1811Sylwester Nawrocki2020-08-171-16/+44
| * ASoC: q6routing: add dummy register read/write functionSrinivas Kandagatla2020-08-111-0/+16
| * ASoC: q6afe-dai: mark all widgets registers as SND_SOC_NOPMSrinivas Kandagatla2020-08-111-105/+105
| * ASoC: Make soc_component_read() returning an error code againTakashi Iwai2020-08-111-1/+1
| * ASoC: amd: Replacing component->name with codec_dai->name.Ravulapati Vishnu vardhan rao2020-08-101-1/+1
| * Merge series "ASoC: tegra: Fix compile warning with CONFIG_PM=n" from Takashi...Mark Brown2020-08-035-10/+10
| |\
| | * ASoC: tegra: tegra210_i2s: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
| | * ASoC: tegra: tegra210_dmic: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
| | * ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
| | * ASoC: tegra: tegra210_admaif: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
| | * ASoC: tegra: tegra186_dspk: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
| * | ASoC: fsl: Fix unused variable warningTakashi Iwai2020-08-031-1/+0
| |/
| * ASoC: amd: renoir: restore two more registers during resumeHui Wang2020-08-031-20/+9
| * ASoC: wm8962: Do not remove ADDITIONAL_CONTROL_4 from readable register listFabio Estevam2020-08-031-1/+1
| * ASoC: fsl-asoc-card: Remove fsl_asoc_card_set_bias_level functionShengjiu Wang2020-08-031-84/+70
* | ALSA: usb-audio: ignore broken processing/extension unitTom Yan2020-08-171-1/+7
* | ALSA: hda/realtek: Add model alc298-samsung-headphoneMike Pozulp2020-08-171-0/+1
* | ALSA: usb-audio: Update documentation comment for MS2109 quirkHector Martin2020-08-171-2/+2
* | ALSA: isa: fix spelling mistakes in the commentsLiang Wang2020-08-161-3/+3
* | ALSA: usb-audio: Add capture support for Saffire 6 (USB 1.1)Alexander Tsoy2020-08-151-0/+30
* | ALSA: hda/realtek: Add quirk for Samsung Galaxy Flex BookMike Pozulp2020-08-141-0/+1
* | ALSA: echoaudio: Fix potential Oops in snd_echo_resume()Dinghao Liu2020-08-131-2/+0
* | ALSA: hda/hdmi: Use force connectivity quirk on another HP desktopKai-Heng Feng2020-08-121-0/+1
* | ALSA: hda/realtek - Fix unused variable warningTakashi Iwai2020-08-121-2/+0
* | ALSA: hda - reverse the setting value in the micmute_led_setHui Wang2020-08-111-4/+1
* | ALSA: echoaduio: Drop superfluous volatile modifierTakashi Iwai2020-08-112-3/+2