summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-02-011-0/+13
|\
| * ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai2022-01-281-0/+13
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | ALSA: core: Simplify snd_power_ref_and_wait() with the standard macroTakashi Iwai2022-01-191-20/+5
* | ALSA: core: Fix SSID quirk lookup for subvendor=0Takashi Iwai2022-01-171-1/+1
* | ALSA: seq: virmidi: Add a drain operationStefan Sauer2022-01-061-0/+11
* | Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-01-052-3/+19
|\|
| * Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub...Mark Brown2021-12-171-3/+2
| |\
| | * ASoC: dai_dma: remove slave_id fieldArnd Bergmann2021-12-171-3/+2
| * | ALSA: pcm: introduce INFO_NO_REWINDS flagPierre-Louis Bossart2021-11-241-0/+14
| * | ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary rangePierre-Louis Bossart2021-11-241-0/+3
| |/
* | Merge branch 'for-next' into for-linusTakashi Iwai2022-01-059-215/+73
|\ \
| * | ALSA: seq: Set upper limit of processed eventsTakashi Iwai2021-12-071-2/+12
| * | ALSA: oss: remove useless NULL check before kfreeBernard Zhao2021-12-061-4/+2
| * | ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2021-12-011-1/+1
| * | ALSA: led: Use restricted type for iface assignmentTakashi Iwai2021-11-231-1/+1
| * | ALSA: memalloc: Unify x86 SG-buffer handling (take#3)Takashi Iwai2021-11-163-206/+49
| * | ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-1/+5
| * | ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-0/+3
| |/
* | ALSA: rawmidi - fix the uninitalized user_pversionJaroslav Kysela2021-12-221-0/+1
* | ALSA: jack: Check the return value of kstrdup()Xiaoke Wang2021-12-131-0/+4
* | ALSA: ctl: Fix copy of updated id with element read/writeAlan Young2021-12-021-0/+3
* | ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-021-2/+9
* | ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-021-1/+1
* | ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-021-9/+15
|/
* ALSA: memalloc: Remove a stale commentTakashi Iwai2021-11-101-1/+0
* ALSA: memalloc: Use proper SG helpers for noncontig allocationsTakashi Iwai2021-11-091-3/+61
* ALSA: PCM: Fix NULL dereference at mmap checksTakashi Iwai2021-11-071-1/+4
* ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai2021-11-051-7/+6
* ALSA: memalloc: Catch call with NULL snd_dma_buffer pointerTakashi Iwai2021-11-051-0/+2
* Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"Takashi Iwai2021-11-043-47/+206
* ALSA: timer: Fix use-after-free problemWang Wensheng2021-11-031-2/+2
* Merge branch 'for-next' into for-linusTakashi Iwai2021-11-019-237/+270
|\
| * ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() descriptionTakashi Iwai2021-10-191-1/+1
| * ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous typeTakashi Iwai2021-10-183-206/+47
| * ALSA: memalloc: Support for non-coherent page allocationTakashi Iwai2021-10-181-0/+47
| * ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai2021-10-187-11/+145
| * ALSA: ISA: not for M68KRandy Dunlap2021-10-171-0/+2
| * ALSA: pcm: Unify snd_pcm_delay() and snd_pcm_hwsync()Takashi Iwai2021-10-141-16/+8
| * Merge branch 'for-linus' into for-nextTakashi Iwai2021-10-143-6/+83
| |\
| * | ALSA: pcm: Add more disconnection checks at file opsTakashi Iwai2021-10-071-4/+21
* | | ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin2021-10-261-1/+1
* | | ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai2021-10-211-11/+33
| |/ |/|
* | ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai2021-10-111-1/+71
* | ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai2021-09-301-5/+3
* | ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela2021-09-231-0/+9
|/
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-301-1/+1
|\ \
| * | ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra2021-08-271-1/+1