1. 3bde335 ALSA: vx222: Allocate resources with device-managed APIs by Takashi Iwai · 3 years, 6 months ago
  2. a033954 ALSA: vx: Manage vx_core object with devres by Takashi Iwai · 3 years, 6 months ago
  3. 029fd1e ALSA: vx222: Fix assignment in if condition by Takashi Iwai · 3 years, 7 months ago
  4. 5b1ed7d Merge tag 'tags/mute-led-rework' into for-next by Takashi Iwai · 3 years, 9 months ago
  5. 6417f03 module: remove never implemented MODULE_SUPPORTED_DEVICE by Leon Romanovsky · 3 years, 10 months ago
  6. 2c48653 ALSA: pci: vx222: fix kernel-doc warning by Pierre-Louis Bossart · 3 years, 10 months ago
  7. c094824 ALSA: vx: More constifications by Takashi Iwai · 5 years ago
  8. f8ae2d2 ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitions by Takashi Iwai · 5 years ago
  9. efb0ad2 ALSA: pci: Constify snd_device_ops definitions by Takashi Iwai · 5 years ago
  10. 59fdf8e ALSA: vx222: Support PCM sync_stop by Takashi Iwai · 5 years ago
  11. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  12. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  13. fff71a4 ALSA: vx222: Fix invalid endian conversions by Takashi Iwai · 6 years ago
  14. 5f976f5 ALSA: vx222: Use container_of() by Takashi Iwai · 8 years ago
  15. f3b827e ALSA: pci: constify snd_kcontrol_new structures by Bhumika Goyal · 8 years ago
  16. 874e1f6 ALSA: vx: Fix possible transfer overflow by Takashi Iwai · 8 years ago
  17. 6cbbfe1 ALSA: Include linux/io.h instead of asm/io.h by Takashi Iwai · 10 years ago
  18. de0c869 ALSA: vx222: Simplify PM callbacks by Takashi Iwai · 10 years ago
  19. 2a9e8df ALSA: vx: Fix missing kerneldoc parameter descriptions by Takashi Iwai · 10 years ago
  20. db0a521 ALSA: vx: Use nonatomic PCM ops by Takashi Iwai · 10 years ago
  21. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  22. 4c826c4 ALSA: vx222: Use standard printk helpers by Takashi Iwai · 11 years ago
  23. 60c5772 ALSA: pci: Convert to snd_card_new() with a device pointer by Takashi Iwai · 11 years ago
  24. 20a2422 ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove by Takashi Iwai · 12 years ago
  25. e23e7a1 ALSA: pci: remove __dev* attributes by Bill Pemberton · 12 years ago
  26. c7561cd ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP by Takashi Iwai · 12 years ago
  27. 68cb2b5 ALSA: Convert to new pm_ops for PCI drivers by Takashi Iwai · 13 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. 934c2b6 ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* by Takashi Iwai · 14 years ago
  32. 3733e42 ALSA: Use KBUILD_MODNAME for pci_driver.name entries by Takashi Iwai · 14 years ago
  33. cebe41d sound: use DEFINE_PCI_DEVICE_TABLE by Alexey Dobriyan · 15 years ago
  34. edd1365 sound: vx222: fix input level control range check by Clemens Ladisch · 15 years ago
  35. 19af5cd trivial: fix typo milisecond/millisecond for documentation and source comments. by Martin Olsson · 16 years ago
  36. e0d2054 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 16 years ago
  37. ee41965 ALSA: Fix missing KERN_* prefix to printk in sound/pci by Takashi Iwai · 16 years ago
  38. e58de7b ALSA: Convert to snd_card_create() in sound/pci/* by Takashi Iwai · 16 years ago
  39. da3cec3 ALSA: Kill snd_assert() in sound/pci/* by Takashi Iwai · 16 years ago
  40. c2ba47d vx222: treat firmware data as const by David Woodhouse · 17 years ago
  41. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  42. 4e98d6a [ALSA] pci - check value range in ctl callbacks by Takashi Iwai · 17 years ago
  43. c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
  44. 0cb29ea [ALSA] Add even more 'const' to everything related to TLV by Takashi Iwai · 18 years ago
  45. 437a5a4 [ALSA] Remove IRQF_DISABLED for shared PCI irqs by Takashi Iwai · 18 years ago
  46. 30b3539 [ALSA] Various fixes for suspend/resume of ALSA PCI drivers by Takashi Iwai · 18 years ago
  47. 1186ed8 [ALSA] Add dB scale information to vxpocket and vx222 drivers by Takashi Iwai · 18 years ago
  48. f40b689 [ALSA] Fix section mismatch errors in ALSA PCI drivers by Takashi Iwai · 19 years ago
  49. 65ca68b [PATCH] irq-flags: sound: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  50. 396c9b9 [ALSA] add __devinitdata to all pci_device_id by Henrik Kretzschmar · 19 years ago
  51. 62932df [ALSA] semaphore -> mutex (PCI part) by Ingo Molnar · 19 years ago
  52. 0ed1cad [ALSA] vx-driver - Fix PM support by Takashi Iwai · 19 years ago
  53. af26367 [ALSA] Remove xxx_t typedefs: VXdriver by Takashi Iwai · 19 years ago
  54. bdbae7e [ALSA] Remove snd_vx_delay() function 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. 3bcd464 [ALSA] set owner field in struct pci_driver by Clemens Ladisch · 19 years ago
  57. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 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