summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-0636-357/+485
|\
| * Merge tag 'asoc-v5.6-3' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2020-02-061-1/+1
| |\
| | * ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECSGeert Uytterhoeven2020-02-051-1/+1
| * | ALSA: hda: Clear RIRB status before reading WPMohan Kumar2020-02-061-2/+9
| * | ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supportedKailang Yang2020-02-061-0/+1
| * | Merge tag 'asoc-v5.6-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2020-02-0524-122/+118
| |\|
| | * ASoC: wcd934x: Add missing COMMON_CLK dependencySrinivas Kandagatla2020-02-041-0/+1
| | * ASoC: tegra: Revert 24 and 32 bit supportJon Hunter2020-02-021-20/+5
| | * ASoC: SOF: Intel: add PCI ID for JasperLakeYong Zhi2020-02-021-0/+2
| | * ASoC: rt715: Add __maybe_unused to PM callbacksTakashi Iwai2020-01-291-2/+2
| | * ASoC: rt711: Add __maybe_unused to PM callbacksTakashi Iwai2020-01-291-2/+2
| | * ASoC: rt700: Add __maybe_unused to PM callbacksTakashi Iwai2020-01-291-2/+2
| | * ASoC: rt1308-sdw: Add __maybe_unused to PM callbacksTakashi Iwai2020-01-291-2/+2
| | * ASoC: amd: Fix simultaneous playback and captureAkshu Agrawal2020-01-291-5/+7
| | * ASoC: Intel: consistent HDMI codec probing codeGuennadi Liakhovetski2020-01-275-35/+37
| | * ASoC: intel: soc-acpi-intel-icl-match: fix rt715 ADRBard Liao2020-01-271-1/+1
| | * ASoC: SOF: pci: add missing default_fw_name of JasperLakePan Xiuli2020-01-271-0/+1
| | * ASoC: SOF: trace: fix unconditional free in trace releaseKai Vehmanen2020-01-271-2/+5
| | * ASoC: SOF: core: release resources on errors in probe_continuePierre-Louis Bossart2020-01-272-21/+16
| | * ASoC: SOF: core: free trace on errorsPierre-Louis Bossart2020-01-271-2/+5
| | * ASoC: SOF: fix an Oops, caused by invalid topologyGuennadi Liakhovetski2020-01-271-0/+10
| | * ASoC: amd: Fix for Subsequent Playback issue.Ravulapati Vishnu vardhan rao2020-01-271-7/+7
| | * ASoC: SOF: Intel: do not disable i915 power during probeKai Vehmanen2020-01-271-1/+2
| | * ASoC: SOF: Intel: refactor i915_get/put functionsKai Vehmanen2020-01-273-20/+10
| | * ASoC: rt1015: Remove unnecessary constNathan Chancellor2020-01-241-1/+1
| | * ASoC: max98090: silence lockdep warningMarek Szyprowski2020-01-241-1/+2
| * | ALSA: hda - Fix DP-MST support for NVIDIA codecsNikhil Mahale2020-02-041-31/+63
| * | ALSA: hdsp: Make the firmware loading ioctl a bit more readableTakashi Iwai2020-02-021-4/+3
| * | ALSA: emu10k1: Fix annotation and cast for the recent uapi header changeTakashi Iwai2020-02-021-79/+101
| * | ALSA: dummy: Fix PCM format loop in proc outputTakashi Iwai2020-02-011-1/+1
| * | ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirkTakashi Iwai2020-02-011-23/+23
| * | ALSA: usb-audio: Fix endianess in descriptor validationTakashi Iwai2020-02-011-3/+3
| * | ALSA: hda: Add JasperLake PCI ID and codec vidYong Zhi2020-02-012-0/+3
| * | ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai2020-01-312-70/+125
| * | ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai2020-01-291-9/+15
| * | ALSA: hda: Reset stream if DMA RUN bit not clearedMohan Kumar2020-01-281-12/+19
* | | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-044-9/+5
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-19/+17
* | | Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-28568-7872/+26556
|\| |
| * | Merge tag 'asoc-v5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2020-01-27227-4011/+23363
| |\ \
| | * | Merge branch 'asoc-5.6' into asoc-nextMark Brown2020-01-23225-3932/+23218
| | |\|
| | | * ASoC: soc-core: remove null_snd_soc_opsKuninori Morimoto2020-01-231-4/+0
| | | * ASoC: soc-pcm: add soc_rtd_trigger()Kuninori Morimoto2020-01-231-10/+16
| | | * ASoC: soc-pcm: add soc_rtd_hw_free()Kuninori Morimoto2020-01-231-4/+10
| | | * ASoC: soc-pcm: add soc_rtd_hw_params()Kuninori Morimoto2020-01-231-7/+15
| | | * ASoC: soc-pcm: add soc_rtd_prepare()Kuninori Morimoto2020-01-231-7/+14
| | | * ASoC: soc-pcm: add soc_rtd_shutdown()Kuninori Morimoto2020-01-231-4/+10
| | | * ASoC: soc-pcm: add soc_rtd_startup()Kuninori Morimoto2020-01-231-7/+14
| | | * ASoC: rt1015: add rt1015 amplifier driverJack Yu2020-01-234-0/+1376
| | | * ASoC: madera: Correct some kernel docCharles Keepax2020-01-231-1/+1