index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
ALSA: seq: Allow the tristate build of OSS emulation
Takashi Iwai
11
-28
/
+22
2017-06-09
ALSA: Make CONFIG_SND_OSSEMUL user-selectable
Takashi Iwai
1
-4
/
+6
2017-06-09
ALSA: pcm: use friendly name for id of PCM substream in trace print
Takashi Sakamoto
1
-4
/
+4
2017-06-09
ALSA: pcm: add tracepoints for final selection process of hardware parameters
Takashi Sakamoto
1
-0
/
+22
2017-06-09
ALSA: pcm: localize snd_pcm_hw_params_choose()
Takashi Sakamoto
3
-43
/
+40
2017-06-09
ALSA: sparc: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: via82xx: Constify hw_constraints
Takashi Iwai
2
-4
/
+4
2017-06-09
ALSA: sonicvibes: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: rme9652: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: hdspm: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: hdsp: Constify hw_constraints
Takashi Iwai
1
-4
/
+4
2017-06-09
ALSA: rme96: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: rme32: Constify hw_constraints
Takashi Iwai
1
-3
/
+2
2017-06-09
ALSA: nm256: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: intel8x0: Constify hw_constraints
Takashi Iwai
2
-8
/
+8
2017-06-09
ALSA: ice1724: Constify hw_constraints
Takashi Iwai
4
-12
/
+12
2017-06-09
ALSA: ice1712: Constify hw_constraints
Takashi Iwai
2
-3
/
+3
2017-06-09
ALSA: hda: Constify hw_constraints
Takashi Iwai
2
-7
/
+7
2017-06-09
ALSA: es1938: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: ens137x: Constify hw_constraints
Takashi Iwai
1
-8
/
+8
2017-06-09
ALSA: fm801: Constify hw_constraints
Takashi Iwai
1
-4
/
+4
2017-06-09
ALSA: emu10k1: Constify hw_constraints
Takashi Iwai
1
-4
/
+4
2017-06-09
ALSA: cs46xx: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: cmipci: Constify hw_constraints
Takashi Iwai
1
-6
/
+6
2017-06-09
ALSA: bt87x: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: azt3328: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: au88x0: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: atiixp: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: ali5451: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: parisc: Constify hw_constraints
Takashi Iwai
1
-3
/
+3
2017-06-09
ALSA: wss: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: sb: Constify hw_constraints
Takashi Iwai
1
-3
/
+3
2017-06-09
ALSA: gus: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: es18xx: Constify hw_constraints
Takashi Iwai
1
-4
/
+4
2017-06-09
ALSA: es1688: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: cs423x: Constify hw_constraints
Takashi Iwai
1
-2
/
+2
2017-06-09
ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.
Arvind Yadav
1
-2
/
+2
2017-06-09
ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_ops
Arvind Yadav
1
-1
/
+1
2017-06-09
ALSA: pcm: move fixup of info flag after selecting single parameters
Takashi Sakamoto
1
-10
/
+10
2017-06-09
ALSA: pcm: calculate non-mask/non-interval parameters always when possible
Takashi Sakamoto
1
-26
/
+44
2017-06-09
ALSA: pcm: use helper functions to refer parameters as constants
Takashi Sakamoto
1
-6
/
+6
2017-06-08
ALSA: pcm: add comment about application of rule to PCM parameters
Takashi Sakamoto
1
-1
/
+52
2017-06-08
ALSA: pcm: use helper functions to check whether parameters are determined
Takashi Sakamoto
1
-2
/
+1
2017-06-08
ALSA: pcm: adaption of code formatting
Takashi Sakamoto
1
-6
/
+6
2017-06-08
ALSA: pcm: remove function local variable with alternative evaluation
Takashi Sakamoto
1
-5
/
+2
2017-06-08
ALSA: pcm: use goto statement instead of while statement to reduce indentation
Takashi Sakamoto
1
-42
/
+44
2017-06-08
ALSA: pcm: add a helper function to apply parameter rules
Takashi Sakamoto
1
-32
/
+45
2017-06-08
ALSA: pcm: add a helper function to constrain interval-type parameters
Takashi Sakamoto
1
-19
/
+36
2017-06-08
ALSA: pcm: add a helper function to constrain mask-type parameters
Takashi Sakamoto
1
-19
/
+37
2017-06-08
ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...
Takashi Sakamoto
9
-174
/
+36
[next]