summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai2018-04-241-6/+12
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-241-2/+3
* ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-04-241-25/+42
* ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-04-241-9/+27
* ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-04-241-28/+106
* ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai2018-04-241-1/+1
* ALSA: oss: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2018-04-241-2/+1
* ASoC: ssm2602: Replace reg_default_raw with reg_defaultJames Kelly2018-04-241-6/+13
* ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-04-081-2/+2
* ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese2018-04-081-1/+1
* ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai2018-04-081-1/+7
* ALSA: aloop: Sync stale timer before releaseTakashi Iwai2018-04-081-1/+8
* ALSA: hda - Fix headset microphone detection for ASUS N551 and N751Mikhail Paulyshka2018-03-241-2/+10
* ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai2018-03-221-2/+2
* ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai2018-03-223-37/+25
* ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-221-4/+6
* ASoC: nuc900: Fix a loop timeout testDan Carpenter2018-03-221-2/+2
* ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai2018-03-184-13/+24
* ALSA: seq: Don't allow resizing pool in useTakashi Iwai2018-03-181-0/+3
* ALSA: usb-audio: Add a quirck for B&W PX headphonesErik Veijola2018-03-111-0/+47
* ASoC: ux500: add MODULE_LICENSE tagArnd Bergmann2018-02-252-0/+9
* ALSA: seq: Fix racy pool initializationsTakashi Iwai2018-02-251-2/+6
* ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai2018-02-251-8/+7
* ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-071-0/+4
* ALSA: seq: Make ioctls race-freeTakashi Iwai2018-02-072-2/+9
* ALSA: hda - Apply the existing quirk to iMac 14,1Takashi Iwai2018-01-311-0/+1
* ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai2018-01-311-1/+0
* ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai2018-01-171-30/+21
* ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai2018-01-171-7/+6
* ALSA: aloop: Release cable upon open error pathTakashi Iwai2018-01-171-13/+25
* ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-171-15/+21
* ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-171-0/+8
* ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-171-3/+11
* ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-172-3/+2
* ASoC: twl4030: fix child-node lookupJohan Hovold2018-01-021-1/+3
* ALSA: usb-audio: Fix the missing ctl name suffix at parsing SUTakashi Iwai2018-01-021-11/+16
* ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai2018-01-021-3/+12
* ALSA: hda - add support for docking station for HP 820 G2Jaroslav Kysela2017-12-251-1/+13
* ALSA: usb-audio: Add check return value for usb_string()Jaejoong Kim2017-12-161-4/+5
* ALSA: usb-audio: Fix out-of-bound errorJaejoong Kim2017-12-161-0/+4
* ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-12-161-1/+1
* ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser2017-12-161-0/+2
* ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald2017-11-301-1/+24
* ALSA: hda - Apply ALC269_FIXUP_NO_SHUTUP on HDA_FIXUP_ACT_PROBEGabriele Mazzotta2017-11-301-1/+1
* ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai2017-11-301-6/+6
* ALSA: usb-audio: Add sanity checks in v2 clock parsersTakashi Iwai2017-11-301-3/+6
* ALSA: usb-audio: Fix potential out-of-bound access at parsing SUTakashi Iwai2017-11-301-1/+2
* ALSA: usb-audio: Add sanity checks to FE parserTakashi Iwai2017-11-301-0/+12
* ALSA: hda: Add Raven PCI IDVijendar Mukunda2017-11-301-0/+3
* ALSA: vx: Fix possible transfer overflowTakashi Iwai2017-11-213-14/+16