summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-08-0943-144/+365
|\
| * ALSA: firewire: fix a memory leak bugWenwen Wang2019-08-081-1/+1
| * sound: fix a memory leak bugWenwen Wang2019-08-081-1/+2
| * ALSA: hda - Workaround for crackled sound on AMD controller (1022:1457)Takashi Iwai2019-08-073-2/+70
| * ALSA: hiface: fix multiple memory leak bugsWenwen Wang2019-08-071-3/+8
| * ALSA: hda - Don't override global PCM hw info flagTakashi Iwai2019-08-061-4/+2
| * ALSA: usb-audio: fix a memory leak bugWenwen Wang2019-08-061-0/+1
| * Merge tag 'asoc-fix-v5.3-rc3-2' of https://git.kernel.org/pub/scm/linux/kerne...Takashi Iwai2019-08-062-0/+0
| |\
| | * ASoC: max98373: Remove executable bitsMark Brown2019-08-062-0/+0
| * | Merge tag 'asoc-fix-v5.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-08-0636-133/+281
| |\|
| | * ASoC: amd: acp3x: use dma address for acp3x dma driverVijendar Mukunda2019-08-021-9/+5
| | * ASoC: amd: acp3x: use dma_ops of parent device for acp3x dma driverVijendar Mukunda2019-08-021-2/+4
| | * ASoC: max98373: add 88200 and 96000 sampling rate supportfengchunguo2019-07-312-0/+8
| | * ASoC: sun4i-i2s: Incorrect SR and WSS computationMarcus Cooper2019-07-311-2/+2
| | * ASoC: ti: davinci-mcasp: Correct slot_width posed constraintPeter Ujfalusi2019-07-261-9/+34
| | * ASoC: rockchip: Fix mono captureCheng-Yi Chiang2019-07-261-3/+2
| | * ASoC: Intel: Fix some acpi vs apci typo in somme commentsChristophe JAILLET2019-07-2610-10/+10
| | * ASoC: ti: davinci-mcasp: Fix clk PDIR handling for i2s master modePeter Ujfalusi2019-07-261-1/+2
| | * ASoC: Fail card instantiation if DAI format setup failsRicard Wanderlof2019-07-241-2/+5
| | * ASoC: SOF: Intel: hda: remove misleading error trace from IRQ threadKai Vehmanen2019-07-232-4/+4
| | * ASoC: qcom: apq8016_sbc: Fix oops with multiple DAI linksStephan Gerhold2019-07-231-8/+8
| | * ASoC: dapm: fix a memory leak bugWenwen Wang2019-07-221-0/+2
| | * SoC: rockchip: rockchip_max98090: Enable MICBIAS for headset keypress detectionEnric Balletbo i Serra2019-07-221-0/+32
| | * ASoC: cs42xx8: Fix MFREQ selection issue for async modeShengjiu Wang2019-07-221-19/+97
| | * ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walksCharles Keepax2019-07-221-4/+4
| | * ASoC: Intel: bytcht_es8316: Add quirk for Irbis NB41 netbookHans de Goede2019-07-161-0/+8
| | * ASoC: samsung: odroid: fix a double-free issue for cpu_daiWen Yang2019-07-161-1/+1
| | * ASoC: samsung: odroid: fix an use-after-free issue for codecWen Yang2019-07-161-2/+4
| | * ASoC: audio-graph-card: add missing const at graph_get_dai_id()Kuninori Morimoto2019-07-111-1/+1
| | * ASoC: rt1011: fix DC calibration offset not applyingShuming Fan2019-07-111-2/+2
| | * ASoC: audio-graph-card: fix an use-after-free in graph_get_dai_id()Wen Yang2019-07-101-1/+3
| | * ASoC: audio-graph-card: fix use-after-free in graph_dai_link_of_dpcm()Wen Yang2019-07-101-13/+13
| | * ASoC: simple-card: fix an use-after-free in simple_for_each_link()Wen Yang2019-07-101-2/+2
| | * ASoC: simple-card: fix an use-after-free in simple_dai_link_of_dpcm()Wen Yang2019-07-101-11/+11
| | * ASoC: simple-card-utils: care no Platform for DPCMKuninori Morimoto2019-07-101-0/+7
| | * ASoC: Relocate my e-mail to .com domain zoneKirill Marinushkin2019-07-104-7/+7
| | * ASoC: rt1308: Remove executable attribute from source filesJoe Perches2019-07-102-0/+0
| | * ASoC: max98357a: use mdelay for sdmode-delayTzung-Bi Shih2019-07-101-21/+4
* | | Merge tag 'sound-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-08-023-6/+9
|\| |
| * | ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_checkHillf Danton2019-07-301-1/+1
| * | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima2019-07-291-1/+2
| * | ALSA: hda: Fix 1-minute detection delay when i915 module is not availableSamuel Thibault2019-07-271-4/+6
* | | Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-07-268-30/+64
|\| |
| * | ALSA: hda - Add a conexant codec entry to let mute led workHui Wang2019-07-251-0/+1
| * | ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chipsTakashi Iwai2019-07-251-3/+2
| * | ALSA: ac97: Fix double free of ac97_codec_deviceDing Xiang2019-07-231-9/+4
| * | ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-07-231-0/+6
| * | ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax2019-07-231-0/+8
| * | ALSA: compress: Prevent bypasses of set_paramsCharles Keepax2019-07-231-6/+24
| * | ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-07-231-5/+11