aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz3-15/+14
2017-08-11ALSA: seq: Fix CONFIG_SND_SEQ_MIDI dependencyTakashi Iwai1-2/+2
2017-07-14Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+3
2017-07-10ALSA: pcm: Simplify check for dma_mmap_coherent() availabilityTakashi Iwai1-4/+2
2017-07-10ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMAGeert Uytterhoeven1-1/+1
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds42-1272/+1311
2017-06-29ALSA: pcm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-27ALSA: pcm: Disable only control mmap for explicit appl_ptr syncTakashi Iwai1-5/+17
2017-06-27ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai2-0/+8
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-2/+2
2017-06-23ALSA: pcm: Add the explicit appl_ptr sync supportTakashi Iwai1-2/+21
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar10-15/+15
2017-06-20ALSA: pcm: Fix possible inconsistent appl_ptr update via mmapTakashi Iwai1-6/+7
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai10-36/+6
2017-06-16ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-14/+13
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai7-33/+13
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai4-45/+0
2017-06-14ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai1-2/+2
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2-7/+1
2017-06-14ALSA: pcm: Skip ack callback without actual appl_ptr updateTakashi Iwai1-0/+3
2017-06-14ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checksTakashi Iwai1-2/+2
2017-06-14ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARETakashi Iwai1-0/+11
2017-06-14ALSA: pcm: Allow dropping stream directly after resumeTakashi Iwai1-2/+1
2017-06-14ALSA: pcm: Apply power lock globally to common ioctlsTakashi Iwai1-37/+19
2017-06-14ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE codeTakashi Iwai1-7/+3
2017-06-13Merge branch 'topic/seq-kconfig' into for-nextTakashi Iwai7-78/+78
2017-06-12ALSA: pcm: use %s instead of %c for format of PCM buffer tracepointsTakashi Sakamoto1-6/+6
2017-06-12ALSA: pcm: add 'applptr' event of tracepointTakashi Sakamoto2-0/+42
2017-06-12ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto3-27/+30
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai6-5/+10
2017-06-11ALSA: pcm: probe events when parameters are changed actuallyTakashi Sakamoto1-27/+29
2017-06-11ALSA: pcm: return error immediately for parameters handlingTakashi Sakamoto1-28/+38
2017-06-09ALSA: seq: Reorganize kconfig and buildTakashi Iwai3-67/+61
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai3-6/+5
2017-06-09ALSA: Make CONFIG_SND_OSSEMUL user-selectableTakashi Iwai1-4/+6
2017-06-09ALSA: pcm: use friendly name for id of PCM substream in trace printTakashi Sakamoto1-4/+4
2017-06-09ALSA: pcm: add tracepoints for final selection process of hardware parametersTakashi Sakamoto1-0/+22
2017-06-09ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto3-43/+40
2017-06-09ALSA: pcm: move fixup of info flag after selecting single parametersTakashi Sakamoto1-10/+10
2017-06-09ALSA: pcm: calculate non-mask/non-interval parameters always when possibleTakashi Sakamoto1-26/+44
2017-06-09ALSA: pcm: use helper functions to refer parameters as constantsTakashi Sakamoto1-6/+6
2017-06-08ALSA: pcm: add comment about application of rule to PCM parametersTakashi Sakamoto1-1/+52
2017-06-08ALSA: pcm: use helper functions to check whether parameters are determinedTakashi Sakamoto1-2/+1
2017-06-08ALSA: pcm: adaption of code formattingTakashi Sakamoto1-6/+6
2017-06-08ALSA: pcm: remove function local variable with alternative evaluationTakashi Sakamoto1-5/+2
2017-06-08ALSA: pcm: use goto statement instead of while statement to reduce indentationTakashi Sakamoto1-42/+44
2017-06-08ALSA: pcm: add a helper function to apply parameter rulesTakashi Sakamoto1-32/+45
2017-06-08ALSA: pcm: add a helper function to constrain interval-type parametersTakashi Sakamoto1-19/+36
2017-06-08ALSA: pcm: add a helper function to constrain mask-type parametersTakashi Sakamoto1-19/+37