1. b81e5dd ALSA: pcm: use helper functions to check whether parameters are determined by Takashi Sakamoto · 8 years ago
  2. a1c06e3 ALSA: pcm: adaption of code formatting by Takashi Sakamoto · 8 years ago
  3. d656b4a ALSA: pcm: remove function local variable with alternative evaluation by Takashi Sakamoto · 8 years ago
  4. 0d4e399 ALSA: pcm: use goto statement instead of while statement to reduce indentation by Takashi Sakamoto · 8 years ago
  5. 9cc07f5 ALSA: pcm: add a helper function to apply parameter rules by Takashi Sakamoto · 8 years ago
  6. 3432fa0 ALSA: pcm: add a helper function to constrain interval-type parameters by Takashi Sakamoto · 8 years ago
  7. 561e1ca ALSA: pcm: add a helper function to constrain mask-type parameters by Takashi Sakamoto · 8 years ago
  8. 55799c5 ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applications by Takashi Sakamoto · 8 years ago
  9. c6706de ALSA: pcm: obsolete RULES_DEBUG local macro by Takashi Sakamoto · 8 years ago
  10. 37567c5 ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabled by Takashi Sakamoto · 8 years ago
  11. be4e31d ALSA: pcm: tracepoints for refining PCM parameters by Takashi Sakamoto · 8 years ago
  12. d7f910b ALSA: timer: Wrap with spinlock for queue access by Takashi Iwai · 8 years ago
  13. 890e2cb ALSA: timer: Improve user queue reallocation by Takashi Iwai · 8 years ago
  14. 4c7aba4 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  15. ba3021b ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT by Takashi Iwai · 8 years ago
  16. d11662f4 ALSA: timer: Fix race between read and ioctl by Takashi Iwai · 8 years ago
  17. d2dc2a9 ALSA: fireface: constify ALSA specific operations by Takashi Sakamoto · 8 years ago
  18. 875becf ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback by Takashi Sakamoto · 8 years ago
  19. 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 · 8 years ago
  20. 4eab0ea ALSA: hda/realtek - Reorder ALC269 ASUS quirk entries by Takashi Iwai · 8 years ago
  21. 28e8af8 ALSA: hda/realtek: Fix mic and headset jack sense on Asus X705UD by Chris Chiu · 8 years ago
  22. f7a4781 ALSA: doc: Update copy_user, copy_kernel and fill_silence PCM ops by Takashi Iwai · 8 years ago
  23. fed5794 ALSA: pcm: Build OSS writev/readv helpers conditionally by Takashi Iwai · 8 years ago
  24. 13f72c8 ALSA: pcm: Kill set_fs() in PCM OSS layer by Takashi Iwai · 8 years ago
  25. 66b5542 usb: gadget: u_uac1: Kill set_fs() usage by Takashi Iwai · 8 years ago
  26. 6854121 ALSA: pcm: Direct in-kernel read/write support by Takashi Iwai · 8 years ago
  27. a9cd29e ALSA: pcm: Simplify snd_pcm_playback_silence() by Takashi Iwai · 8 years ago
  28. 5c7264c ALSA: pcm: Unify read/write loop by Takashi Iwai · 8 years ago
  29. 9f60063 ALSA: pcm: More unification of PCM transfer codes by Takashi Iwai · 8 years ago
  30. c48f12ee ALSA: pcm: Call directly the common read/write helpers by Takashi Iwai · 8 years ago
  31. bdc4acf ALSA: pcm: Shuffle codes by Takashi Iwai · 8 years ago
  32. 6ba6392 ALSA: pcm: Check PCM state by a common helper function by Takashi Iwai · 8 years ago
  33. 2ae4835 ALSA: pcm: Drop the old copy and silence ops by Takashi Iwai · 8 years ago
  34. 1facf21 [media] solo6x10: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  35. aa708c6 ASoC: blackfin: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  36. 1cc2f8b ALSA: sh: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  37. 4b83eff ALSA: sb: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  38. a6970bb ALSA: gus: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  39. 0925e6b ALSA: hdsp: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  40. 7b6ae34 ALSA: rme9652: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  41. 53945f5 ALSA: rme96: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  42. 032db75 ALSA: rme32: Convert to the new PCM copy ops by Takashi Iwai · 8 years ago
  43. 6c6ba11 ALSA: korg1212: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  44. 21de567 ALSA: nm256: Convert to new PCM copy ops by Takashi Iwai · 8 years ago
  45. b96c3a1 ALSA: es1938: Convert to the new PCM copy ops by Takashi Iwai · 8 years ago
  46. d53611d ALSA: dummy: Convert to new PCM copy ops by Takashi Iwai · 8 years ago
  47. 29d1a87 ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops by Takashi Iwai · 8 years ago
  48. d2c3b14 ALSA: hda - Fix applying MSI dual-codec mobo quirk by Takashi Iwai · 8 years ago
  49. e49a14f ALSA: usb: Avoid VLA in mixer_us16x08.c by Takashi Iwai · 8 years ago
  50. 617163f ALSA: usb: Fix a typo in Tascam US-16x08 mixer element by Takashi Iwai · 8 years ago
  51. 64188cf Revert "ALSA: usb-audio: purge needless variable length array" by Takashi Iwai · 8 years ago
  52. 7421a16 ALSA: pcm: include pcm_local.h and remove some extraneous tabs by Colin Ian King · 8 years ago
  53. 905e46a ALSA: declare snd_kcontrol_new structures as const by Bhumika Goyal · 8 years ago
  54. 7327a94 Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus by Mark Brown · 8 years ago
  55. 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
  56. 7a7ef5b Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus by Mark Brown · 8 years ago
  57. 5e8338d Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus by Mark Brown · 8 years ago
  58. e8a3ce1 ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTx by Kuninori Morimoto · 8 years ago
  59. 2c4842d ALSA: pcm: add local header file for snd-pcm module by Takashi Sakamoto · 8 years ago
  60. 9027c46 ALSA: pcm: Call ack() whenever appl_ptr is updated by Takashi Iwai · 8 years ago
  61. 9ce7b9c staging: bcm2835-audio: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  62. 3e02c5a ALSA: rme32: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  63. 00277e2 ALSA: emu10k1: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  64. cebf6bf ALSA: cs46xx: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  65. 0f21e57 ALSA: mips: Deliver indirect-PCM transfer error by Takashi Iwai · 8 years ago
  66. 9629581 ALSA: pcm: Fix negative appl_ptr handling in pcm-indirect helpers by Takashi Iwai · 8 years ago
  67. 6dbaf8b9 ALSA: sb: remove needless evaluation in implementation for copy callback by Takashi Sakamoto · 8 years ago
  68. 097a7fe ALSA: gus: remove unused local flag by Takashi Sakamoto · 8 years ago
  69. 0a71677 ASoC: Intel: Skylake: Fix to parse consecutive string tkns in manifest by Shreyas NC · 8 years ago
  70. 5cd1f5c ASoC: Intel: Skylake: Fix IPC rx_list corruption by Pardha Saradhi K · 8 years ago
  71. 7819a94 ASoC: rsnd: SSI PIO adjust to 24bit mode by Kuninori Morimoto · 8 years ago
  72. 3a1672b MAINTAINERS: Update email address for patches to Wolfson parts by Charles Keepax · 8 years ago
  73. 4efda5f2 ASoC: Fix use-after-free at card unregistration by Takashi Iwai · 8 years ago
  74. 4e361d3 ALSA: control: remove entry limitation for list operation by Takashi Sakamoto · 8 years ago
  75. 1fc2e41 ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430 by Alexander Tsoy · 8 years ago
  76. ffb73b0 ALSA: info: Use kvzalloc() for a temporary write buffer by Takashi Iwai · 8 years ago
  77. c2c86a9 ALSA: pcm: Remove set_fs() in PCM core code by Takashi Iwai · 8 years ago
  78. 53e7bf4 ALSA: control: Simplify snd_ctl_elem_list() implementation by Takashi Iwai · 8 years ago
  79. a79e7df ALSA: hda - Update the list of quirk models by Takashi Iwai · 8 years ago
  80. ba90d6a ALSA: hda - Provide dual-codecs model option for a few Realtek codecs by Takashi Iwai · 8 years ago
  81. 6369158 ALSA: hda - Apply dual-codec quirk for MSI Z270-Gaming mobo by Takashi Iwai · 8 years ago
  82. a02cb8f ALSA: firewire: remove support for 16 bit PCM samples in playback substream by Takashi Sakamoto · 8 years ago
  83. 0833289 Linux 4.12-rc2 by Linus Torvalds · 8 years ago
  84. 33c9e97 x86: fix 32-bit case of __get_user_asm_u64() by Linus Torvalds · 8 years ago
  85. 334a023 Clean up x86 unsafe_get/put_user() type handling by Linus Torvalds · 8 years ago
  86. f3926e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. 970c305 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. e7a3d62 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  89. a8c3954 osf_wait4(): fix infoleak by Al Viro · 8 years ago
  90. a7cc722 fix unsafe_put_user() by Al Viro · 8 years ago
  91. 665170f ALSA: mixart: constify snd_kcontrol_new structures by Bhumika Goyal · 8 years ago
  92. 30b5817 ALSA: cs46xx: constify snd_kcontrol_new structures by Bhumika Goyal · 8 years ago
  93. 6ba1ad3 ALSA: ice1712: constify snd_kcontrol_new structures by Bhumika Goyal · 8 years ago
  94. 3a84d6c ALSA: sound/isa: constify snd_kcontrol_new structures by Bhumika Goyal · 8 years ago
  95. e0327a0 ALSA: pcm: Simplify forward/rewind codes by Takashi Iwai · 8 years ago
  96. f839cc1 ALSA: pcm: Use a common helper for PCM state check and hwsync by Takashi Iwai · 8 years ago
  97. 56f410c Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  98. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  99. 549f01a nvmet: release the sq ref on rdma read errors by Vijay Immanuel · 8 years ago
  100. 4b8ba5f nvmet-fc: remove target cpu scheduling flag by James Smart · 8 years ago