1. aec5465 ALSA: isa: make snd_pcm_hardware const by Bhumika Goyal · 7 years ago
  2. 60f6f0d ALSA: wavefront: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  3. 05e20b2 ALSA: sscape: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  4. e6a76e2 ALSA: sb16: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  5. 529d257 ALSA: opti9xx: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  6. 1ef428b ALSA: msnd: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  7. 45fbe60 ALSA: gus: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  8. 4f624a1 ALSA: es1688: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  9. 3f41b75 ALSA: cs4236: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  10. 06891ec ALSA: cmi8330: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  11. 1d906e8 ALSA: azt2320: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  12. 815cfec ALSA: als100: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  13. 287b546 ALSA: ad1816a: constify pnp_card_device_id by Arvind Yadav · 7 years ago
  14. 607b5d7 ALSA: opl3sa2: constify pnp_device_id and pnp_card_device_id by Arvind Yadav · 7 years ago
  15. 05cb183 ALSA: es18xx: constify pnp_device_id and pnp_card_device_id by Arvind Yadav · 7 years ago
  16. c9480d0 sound: emu8000: constify emu8000_ops by Julia Lawall · 7 years ago
  17. aa5ebc7 ALSA: wss: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  18. 9917685 ALSA: sb8: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  19. 3066ad5 ALSA: sb16: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  20. 84c8f90 ALSA: emu8000: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  21. b6dca46 ALSA: msnd: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  22. ca58ba6 ALSA: gus: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  23. 8965e53 ALSA: es18xx: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  24. e79a560 ALSA: es1688: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  25. 58a24fc ALSA: ad1816a: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  26. 74be62c Merge branch 'for-linus' into for-next by Takashi Iwai · 7 years ago
  27. 24d2207 ALSA: opti9xx: fix format string overflow warning by Arnd Bergmann · 7 years ago
  28. 003d3e7 ALSA: ad1848: fix format string overflow warning by Arnd Bergmann · 7 years ago
  29. 6d8b04d ALSA: cs423x: fix format string overflow warning by Arnd Bergmann · 7 years ago
  30. 8a46363 ALSA: als100: fix format string overflow warning by Arnd Bergmann · 7 years ago
  31. 0a264b6 Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  32. 20e2b79 ALSA: msnd: Optimize / harden DSP and MIDI loops by Takashi Iwai · 7 years ago
  33. 920f2ec Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  34. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  35. 111b0cd ALSA: seq: Allow the modular sequencer registration by Takashi Iwai · 7 years ago
  36. 8272115 ALSA: synth: Select snd-emux-synth explicitly by Takashi Iwai · 7 years ago
  37. 0181307 ALSA: seq: Reorganize kconfig and build by Takashi Iwai · 7 years ago
  38. 3d774d5 ALSA: seq: Allow the tristate build of OSS emulation by Takashi Iwai · 7 years ago
  39. 7b3f477 ALSA: wss: Constify hw_constraints by Takashi Iwai · 7 years ago
  40. b078bbf ALSA: sb: Constify hw_constraints by Takashi Iwai · 7 years ago
  41. bfa516a ALSA: gus: Constify hw_constraints by Takashi Iwai · 7 years ago
  42. 2170912 ALSA: es18xx: Constify hw_constraints by Takashi Iwai · 7 years ago
  43. 4ea2bb7 ALSA: es1688: Constify hw_constraints by Takashi Iwai · 7 years ago
  44. 0adaf3b ALSA: cs423x: Constify hw_constraints by Takashi Iwai · 7 years ago
  45. 4b83eff ALSA: sb: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  46. a6970bb ALSA: gus: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  47. 6dbaf8b ALSA: sb: remove needless evaluation in implementation for copy callback by Takashi Sakamoto · 7 years ago
  48. 097a7fe ALSA: gus: remove unused local flag by Takashi Sakamoto · 7 years ago
  49. 3a84d6c ALSA: sound/isa: constify snd_kcontrol_new structures by Bhumika Goyal · 8 years ago
  50. a0af56d ALSA: sb: Use IS_REACHABLE() by Takashi Iwai · 8 years ago
  51. 88faa38 ALSA: cmi8238: Use IS_ENABLED() by Takashi Iwai · 8 years ago
  52. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  53. e992ef5 Annotate hardware config module parameters in sound/isa/ by David Howells · 8 years ago
  54. cd7d1ea ALSA: es1688: Use strcpy() instead of sprintf() by Nicolas Iooss · 8 years ago
  55. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  56. 9021b2b ALSA: isa: Constify snd_rawmidi_ops by Takashi Iwai · 8 years ago
  57. 1524c71 ALSA: adlib: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  58. ab55c05 ALSA: galaxy: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  59. af486dd ALSA: sc6000: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  60. a04236e ALSA: gusclassic: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  61. bfc7e0f ALSA: gusextreme: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  62. a99e8c6 ALSA: gusmax: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  63. ec5c089 ALSA: cs4231: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  64. 042c576 ALSA: cmi8328: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  65. d2fd147 ALSA: ad1848: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  66. fc733cf ALSA: jazz16: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  67. bb974b8 ALSA: sb8: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  68. 84d7a44 ALSA: isa/wavefront: prevent some out of bound writes by Dan Carpenter · 9 years ago
  69. dc5027a ALSA: sscape: Use correct format identifier for size_t by William Breathitt Gray · 9 years ago
  70. 61595dc ALSA: Add missing dependency on CONFIG_SND_TIMER by Takashi Iwai · 9 years ago
  71. 1b12e4c ALSA: gus: use swap() in snd_ics_put_double() by Fabian Frederick · 9 years ago
  72. 9a303dc sound: Deparenthesize negative error returns by Joe Perches · 10 years ago
  73. 4aa01c4 Merge branch 'for-linus' into for-next by Takashi Iwai · 10 years ago
  74. 096a020 ALSA: msnd: add some missing curly braces by Dan Carpenter · 10 years ago
  75. 0566220 ALSA: seq: Define driver object in each driver by Takashi Iwai · 10 years ago
  76. 976412f ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/* by Takashi Iwai · 10 years ago
  77. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  78. 3741958 ALSA: sscape: add missing include of linux/io.h by Arnd Bergmann · 10 years ago
  79. b843ce7 ALSA: wavefront: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  80. f05b412 ALSA: sb: Use setup_timer() and mod_timer() by Takashi Iwai · 10 years ago
  81. d286640 ALSA: log emu8000 DRAM size at level INFO by David Flater · 10 years ago
  82. 1730fd9 ALSA: fix emu8000 DRAM sizing for AWE64 Value by David Flater · 10 years ago
  83. ff6defa ALSA: Deletion of checks before the function call "iounmap" by Markus Elfring · 10 years ago
  84. b76c0e9 ALSA: sb: Delete an unnecessary check before the function call "snd_emux_free" by Markus Elfring · 10 years ago
  85. fa60c06 ALSA: wss: Remove (almost) always NULL parameters by Lars-Peter Clausen · 10 years ago
  86. 92533f1 ASoC: sb16: Simplify snd_sb16dsp_pcm() by Lars-Peter Clausen · 10 years ago
  87. 8c77629 ALSA: sb8: Remove always NULL parameters by Lars-Peter Clausen · 10 years ago
  88. f6be4e6 ALSA: msnd: Remove always NULL parameter by Lars-Peter Clausen · 10 years ago
  89. db5abb3 ALSA: gus: Remove always NULL parameters by Lars-Peter Clausen · 10 years ago
  90. 1a2515a ALSA: es18xx: Remove always NULL parameter by Lars-Peter Clausen · 10 years ago
  91. 4b8ab88 ALSA: es1688: Remove almost always NULL parameter by Lars-Peter Clausen · 10 years ago
  92. 7f60541 ALSA: ad1816a: Remove always NULL parameters by Lars-Peter Clausen · 10 years ago
  93. eb58d48 ALSA: gus: Remove unused gus_instr.c by Takashi Iwai · 10 years ago
  94. 966b7bc ALSA: sb: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  95. 42d7721 ALSA: es1688_lib: Deletion of an unnecessary check before the function call "release_and_free_resource" by Markus Elfring · 10 years ago
  96. 2603fe2 ALSA: es18xx: Add GPO controls by Ondrej Zary · 10 years ago
  97. 0773efa ALSA: wss: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  98. 6b9e128 ALSA: sb16: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  99. 8edd2d1 ALSA: msnd: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  100. 4e28350 ALSA: es18xx: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago