summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2018-04-08ALSA: pcm: potential uninitialized return valuesDan Carpenter1-2/+2
2018-04-08ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese1-1/+1
2018-04-08ALSA: aloop: Fix access to not-yet-ready substream via cableTakashi Iwai1-1/+7
2018-04-08ALSA: aloop: Sync stale timer before releaseTakashi Iwai1-1/+8
2018-03-24ALSA: hda - Fix headset microphone detection for ASUS N551 and N751Mikhail Paulyshka1-2/+10
2018-03-22ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai1-2/+2
2018-03-22ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai3-37/+25
2018-03-22ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai1-4/+6
2018-03-22ASoC: nuc900: Fix a loop timeout testDan Carpenter1-2/+2
2018-03-18ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai4-13/+24
2018-03-18ALSA: seq: Don't allow resizing pool in useTakashi Iwai1-0/+3
2018-03-11ALSA: usb-audio: Add a quirck for B&W PX headphonesErik Veijola1-0/+47
2018-02-25ASoC: ux500: add MODULE_LICENSE tagArnd Bergmann2-0/+9
2018-02-25ALSA: seq: Fix racy pool initializationsTakashi Iwai1-2/+6
2018-02-25ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai1-8/+7
2018-02-07ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-02-07ALSA: seq: Make ioctls race-freeTakashi Iwai2-2/+9
2018-01-31ALSA: hda - Apply the existing quirk to iMac 14,1Takashi Iwai1-0/+1
2018-01-31ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai1-1/+0
2018-01-17ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai1-30/+21
2018-01-17ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai1-7/+6
2018-01-17ALSA: aloop: Release cable upon open error pathTakashi Iwai1-13/+25
2018-01-17ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai1-15/+21
2018-01-17ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai1-0/+8
2018-01-17ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai1-3/+11
2018-01-17ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2-3/+2
2018-01-02ASoC: twl4030: fix child-node lookupJohan Hovold1-1/+3
2018-01-02ALSA: usb-audio: Fix the missing ctl name suffix at parsing SUTakashi Iwai1-11/+16
2018-01-02ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai1-3/+12
2017-12-25ALSA: hda - add support for docking station for HP 820 G2Jaroslav Kysela1-1/+13
2017-12-16ALSA: usb-audio: Add check return value for usb_string()Jaejoong Kim1-4/+5
2017-12-16ALSA: usb-audio: Fix out-of-bound errorJaejoong Kim1-0/+4
2017-12-16ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai1-1/+1
2017-12-16ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser1-0/+2
2017-11-30ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald1-1/+24
2017-11-30ALSA: hda - Apply ALC269_FIXUP_NO_SHUTUP on HDA_FIXUP_ACT_PROBEGabriele Mazzotta1-1/+1
2017-11-30ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai1-6/+6
2017-11-30ALSA: usb-audio: Add sanity checks in v2 clock parsersTakashi Iwai1-3/+6
2017-11-30ALSA: usb-audio: Fix potential out-of-bound access at parsing SUTakashi Iwai1-1/+2
2017-11-30ALSA: usb-audio: Add sanity checks to FE parserTakashi Iwai1-0/+12
2017-11-30ALSA: hda: Add Raven PCI IDVijendar Mukunda1-0/+3
2017-11-21ALSA: vx: Fix possible transfer overflowTakashi Iwai3-14/+16
2017-11-21ALSA: vx: Don't try to update capture stream before runningTakashi Iwai1-1/+1
2017-11-15ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai3-3/+32
2017-11-08ASoC: adau17x1: Workaround for noise bug in ADCRicard Wanderlof2-1/+25
2017-11-08ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai1-1/+1
2017-11-08ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai1-2/+15
2017-10-27ALSA: hda: Remove superfluous '-' added by printk conversionTakashi Iwai1-1/+1
2017-10-27ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2-16/+0
2017-10-18ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1