summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2017-11-095-16/+87
|\
| * ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-073-3/+32
| * ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-062-13/+55
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-026-0/+6
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* | ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai2017-10-311-1/+1
* | ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai2017-10-311-2/+15
|/
* ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-181-0/+31
* ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2017-10-182-16/+0Star
* ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2017-10-112-3/+10
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-091-8/+19
* ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang2017-09-221-0/+1
* ALSA: compress: Remove unused variableGuneshwor Singh2017-09-181-2/+1Star
* ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai2017-09-121-0/+3
* ALSA: core: Use %pS printk format for direct addressesHelge Deller2017-09-071-2/+2
* ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai2017-08-302-183/+105Star
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-304-74/+53Star
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-301-1/+5
|\
| * ALSA: pcm: Fix power lock unbalance via OSS emulationTakashi Iwai2017-08-301-1/+5
* | ALSA: pcm: Correct broken procfs set upTakashi Iwai2017-08-251-1/+2
* | ALSA: control: TLV data is unavailable at initial state of user-defined eleme...Takashi Sakamoto2017-08-241-4/+15
* | ALSA: control: queue TLV event for a set of user-defined elementTakashi Sakamoto2017-08-241-1/+6
* | ALSA: control: delegate TLV eventing to each driverTakashi Sakamoto2017-08-241-9/+3Star
* | ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring2017-08-231-4/+6
* | ALSA: timer: Adjust a condition check in snd_timer_resolution()Markus Elfring2017-08-231-1/+2
* | ALSA: pcm: Adjust nine function calls together with a variable assignmentMarkus Elfring2017-08-231-15/+23
* | ALSA: pcm: Use common error handling code in _snd_pcm_new()Markus Elfring2017-08-231-12/+18
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-225-18/+17Star
|\|
| * ALSA: core: Fix unexpected error at replacing user TLVTakashi Iwai2017-08-221-1/+1
| * ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz2017-08-153-15/+14Star
| * ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependencyTakashi Iwai2017-08-111-2/+2
* | ALSA: control: use counting semaphore as write lock for ELEM_WRITE operationTakashi Sakamoto2017-08-201-2/+2
* | ALSA: control: code refactoring for ELEM_READ/ELEM_WRITE operationsTakashi Sakamoto2017-08-201-39/+38Star
* | ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE o...Takashi Sakamoto2017-08-201-2/+1Star
* | ALSA: control: code refactoring for TLV request handler to user element setTakashi Sakamoto2017-08-041-30/+46
* | ALSA: control: code refactoring TLV ioctl handlerTakashi Sakamoto2017-08-041-41/+91
* | ALSA: control: obsolete user_ctl_lockTakashi Sakamoto2017-08-042-25/+13Star
* | ALSA: control: use counting semaphore as write lock for TLV write/command ope...Takashi Sakamoto2017-08-041-34/+38
* | ALSA: control: queue events within locking of controls_rwsem for TLV operationTakashi Sakamoto2017-08-041-2/+1Star
|/
* Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-141-5/+3Star
|\
| * ALSA: pcm: Simplify check for dma_mmap_coherent() availabilityTakashi Iwai2017-07-101-4/+2Star
| * ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMAGeert Uytterhoeven2017-07-101-1/+1
* | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-0642-1272/+1311
|\|
| * ALSA: pcm: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
| * ALSA: pcm: Disable only control mmap for explicit appl_ptr syncTakashi Iwai2017-06-271-5/+17
| * ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai2017-06-272-0/+8
| * ALSA: pcm: Add the explicit appl_ptr sync supportTakashi Iwai2017-06-231-2/+21
| * ALSA: pcm: Fix possible inconsistent appl_ptr update via mmapTakashi Iwai2017-06-201-6/+7
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-201-2/+2
| |\
| * | ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-1610-36/+6Star