summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorLines
2021-12-02ALSA: ctl: Fix copy of updated id with element read/writeAlan Young-0/+3
2021-12-02ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai-2/+9
2021-12-02ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai-1/+1
2021-12-02ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai-9/+15
2021-11-10ALSA: memalloc: Remove a stale commentTakashi Iwai-1/+0
2021-11-09ALSA: memalloc: Use proper SG helpers for noncontig allocationsTakashi Iwai-3/+61
2021-11-07ALSA: PCM: Fix NULL dereference at mmap checksTakashi Iwai-1/+4
2021-11-05ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai-7/+6
2021-11-05ALSA: memalloc: Catch call with NULL snd_dma_buffer pointerTakashi Iwai-0/+2
2021-11-04Revert "ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous type"Takashi Iwai-47/+206
2021-11-03ALSA: timer: Fix use-after-free problemWang Wensheng-2/+2
2021-11-01Merge branch 'for-next' into for-linusTakashi Iwai-237/+270
2021-10-26ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin-1/+1
2021-10-21ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai-11/+33
2021-10-19ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() descriptionTakashi Iwai-1/+1
2021-10-18ALSA: memalloc: Convert x86 SG-buffer handling with non-contiguous typeTakashi Iwai-206/+47
2021-10-18ALSA: memalloc: Support for non-coherent page allocationTakashi Iwai-0/+47
2021-10-18ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai-11/+145
2021-10-17ALSA: ISA: not for M68KRandy Dunlap-0/+2
2021-10-14ALSA: pcm: Unify snd_pcm_delay() and snd_pcm_hwsync()Takashi Iwai-16/+8
2021-10-14Merge branch 'for-linus' into for-nextTakashi Iwai-6/+83
2021-10-11ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai-1/+71
2021-10-07ALSA: pcm: Add more disconnection checks at file opsTakashi Iwai-4/+21
2021-09-30ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai-5/+3
2021-09-23ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela-0/+9
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2021-08-30Merge branch 'for-linus' into for-nextTakashi Iwai-1/+1
2021-08-27ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra-1/+1
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
2021-08-14ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai-0/+9
2021-08-13ALSA: memalloc: Count continuous pages in vmalloc buffer handlerTakashi Iwai-7/+21
2021-08-13ALSA: core: control_led: use strscpy instead of strlcpyPierre-Louis Bossart-1/+1
2021-08-09ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai-2/+7
2021-08-09Merge branch 'for-linus' into for-nextTakashi Iwai-13/+31
2021-08-09ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai-1/+4
2021-08-08ALSA: memalloc: Fix mmap of SG-buffer with WC pagesTakashi Iwai-0/+9
2021-08-04ALSA: memalloc: Store snd_dma_buffer.addr for continuous pages, tooTakashi Iwai-2/+5
2021-08-04ALSA: memalloc: Fix pgprot for WC mmap on x86Takashi Iwai-0/+4
2021-08-04ALSA: memalloc: Support WC allocation on all architecturesTakashi Iwai-7/+39
2021-08-04ALSA: pcm: Allow exact buffer preallocationTakashi Iwai-16/+51
2021-08-04ALSA: memalloc: Correctly name as WCTakashi Iwai-8/+8
2021-08-04ALSA: memalloc: Minor refactoringTakashi Iwai-33/+26
2021-08-03ALSA: seq: Fix racy deletion of subscriberTakashi Iwai-12/+27
2021-08-02Merge branch 'for-linus' into for-nextTakashi Iwai-5/+13
2021-08-02ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUSTakashi Iwai-1/+1
2021-07-31ALSA: core: Fix double calls of snd_card_free() via devresTakashi Iwai-4/+10
2021-07-30ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela-1/+1
2021-07-27ALSA: seq: Fix comments of wrong client number for MIDI PassthroughTakashi Iwai-4/+4
2021-07-20ALSA: pcm: Fix mmap without buffer preallocationTakashi Iwai-0/+2
2021-07-20ALSA: pcm: Fix mmap capability checkTakashi Iwai-4/+10