summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai2017-08-302-183/+105
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-304-74/+53
* 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/+3
* | 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/+17
|\ \ | |/
| * 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/+14
| * 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/+38
* | ALSA: control: queue events within locking of controls_rwsem for ELEM_WRITE o...Takashi Sakamoto2017-08-201-2/+1
* | 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/+13
* | 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/+1
|/
* Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-141-5/+3
|\
| * ALSA: pcm: Simplify check for dma_mmap_coherent() availabilityTakashi Iwai2017-07-101-4/+2
| * 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/+6
| * | ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-14/+13
| * | ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-167-33/+13
| * | ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-164-45/+0
| * | ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2017-06-142-7/+1
| * | ALSA: pcm: Skip ack callback without actual appl_ptr updateTakashi Iwai2017-06-141-0/+3
| * | ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checksTakashi Iwai2017-06-141-2/+2
| * | ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARETakashi Iwai2017-06-141-0/+11
| * | ALSA: pcm: Allow dropping stream directly after resumeTakashi Iwai2017-06-141-2/+1
| * | ALSA: pcm: Apply power lock globally to common ioctlsTakashi Iwai2017-06-141-37/+19
| * | ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE codeTakashi Iwai2017-06-141-7/+3
| * | Merge branch 'topic/seq-kconfig' into for-nextTakashi Iwai2017-06-137-78/+78
| |\ \
| | * | ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2017-06-126-5/+10
| | * | ALSA: seq: Reorganize kconfig and buildTakashi Iwai2017-06-093-67/+61
| | * | ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-093-6/+5
| | * | ALSA: Make CONFIG_SND_OSSEMUL user-selectableTakashi Iwai2017-06-091-4/+6
OpenPOWER on IntegriCloud