summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2021-11-17ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai1-7/+6
2021-11-17ALSA: timer: Fix use-after-free problemWang Wensheng1-2/+2
2021-11-17ALSA: PCM: Fix NULL dereference at mmap checksTakashi Iwai1-1/+4
2021-11-17ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin1-1/+1
2021-11-17ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai1-11/+33
2021-11-12ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai1-2/+7
2021-10-20ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai1-5/+3
2021-10-20ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai1-1/+71
2021-10-07ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela1-0/+9
2021-09-08ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra1-1/+1
2021-08-09ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai1-1/+4
2021-08-03ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-08-02ALSA: memalloc: Fix regression with SNDRV_DMA_TYPE_CONTINUOUSTakashi Iwai1-1/+1
2021-07-30ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela1-1/+1
2021-07-20ALSA: pcm: Fix mmap without buffer preallocationTakashi Iwai1-0/+2
2021-07-20ALSA: pcm: Fix mmap capability checkTakashi Iwai1-4/+10
2021-07-12ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young1-3/+8
2021-07-01Merge tag 'asoc-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-42/+132
2021-07-01Merge branch 'for-next' into for-linusTakashi Iwai36-465/+873
2021-06-23Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Hei...Mark Brown3-9/+37
2021-06-17ALSA: seq: oss: Fix error check at system port creationTakashi Iwai1-3/+2
2021-06-14ALSA: control_led - fix initialization in the mode show callbackJaroslav Kysela1-1/+1
2021-06-10ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai1-1/+9
2021-06-10ALSA: core: Add continuous and vmalloc mmap opsTakashi Iwai1-0/+17
2021-06-10ALSA: core: Move mmap handler into memalloc opsTakashi Iwai3-16/+40
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai6-223/+322
2021-06-10ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM...Takashi Sakamoto1-15/+49
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai13-72/+131
2021-06-09ALSA: oss: Fix assignment in if conditionTakashi Iwai3-50/+91
2021-06-09ALSA: pcm: Fix assignment in if conditionTakashi Iwai3-8/+16
2021-06-09ALSA: core: Fix assignment in if conditionTakashi Iwai5-9/+18
2021-06-08ALSA: iec958: Split status creation and fillMaxime Ripard1-42/+132
2021-06-08Merge branch 'for-linus' into for-nextTakashi Iwai2-8/+28
2021-06-03ALSA: timer: Fix master timer notificationTakashi Iwai1-1/+2
2021-06-02ALSA: control led: fix memory leak in snd_ctl_led_registerDongliang Mu1-7/+26
2021-05-28ALSA: core: use DEVICE_ATTR_*() macroYueHaibing1-11/+8
2021-05-25ALSA: control_led - use DEVICE_ATTR_*() macroYueHaibing1-15/+19
2021-05-25ALSA: pcm: use DEVICE_ATTR_RO macroYueHaibing1-2/+2
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai4-39/+65
2021-05-25ALSA: pcm: Block the release until the system resume finishesTakashi Iwai1-0/+4
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai2-6/+2
2021-05-25ALSA: control: Minor optimization for SNDRV_CTL_IOCTL_POWER_STATETakashi Iwai1-4/+0
2021-05-25ALSA: control: Drop superfluous snd_power_wait() callsTakashi Iwai2-20/+0
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai3-14/+64
2021-05-19ALSA: rawmidi: fix incorrect array bounds check on clock_namesColin Ian King1-1/+1
2021-05-17ALSA: rawmidi: Add framing modeDavid Henningsson2-3/+94
2021-04-16ALSA: control: Fix racy management of user ctl memory size accountTakashi Iwai1-6/+11
2021-04-14ALSA: control_led - fix the stack usage (control element ops)Jaroslav Kysela1-2/+6
2021-04-09ALSA: control - double free in snd_ctl_led_init()Dan Carpenter1-1/+1
2021-04-08ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto1-24/+51