1. 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 3 years, 10 months ago
  2. 669f65e ALSA: pci: Simplify with dma_set_mask_and_coherent() by Takashi Iwai · 4 years ago
  3. 4743feb ALSA: sonicvibes: Use DIV_ROUND_CLOSEST() instead of open-coding it by Lars-Peter Clausen · 4 years ago
  4. b4e5e70 ALSA: pci: Constify snd_kcontrol_new items by Takashi Iwai · 5 years ago
  5. efb0ad2 ALSA: pci: Constify snd_device_ops definitions by Takashi Iwai · 5 years ago
  6. 93042ac ALSA: sonicvibes: Support PCM sync_stop by Takashi Iwai · 5 years ago
  7. d34e1b7b ALSA: pci: Drop superfluous ioctl PCM ops by Takashi Iwai · 5 years ago
  8. 3e1ee04 ALSA: sonicvibes: Use managed buffer allocation by Takashi Iwai · 5 years ago
  9. 6974f8a ALSA: pci: Avoid non-standard macro usage by Takashi Iwai · 5 years ago
  10. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  11. 47f2769 ALSA: pci: Clean up with new procfs helpers by Takashi Iwai · 6 years ago
  12. 0d00085 ALSA: sonicvibes: remove redundant pointer 'dir' by Colin Ian King · 6 years ago
  13. 41538f2 ALSA: sonicvibes: add error handling for snd_ctl_add by Zhouyang Jia · 7 years ago
  14. dee4989 ALSA: pci: make snd_pcm_hardware const by Bhumika Goyal · 7 years ago
  15. de900b1 ALSA: sonicvibes: Constify hw_constraints by Takashi Iwai · 8 years ago
  16. 6192c41 Annotate hardware config module parameters in sound/pci/ by David Howells · 8 years ago
  17. b2fac07 ALSA: pci: don't opencode IS_REACHABLE() by Fabian Frederick · 8 years ago
  18. 6769e988 ALSA: constify snd_pcm_ops structures by Julia Lawall · 8 years ago
  19. 412b979 ALSA: remove deprecated use of pci api by Quentin Lambert · 10 years ago
  20. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  21. 0f33991 ALSA: sonicvibes: Remove always NULL parameter by Lars-Peter Clausen · 10 years ago
  22. 3e4bc5b ALSA: sonicvibes: Use snd_ctl_enum_info() by Takashi Iwai · 10 years ago
  23. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  24. ffa74cc ALSA: sonicvibes: Use standard printk helpers by Takashi Iwai · 11 years ago
  25. 60c5772 ALSA: pci: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
  26. 20a2422 ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove by Takashi Iwai · 12 years ago
  27. e23e7a1 ALSA: pci: remove __dev* attributes by Bill Pemberton · 12 years ago
  28. e9f66d9 ALSA: pci: clean up using module_pci_driver() by Takashi Iwai · 13 years ago
  29. a67ff6a ALSA: module_param: make bool parameters really bool by Rusty Russell · 13 years ago
  30. 65a7721 sound: fix drivers needing module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  31. dba8b46 ALSA: mpu401: clean up interrupt specification by Clemens Ladisch · 13 years ago
  32. 934c2b6 ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* by Takashi Iwai · 14 years ago
  33. 3733e42 ALSA: Use KBUILD_MODNAME for pci_driver.name entries by Takashi Iwai · 14 years ago
  34. cebe41d sound: use DEFINE_PCI_DEVICE_TABLE by Alexey Dobriyan · 15 years ago
  35. 28d27aa sound: Use PCI_VDEVICE by Joe Perches · 16 years ago
  36. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 16 years ago
  37. e0d2054 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 16 years ago
  38. ee41965 ALSA: Fix missing KERN_* prefix to printk in sound/pci by Takashi Iwai · 16 years ago
  39. e58de7b ALSA: Convert to snd_card_create() in sound/pci/* by Takashi Iwai · 16 years ago
  40. da3cec3 ALSA: Kill snd_assert() in sound/pci/* by Takashi Iwai · 16 years ago
  41. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  42. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  43. 437a5a4 [ALSA] Remove IRQF_DISABLED for shared PCI irqs by Takashi Iwai · 18 years ago
  44. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  45. f40b689 [ALSA] Fix section mismatch errors in ALSA PCI drivers by Takashi Iwai · 19 years ago
  46. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  47. aa0a2dd [PATCH] 64bit resource: fix up printks for resources in sound drivers by Greg Kroah-Hartman · 19 years ago
  48. 302e4c2 [ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags by Takashi Iwai · 19 years ago
  49. 6581f4e [ALSA] Remove zero-initialization of static variables by Takashi Iwai · 19 years ago
  50. bf85020 [ALSA] Remove unneeded read/write_size fields in proc text ops by Takashi Iwai · 19 years ago
  51. 396c9b9 [ALSA] add __devinitdata to all pci_device_id by Henrik Kretzschmar · 19 years ago
  52. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 19 years ago
  53. 016e401 [ALSA] Remove xxx_t typedefs: PCI Sonicvibes by Takashi Iwai · 19 years ago
  54. c3e6f7d [ALSA] Remove superfluous pcm_free callbacks by Takashi Iwai · 19 years ago
  55. 249bb07 [PATCH] PCI: removed unneeded .owner field from struct pci_driver by Greg Kroah-Hartman · 19 years ago
  56. 99b359b [ALSA] Add missing KERN_* suffix to printk by Takashi Iwai · 19 years ago
  57. b1d5776 [ALSA] Remove vmalloc wrapper, kfree_nocheck() by Takashi Iwai · 19 years ago
  58. 3bcd464 [ALSA] set owner field in struct pci_driver by Clemens Ladisch · 19 years ago
  59. e560d8d [ALSA] Replace with kzalloc() - pci stuff by Takashi Iwai · 19 years ago
  60. 8cdfd25 [ALSA] Remove superfluous PCI ID definitions by Takashi Iwai · 19 years ago
  61. 01d25d4 [ALSA] Replace pci_module_init() with pci_register_driver() by Takashi Iwai · 20 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago