summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Allow the modular sequencer registrationTakashi Iwai2017-06-1215-12/+21
* ALSA: synth: Select snd-emux-synth explicitlyTakashi Iwai2017-06-095-3/+7
* ALSA: seq: Reorganize kconfig and buildTakashi Iwai2017-06-096-67/+86
* ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai2017-06-099-20/+18
* ALSA: Make CONFIG_SND_OSSEMUL user-selectableTakashi Iwai2017-06-091-4/+6
* 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/+40
* ALSA: sparc: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: via82xx: Constify hw_constraintsTakashi Iwai2017-06-092-4/+4
* ALSA: sonicvibes: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: rme9652: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: hdspm: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: hdsp: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: rme96: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: rme32: Constify hw_constraintsTakashi Iwai2017-06-091-3/+2
* ALSA: nm256: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: intel8x0: Constify hw_constraintsTakashi Iwai2017-06-092-8/+8
* ALSA: ice1724: Constify hw_constraintsTakashi Iwai2017-06-094-12/+12
* ALSA: ice1712: Constify hw_constraintsTakashi Iwai2017-06-092-3/+3
* ALSA: hda: Constify hw_constraintsTakashi Iwai2017-06-092-7/+7
* ALSA: es1938: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: ens137x: Constify hw_constraintsTakashi Iwai2017-06-091-8/+8
* ALSA: fm801: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: emu10k1: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: cs46xx: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: cmipci: Constify hw_constraintsTakashi Iwai2017-06-091-6/+6
* ALSA: bt87x: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: azt3328: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: au88x0: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: atiixp: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: ali5451: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: parisc: Constify hw_constraintsTakashi Iwai2017-06-091-3/+3
* ALSA: wss: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: sb: Constify hw_constraintsTakashi Iwai2017-06-091-3/+3
* ALSA: gus: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: es18xx: Constify hw_constraintsTakashi Iwai2017-06-091-4/+4
* ALSA: es1688: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: cs423x: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
* ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav2017-06-091-2/+2
* ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav2017-06-091-1/+1
* 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/+1
* ALSA: pcm: adaption of code formattingTakashi Sakamoto2017-06-081-6/+6
* ALSA: pcm: remove function local variable with alternative evaluationTakashi Sakamoto2017-06-081-5/+2
* 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