aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-09ALSA: seq: Reorganize kconfig and buildTakashi Iwai6-67/+86
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai11-28/+22
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: sparc: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: via82xx: Constify hw_constraintsTakashi Iwai2-4/+4
2017-06-09ALSA: sonicvibes: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: rme9652: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: hdspm: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: hdsp: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: rme96: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: rme32: Constify hw_constraintsTakashi Iwai1-3/+2
2017-06-09ALSA: nm256: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: intel8x0: Constify hw_constraintsTakashi Iwai2-8/+8
2017-06-09ALSA: ice1724: Constify hw_constraintsTakashi Iwai4-12/+12
2017-06-09ALSA: ice1712: Constify hw_constraintsTakashi Iwai2-3/+3
2017-06-09ALSA: hda: Constify hw_constraintsTakashi Iwai2-7/+7
2017-06-09ALSA: es1938: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: ens137x: Constify hw_constraintsTakashi Iwai1-8/+8
2017-06-09ALSA: fm801: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: emu10k1: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: cs46xx: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: cmipci: Constify hw_constraintsTakashi Iwai1-6/+6
2017-06-09ALSA: bt87x: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: azt3328: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: au88x0: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: atiixp: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: ali5451: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: parisc: Constify hw_constraintsTakashi Iwai1-3/+3
2017-06-09ALSA: wss: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: sb: Constify hw_constraintsTakashi Iwai1-3/+3
2017-06-09ALSA: gus: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: es18xx: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: es1688: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: cs423x: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav1-2/+2
2017-06-09ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav1-1/+1
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