summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-16ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-14ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto
2017-06-14ALSA: pcm: Skip ack callback without actual appl_ptr updateTakashi Iwai
2017-06-14ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checksTakashi Iwai
2017-06-14ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARETakashi Iwai
2017-06-14ALSA: pcm: Allow dropping stream directly after resumeTakashi Iwai
2017-06-14ALSA: pcm: Apply power lock globally to common ioctlsTakashi Iwai
2017-06-14ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE codeTakashi Iwai
2017-06-13Merge branch 'topic/seq-kconfig' into for-nextTakashi Iwai
2017-06-12ALSA: pcm: use %s instead of %c for format of PCM buffer tracepointsTakashi Sakamoto
2017-06-12ALSA: pcm: add 'applptr' event of tracepointTakashi Sakamoto
2017-06-12ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai
2017-06-11ALSA: pcm: probe events when parameters are changed actuallyTakashi Sakamoto
2017-06-11ALSA: pcm: return error immediately for parameters handlingTakashi Sakamoto
2017-06-09ALSA: seq: Reorganize kconfig and buildTakashi Iwai
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai
2017-06-09ALSA: Make CONFIG_SND_OSSEMUL user-selectableTakashi Iwai
2017-06-09ALSA: pcm: use friendly name for id of PCM substream in trace printTakashi Sakamoto
2017-06-09ALSA: pcm: add tracepoints for final selection process of hardware parametersTakashi Sakamoto
2017-06-09ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto
2017-06-09ALSA: pcm: move fixup of info flag after selecting single parametersTakashi Sakamoto
2017-06-09ALSA: pcm: calculate non-mask/non-interval parameters always when possibleTakashi Sakamoto
2017-06-09ALSA: pcm: use helper functions to refer parameters as constantsTakashi Sakamoto
2017-06-08ALSA: pcm: add comment about application of rule to PCM parametersTakashi Sakamoto
2017-06-08ALSA: pcm: use helper functions to check whether parameters are determinedTakashi Sakamoto
2017-06-08ALSA: pcm: adaption of code formattingTakashi Sakamoto
2017-06-08ALSA: pcm: remove function local variable with alternative evaluationTakashi Sakamoto
2017-06-08ALSA: pcm: use goto statement instead of while statement to reduce indentationTakashi Sakamoto
2017-06-08ALSA: pcm: add a helper function to apply parameter rulesTakashi Sakamoto
2017-06-08ALSA: pcm: add a helper function to constrain interval-type parametersTakashi Sakamoto
2017-06-08ALSA: pcm: add a helper function to constrain mask-type parametersTakashi Sakamoto
2017-06-07ALSA: pcm: obsolete RULES_DEBUG local macroTakashi Sakamoto
2017-06-07ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabledTakashi Sakamoto
2017-06-07ALSA: pcm: tracepoints for refining PCM parametersTakashi Sakamoto
2017-06-07ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai
2017-06-07ALSA: timer: Improve user queue reallocationTakashi Iwai
2017-06-07Merge branch 'for-linus' into for-nextTakashi Iwai
2017-06-07ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai
2017-06-07ALSA: timer: Fix race between read and ioctlTakashi Iwai
2017-06-02ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai
2017-06-02ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai
2017-06-02ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai
2017-06-02ALSA: pcm: Unify read/write loopTakashi Iwai