summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai2017-06-141-2/+2
* | ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-1610-36/+6Star
* | ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-14/+13Star
* | ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-167-33/+13Star
* | ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-164-45/+0Star
* | ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2017-06-142-7/+1Star
* | 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/+1Star
* | ALSA: pcm: Apply power lock globally to common ioctlsTakashi Iwai2017-06-141-37/+19Star
* | ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE codeTakashi Iwai2017-06-141-7/+3Star
* | 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/+61Star
| * | ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-093-6/+5Star
| * | ALSA: Make CONFIG_SND_OSSEMUL user-selectableTakashi Iwai2017-06-091-4/+6
* | | ALSA: pcm: use %s instead of %c for format of PCM buffer tracepointsTakashi Sakamoto2017-06-121-6/+6
* | | ALSA: pcm: add 'applptr' event of tracepointTakashi Sakamoto2017-06-122-0/+42
* | | ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto2017-06-123-27/+30
* | | ALSA: pcm: probe events when parameters are changed actuallyTakashi Sakamoto2017-06-111-27/+29
* | | ALSA: pcm: return error immediately for parameters handlingTakashi Sakamoto2017-06-111-28/+38
|/ /
* | ALSA: pcm: use friendly name for id of PCM substream in trace printTakashi Sakamoto2017-06-091-4/+4
* | ALSA: pcm: add tracepoints for final selection process of hardware parametersTakashi Sakamoto2017-06-091-0/+22
* | ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto2017-06-093-43/+40Star
* | ALSA: pcm: move fixup of info flag after selecting single parametersTakashi Sakamoto2017-06-091-10/+10
* | ALSA: pcm: calculate non-mask/non-interval parameters always when possibleTakashi Sakamoto2017-06-091-26/+44
* | ALSA: pcm: use helper functions to refer parameters as constantsTakashi Sakamoto2017-06-091-6/+6
* | ALSA: pcm: add comment about application of rule to PCM parametersTakashi Sakamoto2017-06-081-1/+52
* | ALSA: pcm: use helper functions to check whether parameters are determinedTakashi Sakamoto2017-06-081-2/+1Star
* | ALSA: pcm: adaption of code formattingTakashi Sakamoto2017-06-081-6/+6
* | ALSA: pcm: remove function local variable with alternative evaluationTakashi Sakamoto2017-06-081-5/+2Star
* | ALSA: pcm: use goto statement instead of while statement to reduce indentationTakashi Sakamoto2017-06-081-42/+44
* | ALSA: pcm: add a helper function to apply parameter rulesTakashi Sakamoto2017-06-081-32/+45
* | ALSA: pcm: add a helper function to constrain interval-type parametersTakashi Sakamoto2017-06-081-19/+36
* | ALSA: pcm: add a helper function to constrain mask-type parametersTakashi Sakamoto2017-06-081-19/+37
* | ALSA: pcm: obsolete RULES_DEBUG local macroTakashi Sakamoto2017-06-071-82/+7Star
* | ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabledTakashi Sakamoto2017-06-071-0/+7
* | ALSA: pcm: tracepoints for refining PCM parametersTakashi Sakamoto2017-06-073-0/+176
* | ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai2017-06-071-0/+4
* | ALSA: timer: Improve user queue reallocationTakashi Iwai2017-06-071-51/+43Star
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-071-2/+5
|\|
| * ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-071-0/+1
| * ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-071-2/+4
* | ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai2017-06-023-12/+10Star