1. ad26098 ALSA: remove unneeded break by Tom Rix · 4 years, 5 months ago
  2. fb95aae Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  3. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  4. 1e393ef ALSA: rme9652: More constifications by Takashi Iwai · 5 years ago
  5. b4e5e70 ALSA: pci: Constify snd_kcontrol_new items by Takashi Iwai · 5 years ago
  6. 39cccf4 ALSA: rme9652: Support PCM sync_stop by Takashi Iwai · 5 years ago
  7. 1a81043 ALSA: rme: Avoid non-standard macro usage by Takashi Iwai · 5 years ago
  8. 2f235d9 ALSA: rme9652: Unneeded variable: "result". by Hariprasad Kelam · 6 years ago
  9. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  10. 47f2769 ALSA: pci: Clean up with new procfs helpers by Takashi Iwai · 6 years ago
  11. f526afc ALSA: rme9652: Hardening for potential Spectre v1 by Takashi Iwai · 7 years ago
  12. 2675be5 ALSA: rme9652: Use common error handling code in two functions by Markus Elfring · 8 years ago
  13. 18ed1cf ALSA: rme9652: make snd_pcm_hardware const by Bhumika Goyal · 8 years ago
  14. f9fee55 ALSA: rme9652: Constify hw_constraints by Takashi Iwai · 8 years ago
  15. 7b6ae34 ALSA: rme9652: Convert to the new PCM ops by Takashi Iwai · 8 years ago
  16. 6769e988 ALSA: constify snd_pcm_ops structures by Julia Lawall · 9 years ago
  17. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  18. ff6defa ALSA: Deletion of checks before the function call "iounmap" by Markus Elfring · 10 years ago
  19. 7298ece ALSA: rme9652: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  20. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
  21. 09ae539 ALSA: rme9652: Use standard printk helpers by Takashi Iwai · 11 years ago
  22. 60c5772 ALSA: pci: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
  23. 47d98c0 ALSA: Remove memory reservation code from memalloc helper by Takashi Iwai · 11 years ago
  24. 770bd4b ALSA: rme9652: fix a missing comma in channel_map_9636_ds[] by Takashi Iwai · 11 years ago
  25. 20a2422 ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove by Takashi Iwai · 12 years ago
  26. e23e7a1 ALSA: pci: remove __dev* attributes by Bill Pemberton · 12 years ago
  27. e9f66d9 ALSA: pci: clean up using module_pci_driver() by Takashi Iwai · 13 years ago
  28. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  29. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 14 years ago
  30. 934c2b6 ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* by Takashi Iwai · 14 years ago
  31. 3733e42 ALSA: Use KBUILD_MODNAME for pci_driver.name entries by Takashi Iwai · 14 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  33. cebe41d sound: use DEFINE_PCI_DEVICE_TABLE by Alexey Dobriyan · 15 years ago
  34. e58de7b ALSA: Convert to snd_card_create() in sound/pci/* by Takashi Iwai · 16 years ago
  35. da3cec3 ALSA: Kill snd_assert() in sound/pci/* by Takashi Iwai · 17 years ago
  36. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  37. 561de31 [ALSA] sound/: Spelling fixes by Joe Perches · 17 years ago
  38. a5ce889 [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks by Takashi Iwai · 18 years ago
  39. 304e3bb [ALSA] rme9652 - Fix the hw_pointer check by Takashi Iwai · 18 years ago
  40. ef991b9 [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup by Takashi Iwai · 18 years ago
  41. 437a5a4 [ALSA] Remove IRQF_DISABLED for shared PCI irqs by Takashi Iwai · 18 years ago
  42. 7ab3992 [ALSA] use the ALIGN macro by Clemens Ladisch · 18 years ago
  43. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  44. f40b689 [ALSA] Fix section mismatch errors in ALSA PCI drivers by Takashi Iwai · 19 years ago
  45. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  46. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 19 years ago
  47. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 19 years ago
  48. 396c9b9 [ALSA] add __devinitdata to all pci_device_id by Henrik Kretzschmar · 19 years ago
  49. abfd67b [ALSA] Remove xxx_t typedefs: PCI RME9652 by Takashi Iwai · 19 years ago
  50. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  51. 99b359b [ALSA] Add missing KERN_* suffix to printk by Takashi Iwai · 19 years ago
  52. 3bcd464 [ALSA] set owner field in struct pci_driver by Clemens Ladisch · 20 years ago
  53. 8cdfd25 [ALSA] Remove superfluous PCI ID definitions by Takashi Iwai · 20 years ago
  54. 5549d54 [ALSA] use PCM interface for IEC958 controls by Clemens Ladisch · 20 years ago
  55. 67ed416 [ALSA] sound - fix .iface field of mixer control elements by Clemens Ladisch · 20 years ago
  56. 44456d3 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string by Olaf Hering · 20 years ago
  57. b6a9691 [ALSA] Add write support to snd-page-alloc proc file by Takashi Iwai · 20 years ago
  58. 01d25d4 [ALSA] Replace pci_module_init() with pci_register_driver() by Takashi Iwai · 20 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2