summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai2017-12-141-1/+1
* ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser2017-12-141-0/+2
* ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai2017-11-301-6/+6
* ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson2017-11-301-2/+4
* ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai2017-11-181-0/+3
* ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-153-3/+32
* ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-11-081-1/+1
* ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2017-11-081-2/+15
* ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-10-272-16/+0
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-181-8/+19
* ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-182-3/+10
* ALSA: compress: Remove unused variableGuneshwor Singh2017-10-121-2/+1
* ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai2017-08-301-1/+1
* ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz2017-08-243-15/+14
* ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai2017-06-291-2/+2
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-141-0/+1
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-141-2/+4
* ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-05-031-6/+3
* ALSA: seq: Fix race during FIFO resizeTakashi Iwai2017-04-081-0/+4
* ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-03-304-4/+18
* ALSA: seq: Fix link corruption by event error handlingTakashi Iwai2017-03-121-0/+3
* ALSA: timer: Reject user params with too small ticksTakashi Iwai2017-03-121-3/+15
* ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai2017-02-141-8/+1
* ALSA: seq: Fix race at creating a queueTakashi Iwai2017-02-141-13/+20
* ALSA: info: Return error for invalid read/writeTakashi Iwai2016-11-081-1/+5
* ALSA: info: Limit the proc text input sizeTakashi Iwai2016-11-081-0/+3
* ALSA: seq: Fix time account regressionTakashi Iwai2016-10-251-2/+2
* ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto2016-10-121-1/+1
* ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King2016-09-161-2/+2
* ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto2016-09-131-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2016-09-112-3/+35
|\
| * ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai2016-09-081-1/+3
| * ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai2016-09-081-0/+14
| * ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2016-09-021-0/+2
| * ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-08-291-2/+15
| * ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-08-291-0/+1
* | ALSA: pcm: Fix avail to return error if stream is suspendedJeeja KP2016-09-061-1/+3
* | ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto2016-08-311-2/+5
* | ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-221-7/+3
* | ALSA: seq: obsolete change of address limitTakashi Sakamoto2016-08-222-78/+7
* | ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto2016-08-221-358/+248
* | ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto2016-08-222-1/+80
* | ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto2016-08-221-3/+11
|/
* Merge tag 'asoc-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2016-07-261-2/+65
|\
| *-. Merge remote-tracking branches 'asoc/topic/adau', 'asoc/topic/adau7002', 'aso...Mark Brown2016-07-241-2/+65
| |\ \
| | | * ALSA: compress: Add function to indicate the stream has gone badCharles Keepax2016-06-131-2/+65
| | |/
* | | Merge branch 'for-next' into for-linusTakashi Iwai2016-07-254-20/+47
|\ \ \ | |/ / |/| |
| * | ALSA: control: add dimension validator for userspace elementsTakashi Sakamoto2016-07-071-0/+32
| * | ALSA: seq_timer: use monotonic times internallyArnd Bergmann2016-06-172-15/+10
| * | ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla2016-06-151-5/+5
| |/