1. 8130829 ALSA: ens137x: Constify hw_constraints by Takashi Iwai · 7 years ago
  2. d71a13f ALSA: fm801: Constify hw_constraints by Takashi Iwai · 7 years ago
  3. 973f1d6 ALSA: emu10k1: Constify hw_constraints by Takashi Iwai · 7 years ago
  4. 54e848c ALSA: cs46xx: Constify hw_constraints by Takashi Iwai · 7 years ago
  5. 0fac319 ALSA: cmipci: Constify hw_constraints by Takashi Iwai · 7 years ago
  6. 934cd5b ALSA: bt87x: Constify hw_constraints by Takashi Iwai · 7 years ago
  7. 3e2fd04 ALSA: azt3328: Constify hw_constraints by Takashi Iwai · 7 years ago
  8. 2e5eb6b ALSA: au88x0: Constify hw_constraints by Takashi Iwai · 7 years ago
  9. c15ec07 ALSA: atiixp: Constify hw_constraints by Takashi Iwai · 7 years ago
  10. 8eba3b3 ALSA: ali5451: Constify hw_constraints by Takashi Iwai · 7 years ago
  11. d236d36 ALSA: parisc: Constify hw_constraints by Takashi Iwai · 7 years ago
  12. 7b3f477 ALSA: wss: Constify hw_constraints by Takashi Iwai · 7 years ago
  13. b078bbf ALSA: sb: Constify hw_constraints by Takashi Iwai · 7 years ago
  14. bfa516a ALSA: gus: Constify hw_constraints by Takashi Iwai · 7 years ago
  15. 2170912 ALSA: es18xx: Constify hw_constraints by Takashi Iwai · 7 years ago
  16. 4ea2bb7 ALSA: es1688: Constify hw_constraints by Takashi Iwai · 7 years ago
  17. 0adaf3b ALSA: cs423x: Constify hw_constraints by Takashi Iwai · 7 years ago
  18. bf83348 ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops. by Arvind Yadav · 7 years ago
  19. 642b758 ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_ops by Arvind Yadav · 7 years ago
  20. 7802fb5 ALSA: pcm: move fixup of info flag after selecting single parameters by Takashi Sakamoto · 7 years ago
  21. f9a076b ALSA: pcm: calculate non-mask/non-interval parameters always when possible by Takashi Sakamoto · 7 years ago
  22. e02de47 ALSA: pcm: use helper functions to refer parameters as constants by Takashi Sakamoto · 7 years ago
  23. d81052f ALSA: pcm: add comment about application of rule to PCM parameters by Takashi Sakamoto · 7 years ago
  24. b81e5dd ALSA: pcm: use helper functions to check whether parameters are determined by Takashi Sakamoto · 7 years ago
  25. a1c06e3 ALSA: pcm: adaption of code formatting by Takashi Sakamoto · 7 years ago
  26. d656b4a ALSA: pcm: remove function local variable with alternative evaluation by Takashi Sakamoto · 7 years ago
  27. 0d4e399 ALSA: pcm: use goto statement instead of while statement to reduce indentation by Takashi Sakamoto · 7 years ago
  28. 9cc07f5 ALSA: pcm: add a helper function to apply parameter rules by Takashi Sakamoto · 7 years ago
  29. 3432fa0 ALSA: pcm: add a helper function to constrain interval-type parameters by Takashi Sakamoto · 7 years ago
  30. 561e1ca ALSA: pcm: add a helper function to constrain mask-type parameters by Takashi Sakamoto · 7 years ago
  31. 55799c5 ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applications by Takashi Sakamoto · 7 years ago
  32. c6706de ALSA: pcm: obsolete RULES_DEBUG local macro by Takashi Sakamoto · 7 years ago
  33. 37567c5 ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabled by Takashi Sakamoto · 7 years ago
  34. be4e31d ALSA: pcm: tracepoints for refining PCM parameters by Takashi Sakamoto · 7 years ago
  35. d7f910b ALSA: timer: Wrap with spinlock for queue access by Takashi Iwai · 8 years ago
  36. 890e2cb ALSA: timer: Improve user queue reallocation by Takashi Iwai · 8 years ago
  37. 4c7aba4 Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  38. ba3021b ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT by Takashi Iwai · 8 years ago
  39. d11662f ALSA: timer: Fix race between read and ioctl by Takashi Iwai · 8 years ago
  40. d2dc2a9 ALSA: fireface: constify ALSA specific operations by Takashi Sakamoto · 7 years ago
  41. 875becf ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback by Takashi Sakamoto · 7 years ago
  42. dd8038e Merge tag 'asoc-fix-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  43. 4eab0ea ALSA: hda/realtek - Reorder ALC269 ASUS quirk entries by Takashi Iwai · 7 years ago
  44. 28e8af8 ALSA: hda/realtek: Fix mic and headset jack sense on Asus X705UD by Chris Chiu · 7 years ago
  45. f7a4781 ALSA: doc: Update copy_user, copy_kernel and fill_silence PCM ops by Takashi Iwai · 8 years ago
  46. fed5794 ALSA: pcm: Build OSS writev/readv helpers conditionally by Takashi Iwai · 8 years ago
  47. 13f72c8 ALSA: pcm: Kill set_fs() in PCM OSS layer by Takashi Iwai · 8 years ago
  48. 66b5542 usb: gadget: u_uac1: Kill set_fs() usage by Takashi Iwai · 8 years ago
  49. 6854121 ALSA: pcm: Direct in-kernel read/write support by Takashi Iwai · 8 years ago
  50. a9cd29e ALSA: pcm: Simplify snd_pcm_playback_silence() by Takashi Iwai · 8 years ago
  51. 5c7264c ALSA: pcm: Unify read/write loop by Takashi Iwai · 8 years ago
  52. 9f60063 ALSA: pcm: More unification of PCM transfer codes by Takashi Iwai · 8 years ago
  53. c48f12e ALSA: pcm: Call directly the common read/write helpers by Takashi Iwai · 8 years ago
  54. bdc4acf ALSA: pcm: Shuffle codes by Takashi Iwai · 8 years ago
  55. 6ba6392 ALSA: pcm: Check PCM state by a common helper function by Takashi Iwai · 8 years ago
  56. 2ae4835 ALSA: pcm: Drop the old copy and silence ops by Takashi Iwai · 8 years ago
  57. 1facf21 [media] solo6x10: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  58. aa708c6 ASoC: blackfin: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  59. 1cc2f8b ALSA: sh: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  60. 4b83eff ALSA: sb: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  61. a6970bb ALSA: gus: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  62. 0925e6b ALSA: hdsp: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  63. 7b6ae34 ALSA: rme9652: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  64. 53945f5 ALSA: rme96: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  65. 032db75 ALSA: rme32: Convert to the new PCM copy ops by Takashi Iwai · 8 years ago
  66. 6c6ba11 ALSA: korg1212: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  67. 21de567 ALSA: nm256: Convert to new PCM copy ops by Takashi Iwai · 8 years ago
  68. b96c3a1 ALSA: es1938: Convert to the new PCM copy ops by Takashi Iwai · 8 years ago
  69. d53611d ALSA: dummy: Convert to new PCM copy ops by Takashi Iwai · 8 years ago
  70. 29d1a87 ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops by Takashi Iwai · 8 years ago
  71. d2c3b14 ALSA: hda - Fix applying MSI dual-codec mobo quirk by Takashi Iwai · 8 years ago
  72. e49a14f ALSA: usb: Avoid VLA in mixer_us16x08.c by Takashi Iwai · 8 years ago
  73. 617163f ALSA: usb: Fix a typo in Tascam US-16x08 mixer element by Takashi Iwai · 8 years ago
  74. 64188cf Revert "ALSA: usb-audio: purge needless variable length array" by Takashi Iwai · 8 years ago
  75. 7421a16 ALSA: pcm: include pcm_local.h and remove some extraneous tabs by Colin Ian King · 8 years ago
  76. 905e46a ALSA: declare snd_kcontrol_new structures as const by Bhumika Goyal · 8 years ago
  77. 7327a94 Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus by Mark Brown · 8 years ago
  78. 6a9905e Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/cirrus', 'asoc/fix/da7213', 'asoc/fix/free' and 'asoc/fix/jack' into asoc-linus by Mark Brown · 8 years ago
  79. 7a7ef5b Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus by Mark Brown · 8 years ago
  80. 5e8338d Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus by Mark Brown · 8 years ago
  81. e8a3ce1 ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTx by Kuninori Morimoto · 8 years ago
  82. 2c4842d ALSA: pcm: add local header file for snd-pcm module by Takashi Sakamoto · 8 years ago
  83. 9027c46 ALSA: pcm: Call ack() whenever appl_ptr is updated by Takashi Iwai · 8 years ago
  84. 9ce7b9c staging: bcm2835-audio: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  85. 3e02c5a ALSA: rme32: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  86. 00277e2 ALSA: emu10k1: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  87. cebf6bf ALSA: cs46xx: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  88. 0f21e57 ALSA: mips: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  89. 9629581 ALSA: pcm: Fix negative appl_ptr handling in pcm-indirect helpers by Takashi Iwai · 8 years ago
  90. 6dbaf8b ALSA: sb: remove needless evaluation in implementation for copy callback by Takashi Sakamoto · 8 years ago
  91. 097a7fe ALSA: gus: remove unused local flag by Takashi Sakamoto · 8 years ago
  92. 0a71677 ASoC: Intel: Skylake: Fix to parse consecutive string tkns in manifest by Shreyas NC · 8 years ago
  93. 5cd1f5c ASoC: Intel: Skylake: Fix IPC rx_list corruption by Pardha Saradhi K · 8 years ago
  94. 7819a94 ASoC: rsnd: SSI PIO adjust to 24bit mode by Kuninori Morimoto · 8 years ago
  95. 3a1672b MAINTAINERS: Update email address for patches to Wolfson parts by Charles Keepax · 8 years ago
  96. 4efda5f ASoC: Fix use-after-free at card unregistration by Takashi Iwai · 8 years ago
  97. 4e361d3 ALSA: control: remove entry limitation for list operation by Takashi Sakamoto · 8 years ago
  98. 1fc2e41 ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430 by Alexander Tsoy · 8 years ago
  99. ffb73b0 ALSA: info: Use kvzalloc() for a temporary write buffer by Takashi Iwai · 8 years ago
  100. c2c86a9 ALSA: pcm: Remove set_fs() in PCM core code by Takashi Iwai · 8 years ago