summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-073-9/+109
|\
| * ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HPHui Wang2021-05-061-5/+11
| * ALSA: hda/realtek: Add fixup for HP OMEN laptopTakashi Iwai2021-05-041-0/+23
| * ALSA: hda/realtek: Fix speaker amp on HP Envy AiO 32Takashi Iwai2021-05-041-0/+35
| * ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UATakashi Iwai2021-05-041-0/+18
| * ALSA: usb-audio: Add dB range mapping for Sennheiser Communications Headset PC 8Timo Gurr2021-05-031-0/+12
| * ALSA: hda/realtek: ALC285 Thinkpad jack pin quirk is unreachableSami Loone2021-05-031-4/+10
* | Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-30381-3772/+22029
|\|
| * ALSA: hda/conexant: Re-order CX5066 quirk table entriesTakashi Iwai2021-04-281-7/+7
| * ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devicesTakashi Iwai2021-04-281-2/+1
| * ALSA: hda/realtek: Re-order ALC662 quirk table entriesTakashi Iwai2021-04-281-2/+2
| * ALSA: hda/realtek: Re-order remaining ALC269 quirk table entriesTakashi Iwai2021-04-281-5/+5
| * ALSA: hda/realtek: Re-order ALC269 Lenovo quirk table entriesTakashi Iwai2021-04-281-2/+2
| * ALSA: hda/realtek: Re-order ALC269 Sony quirk table entriesTakashi Iwai2021-04-281-2/+2
| * ALSA: hda/realtek: Re-order ALC269 ASUS quirk table entriesTakashi Iwai2021-04-281-3/+3
| * ALSA: hda/realtek: Re-order ALC269 Dell quirk table entriesTakashi Iwai2021-04-281-2/+2
| * ALSA: hda/realtek: Re-order ALC269 Acer quirk table entriesTakashi Iwai2021-04-281-1/+1
| * ALSA: hda/realtek: Re-order ALC269 HP quirk table entriesTakashi Iwai2021-04-281-23/+21
| * ALSA: hda/realtek: Re-order ALC882 Clevo quirk table entriesTakashi Iwai2021-04-281-11/+11
| * ALSA: hda/realtek: Re-order ALC882 Sony quirk table entriesTakashi Iwai2021-04-281-2/+2
| * ALSA: hda/realtek: Re-order ALC882 Acer quirk table entriesTakashi Iwai2021-04-281-3/+3
| * ALSA: usb-audio: Remove redundant assignment to lenJiapeng Chong2021-04-281-1/+0
| * ALSA: hda/realtek: Add quirk for Intel Clevo PCx0DxEckhart Mohr2021-04-281-0/+2
| * ALSA: virtio: fix kernel-docPierre-Louis Bossart2021-04-271-1/+1
| * ALSA: hda/cirrus: Use CS8409 filter to fix abnormal sounds on BullseyeStefan Binding2021-04-261-0/+33
| * ALSA: hda/cirrus: Set Initial DMIC volume for Bullseye to -26 dBStefan Binding2021-04-261-0/+5
| * ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong2021-04-261-2/+6
| * Merge tag 'asoc-v5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-04-26293-2748/+17020
| |\
| | * Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-23300-2960/+17915
| | |\
| | | * ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2Mark Brown2021-04-232-102/+106
| | | * ASoC: rt711-sdca: add the notification when volume changedShuming Fan2021-04-231-2/+11
| | | * ASoC: rt711-sdca: change capture switch controlsShuming Fan2021-04-232-43/+127
| | | * ASoC: da7219: properly get clk from the providerJerome Brunet2021-04-231-1/+4
| | | * ASoC: lpass: use the clock provider APIJerome Brunet2021-04-232-13/+5
| | | * ASoC: rt5682: clock driver must use the clock provider APIJerome Brunet2021-04-231-3/+3
| | | * ASoC: wcd934x: use the clock provider APIJerome Brunet2021-04-231-2/+4
| | | * ASoC: stm32: properly get clk from the providerJerome Brunet2021-04-231-1/+4
| | | * ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann2021-04-224-8/+8
| | | * ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()Kuninori Morimoto2021-04-211-16/+14
| | | * ASoC: simple-card: add simple_link_init()Kuninori Morimoto2021-04-211-29/+30
| | | * ASoC: simple-card: add simple_parse_node()Kuninori Morimoto2021-04-211-61/+58
| | | * ASoC: audio-graph: add graph_link_init()Kuninori Morimoto2021-04-211-37/+33
| | | * ASoC: audio-graph: add graph_parse_node()Kuninori Morimoto2021-04-211-59/+49
| | | * Merge series "ASoC: audio-graph: cleanups" from Kuninori Morimoto <kuninori.m...Mark Brown2021-04-204-53/+35
| | | |\
| | | | * ASoC: audio-graph: remove Platform supportKuninori Morimoto2021-04-201-6/+0
| | | | * ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs()Kuninori Morimoto2021-04-201-2/+0
| | | | * ASoC: audio-graph: remove "audio-graph-card, " preix supportKuninori Morimoto2021-04-201-5/+0
| | | | * ASoC: audio-graph: check ports if existsKuninori Morimoto2021-04-201-4/+6
| | | | * ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.cKuninori Morimoto2021-04-204-17/+10
| | | | * ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.cKuninori Morimoto2021-04-203-19/+19