summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rt5645: Avoid upgrading static warnings to errorsMark Brown2021-06-241-38/+11
* Merge tag 'sound-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-06-1112-18/+146
|\
| * ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai2021-06-101-1/+9
| * Merge tag 'asoc-fix-v5.13-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-06-089-16/+120
| |\
| | * ASoC: qcom: lpass-cpu: Fix pop noise during audio capture beginSrinivasa Rao Mandadapu2021-06-072-0/+83
| | * ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire modeOder Chiou2021-06-041-1/+2
| | * ASoC: tas2562: Fix TDM_CFG0_SAMPRATE valuesRichard Weinberger2021-06-031-7/+7
| | * ASoC: AMD Renoir: Remove fix for DMI entry on Lenovo 2020 platformsMark Pearson2021-06-031-35/+0
| | * ASoC: AMD Renoir - add DMI entry for Lenovo 2020 AMD platformsMark Pearson2021-06-021-0/+35
| | * ASoC: SOF: reset enabled_cores state at suspendKai Vehmanen2021-06-011-0/+1
| | * ASoC: fsl-asoc-card: Set .owner attribute when registering card.Nicolas Cavallari2021-06-011-0/+1
| | * ASoC: topology: Fix spelling mistake "vesion" -> "version"Colin Ian King2021-06-011-3/+3
| | * ASoC: rt5659: Fix the lost powers for the HDA headerJack Yu2021-05-271-5/+21
| | * ASoC: core: Fix Null-point-dereference in fmt_single_name()Kefeng Wang2021-05-241-0/+2
| * | ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power G8Jeremy Szu2021-06-081-0/+1
| * | ALSA: hda/realtek: headphone and mic don't work on an Acer laptopHui Wang2021-06-081-0/+12
| * | ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()Takashi Sakamoto2021-06-051-1/+1
| * | ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 840 Aero G8Jeremy Szu2021-06-051-0/+1
| * | ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP EliteBook x360 10...Jeremy Szu2021-06-051-0/+1
| * | ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Elite Dragonfly G2Jeremy Szu2021-06-051-0/+1
* | | Merge tag 'sound-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-06-048-12/+45
|\| |
| * | ALSA: hda: update the power_state during the direct-completeHui Wang2021-06-031-0/+5
| * | ALSA: timer: Fix master timer notificationTakashi Iwai2021-06-031-1/+2
| * | ALSA: control led: fix memory leak in snd_ctl_led_registerDongliang Mu2021-06-021-7/+26
| * | ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xxCarlos M2021-06-011-0/+1
| * | ALSA: hda/cirrus: Set Initial DMIC volume to -26 dBStefan Binding2021-06-011-4/+3
| * | ALSA: hda: Fix a regression in Capture Switch mixer readTakashi Iwai2021-05-311-0/+1
| * | ALSA: hda: Add AlderLake-M PCI IDKai Vehmanen2021-05-302-0/+7
* | | Merge tag 'sound-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-05-2829-182/+300
|\| |
| * | ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook Fury 17 G8Jeremy Szu2021-05-271-0/+1
| * | ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook Fury 15 G8Jeremy Szu2021-05-271-0/+1
| * | ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook G8Jeremy Szu2021-05-271-0/+1
| * | ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8Jeremy Szu2021-05-271-0/+1
| * | ALSA: hda/realtek: Chain in pop reduction fixup for ThinkStation P340Peter Ujfalusi2021-05-251-1/+9
| * | Merge tag 'asoc-fix-v5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-05-2524-148/+201
| |\|
| | * ASoC: qcom: lpass-cpu: Use optional clk APIsStephen Boyd2021-05-211-11/+1
| | * ASoC: cs35l33: fix an error code in probe()Dan Carpenter2021-05-201-0/+1
| | * ASoC: SOF: Intel: hda: don't send DAI_CONFIG IPC for older firmwareRanjani Sridharan2021-05-191-0/+5
| | * ASoC: fsl: fix SND_SOC_IMX_RPMSG dependencyArnd Bergmann2021-05-181-0/+1
| | * ASoC: cs42l52: Minor tidy up of error pathsCharles Keepax2021-05-121-1/+6
| | * ASoC: cs35l32: Add missing regmap use_single configCharles Keepax2021-05-121-0/+3
| | * ASoC: cs35l34: Add missing regmap use_single configCharles Keepax2021-05-121-0/+3
| | * ASoC: cs42l73: Add missing regmap use_single configCharles Keepax2021-05-121-0/+3
| | * ASoC: cs53l30: Add missing regmap use_single configCharles Keepax2021-05-121-0/+3
| | * ASoC: sti-sas: add missing MODULE_DEVICE_TABLEZou Wei2021-05-121-0/+1
| | * Merge series "ASoC: simple-card / audio-graph re-cleanup" from Kuninori Morim...Mark Brown2021-05-112-113/+112
| | |\
| | | * ASoC: audio-graph: tidyup graph_parse_node()Kuninori Morimoto2021-05-111-12/+15
| | | * ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()Kuninori Morimoto2021-05-111-16/+14
| | | * ASoC: simple-card: add simple_link_init()Kuninori Morimoto2021-05-111-31/+30
| | | * ASoC: simple-card: add simple_parse_node()Kuninori Morimoto2021-05-111-54/+53