summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2017-06-12ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto
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: 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: sparc: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: via82xx: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: sonicvibes: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: rme9652: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: hdspm: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: hdsp: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: rme96: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: rme32: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: nm256: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: intel8x0: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: ice1724: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: ice1712: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: hda: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: es1938: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: ens137x: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: fm801: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: emu10k1: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: cs46xx: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: cmipci: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: bt87x: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: azt3328: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: au88x0: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: atiixp: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: ali5451: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: parisc: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: wss: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: sb: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: gus: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: es18xx: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: es1688: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: cs423x: Constify hw_constraintsTakashi Iwai
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav
2017-06-09ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav
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