1. 664c715 ALSA: hda - Work around races of power up/down with runtime PM by Takashi Iwai · 10 years ago
  2. 664bc5c Merge branch 'topic/hda-regmap' into for-next by Takashi Iwai · 10 years ago
  3. 44e39b9 ALSA: hda - Remove superfluous hda_nid_t definition in hda_codec.h by Takashi Iwai · 10 years ago
  4. a551d91 ALSA: hda - Use regmap for command verb caches, too by Takashi Iwai · 10 years ago
  5. faa75f8 ALSA: hda - Use regmap for parameter caches, too by Takashi Iwai · 10 years ago
  6. 01ed3c0 ALSA: hda - Use regmap for codec parameter reads by Takashi Iwai · 10 years ago
  7. 4d75faa0 ALSA: hda - Add regmap support by Takashi Iwai · 10 years ago
  8. 71fc4c7 ALSA: hda - Move generic array helpers to core lib by Takashi Iwai · 10 years ago
  9. c4c2533 ALSA: hda - Fix possible runtime PM refcount unbalance by Takashi Iwai · 10 years ago
  10. 7639a06 ALSA: hda - Move a part of hda_codec stuff into hdac_device by Takashi Iwai · 10 years ago
  11. d068ebc ALSA: hda - Move some codes up to hdac_bus struct by Takashi Iwai · 10 years ago
  12. e3d280f ALSA: hda - Make snd_hda_bus_type public by Takashi Iwai · 10 years ago
  13. 967b130 ALSA: hda - Rename power_mgmt flag with power_save_node by Takashi Iwai · 10 years ago
  14. e6feb5d ALSA: hda - Support advanced power state controls by Takashi Iwai · 10 years ago
  15. b2a0baf ALSA: hda - Use shutdown driver ops instead of reboot notifier by Takashi Iwai · 10 years ago
  16. 2f35c63 ALSA: hda - Use standard workqueue for unsol and jack events by Takashi Iwai · 10 years ago
  17. bcd9655 ALSA: hda - Build PCMs and controls at codec driver probe by Takashi Iwai · 10 years ago
  18. 9a6246f ALSA: hda - Implement unbind more safely by Takashi Iwai · 10 years ago
  19. bbbc7e8 ALSA: hda - Allocate hda_pcm objects dynamically by Takashi Iwai · 10 years ago
  20. 6efdd85 ALSA: hda - Add card field to hda_codec struct by Takashi Iwai · 10 years ago
  21. 1a4ba30 ALSA: hda - Split snd_hda_build_pcms() by Takashi Iwai · 10 years ago
  22. 55ed9cd ALSA: hda - Replace bus pm_notify with the standard runtime PM framework by Takashi Iwai · 10 years ago
  23. bb57392 ALSA: hda - Drop power_save value indirection in hda_bus by Takashi Iwai · 10 years ago
  24. cc72da7 ALSA: hda - Use standard runtime PM for codec power-save control by Takashi Iwai · 10 years ago
  25. 59ed1ea ALSA: hda - Move codec suspend/resume to codec driver by Takashi Iwai · 10 years ago
  26. d8a766a ALSA: hda - Bind codecs via standard bus by Takashi Iwai · 10 years ago
  27. 922c88a ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus by Takashi Iwai · 10 years ago
  28. ef74497 ALSA: hda - Drop hda_bus_template for snd_hda_bus_new() by Takashi Iwai · 10 years ago
  29. e52faba ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macro by Takashi Iwai · 11 years ago
  30. f5662e1 ALSA: hda - Refactor quirk picking and change quirk priority by David Henningsson · 11 years ago
  31. 6194b99 ALSA: hda - Kill the rest of snd_print*() usages by Takashi Iwai · 11 years ago
  32. c21c8cf ALSA: hda - Add fixup_forced flag by David Henningsson · 11 years ago
  33. b989d04 ALSA: hda - Enable sysfs attributes without CONFIG_SND_HDA_RECONFIG by Takashi Iwai · 11 years ago
  34. 648a8d2 ALSA: hda - Add sysfs to codec object, too by Takashi Iwai · 11 years ago
  35. 13aeaf6 ALSA: hda - Create own device struct for each codec by Takashi Iwai · 11 years ago
  36. cd26251 ALSA: hda - Add parameter for dumping processing coefficients by David Henningsson · 12 years ago
  37. 595fe1b ALSA: hda - Make CONFIG_SND_HDA_CODEC_* tristate by Takashi Iwai · 12 years ago
  38. ed32636 ALSA: hda - Split verb definitions into sound/hda_verbs.h by Takashi Iwai · 12 years ago
  39. f4d6a55 ALSA: hda - Clean up async codec PM using standard async infrastructure by Takashi Iwai · 12 years ago
  40. 7f13292 ALSA: hda - allow a codec to define its own depop delay time by Mengdong Lin · 12 years ago
  41. 12edb89 ALSA: hda - resume codecs in parallel by Mengdong Lin · 12 years ago
  42. 0e24dbb ALSA: hda - suspend codecs in parallel by Mengdong Lin · 12 years ago
  43. a40e0a8 ALSA: hda - Refactor pm notification in hda_codec.c by Takashi Iwai · 12 years ago
  44. b21bdd0 ALSA: hda - Split the generic parser as an individual module by Takashi Iwai · 12 years ago
  45. 873ce8a ALSA: hda - Drop bus->avoid_link_reset flag by Takashi Iwai · 12 years ago
  46. 95f74c4 ALSA: hda - Fix mute LED on HP laptops in runtime suspend by Takashi Iwai · 12 years ago
  47. 2e59e5a ALSA: hda - add device entry and inactive flag to unsolicited response by Mengdong Lin · 12 years ago
  48. f1aa068 ALSA: hda - add flags and routines to get devices selection info for DP1.2 MST by Mengdong Lin · 12 years ago
  49. 63e51fd ALSA: hda - Don't take unresponsive D3 transition too serious by Takashi Iwai · 12 years ago
  50. e7ecc27 ALSA: hda - Introduce bit flags to snd_hda_codec_read/write() by Takashi Iwai · 12 years ago
  51. 2122961 ALSA: hda - Introduce get_delay codec PCM ops by Takashi Iwai · 12 years ago
  52. ea9b43a ALSA: hda - Fix broken workaround for HDMI/SPDIF conflicts by Takashi Iwai · 12 years ago
  53. a15d05d ALSA: hda - Support rereading widgets under the function group by Mengdong Lin · 13 years ago
  54. 4eea309 ALSA: hda - Remove limit of widget connections by Takashi Iwai · 13 years ago
  55. 45acc86 Merge branch 'topic/hda-ca0132-dsp' into for-next by Takashi Iwai · 13 years ago
  56. 9419ab6 ALSA: hda - Add power state filtering by Takashi Iwai · 13 years ago
  57. dc870f3 ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single function by Takashi Iwai · 13 years ago
  58. 09b70e8 ALSA: hda - Protect user-defined arrays via mutex by Takashi Iwai · 13 years ago
  59. d7fdc00 ALSA: hda - Add helper functions to cache the current pinctl target by Takashi Iwai · 13 years ago
  60. ee8e765 ALSA: hda - Revive snd_hda_get_conn_list() by Takashi Iwai · 13 years ago
  61. 9cc159c ALSA: hda - Add codec->inv_jack_detect flag by Takashi Iwai · 13 years ago
  62. ecac3ed ALSA: hda - Add inv_eapd flag to struct hda_codec by Takashi Iwai · 13 years ago
  63. 0c3d47b ALSA: hda - Add snd_hda_codec_flush_*_cache() aliases by Takashi Iwai · 13 years ago
  64. c9ce6b2 ALSA: hda - Move fixup code into struct hda_codec by Takashi Iwai · 13 years ago
  65. c370dd6 ALSA: hda - Introduce cache & flush cmd / amp writes by Takashi Iwai · 13 years ago
  66. a3af480 ALSA: hda - Change return value for load_dsp_prepare() to -ENOSYS by Ian Minett · 13 years ago
  67. 1d1a456 ALSA: hda - Add new DSP loader callback routines by Takashi Iwai · 13 years ago
  68. 87af0b8 Merge branch 'for-linus' into for-next by Takashi Iwai · 13 years ago
  69. 989c318 ALSA: hda - Fix recursive suspend/resume call by Takashi Iwai · 13 years ago
  70. ee81abb ALSA: hda - Apply a proper chmap for built-in 2.1 speakers by Takashi Iwai · 13 years ago
  71. dcda580 ALSA: hda - Add workaround for conflicting IEC958 controls by Takashi Iwai · 13 years ago
  72. 26a6cb6 ALSA: hda - Implement a poll loop for jacks as a module parameter by David Henningsson · 13 years ago
  73. e5d6db8 Merge branch 'topic/tlv-chmap' into for-next by Takashi Iwai · 13 years ago
  74. 5fe8e1e ALSA: hda - Remove ignore_misc_bit by David Henningsson · 13 years ago
  75. 9c9a517 ALSA: hda - Add standard channel maps by Takashi Iwai · 13 years ago
  76. 08fa20a ALSA: hda - Yet another fix for D3 stop-clock refcounting by Takashi Iwai · 13 years ago
  77. 4b92734 ALSA: hda - Optimize bitfield usage in struct hda_codec by Takashi Iwai · 13 years ago
  78. 83012a7 ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVE by Takashi Iwai · 13 years ago
  79. 68467f5 ALSA: hda - Fix runtime PM leftover refcounts by Takashi Iwai · 13 years ago
  80. a184d4e Merge branch 'for-linus' into for-next by Takashi Iwai · 13 years ago
  81. 983f6b9 ALSA: hda - Avoid unnecessary parameter read for EPSS by Takashi Iwai · 13 years ago
  82. b8dfc462 ALSA: hda - add runtime PM support by Mengdong Lin · 13 years ago
  83. ddf8348 Merge branch 'for-linus' into for-next by Takashi Iwai · 13 years ago
  84. c376e2c ALSA: hda - Implement snd_hda_power_sync() helper function by Takashi Iwai · 13 years ago
  85. 6152597 ALSA: hda - show ICT/KAE control bits by Wang Xingchao · 13 years ago
  86. 4918cda ALSA: hda - Load firmware in hda_intel.c by Takashi Iwai · 13 years ago
  87. ed36081 ALSA: hda - Add codec->pcm_format_first flag by Takashi Iwai · 13 years ago
  88. 1558eb8 Merge branch 'topic/pm-convert' into for-next by Takashi Iwai · 13 years ago
  89. 68cb2b5 ALSA: Convert to new pm_ops for PCI drivers by Takashi Iwai · 13 years ago
  90. 1ade819 Merge branch 'fix/hda' into topic/hda by Takashi Iwai · 13 years ago
  91. b4a91cf ALSA: hda - Handle open while transitioning to D3. by Dylan Reid · 13 years ago
  92. ce63f3b ALSA: hda - add power states information in proc by Wang Xingchao · 13 years ago
  93. 58823de9 Merge tag 'hda-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  94. 09cf03b ALSA: hda - Fix possible races of accesses to connection list array by Takashi Iwai · 13 years ago
  95. d3d020b ALSA: hda - Export snd_hda_lock_devices() by Takashi Iwai · 13 years ago
  96. c3b6bcc ALSA: hda - Fix concurrent hash accesses by Takashi Iwai · 13 years ago
  97. a2d96e7 ALSA: hda - More robustify the power-up/down sequence by Takashi Iwai · 13 years ago
  98. 607d4f7 ALSA: hda - Remove pre_resume and post_suspend ops by Takashi Iwai · 13 years ago
  99. 5536c6d ALSA: hda - Protect the power-saving count with spinlock by Takashi Iwai · 13 years ago
  100. 7f30830 ALSA: hda - Always resume the codec immediately by Takashi Iwai · 13 years ago