1. 13800f3 ALSA: hda - add DP mst verb support by Libin Yang · 8 years ago
  2. c80a1da Merge branch 'topic/hda-modalias' into for-next by Takashi Iwai · 9 years ago
  3. b9a94a9 ALSA: hda - convert to hda_device_id by Takashi Iwai · 9 years ago
  4. 658a69b ALSA: hda - Remove leftover snd_hda_bus() prototype by Takashi Iwai · 9 years ago
  5. 2f0eaad ALSA: hda - Fix bogus codec address check for mixer name assignment by Takashi Iwai · 9 years ago
  6. 7fbe824 ALSA: hda - Update mixer name for the lower codec address by Takashi Iwai · 9 years ago
  7. ded255b ALSA: hda - consolidate chip rename functions by Takashi Iwai · 9 years ago
  8. 70b4891 ALSA: hda: make use of core codec fns by Vinod Koul · 9 years ago
  9. d2c6b63 ALSA: hda - Make some helper functions local by Takashi Iwai · 9 years ago
  10. 2377c3c ALSA: hda: Intel: enable automatic runtime pm for HDMI codecs by default by Lu, Han · 9 years ago
  11. 18fe73e ALSA: hda - Drop unused fields from struct hda_codec_preset by Takashi Iwai · 9 years ago
  12. bd5b2d4 Merge branch 'topic/jack' into for-next by Takashi Iwai · 10 years ago
  13. 973109ca ALSA: jack: fix a randconfig build issue by Jie Yang · 10 years ago
  14. 0a50575 ALSA: hda - Replace hda_bus_ops with static binding by Takashi Iwai · 10 years ago
  15. b7d023e ALSA: hda - Move PCM format and rate handling code to core library by Takashi Iwai · 10 years ago
  16. a41d122 ALSA: hda - Embed bus into controller object by Takashi Iwai · 10 years ago
  17. a43ff5b ALSA: hda - Pass bus io_ops directly from the top-level driver by Takashi Iwai · 10 years ago
  18. 7e8be1b ALSA: hda - Move send_cmd / get_response to hdac_bus_ops by Takashi Iwai · 10 years ago
  19. cad372f ALSA: hda - Handle error from get_response bus ops directly by Takashi Iwai · 10 years ago
  20. 664c715 ALSA: hda - Work around races of power up/down with runtime PM by Takashi Iwai · 10 years ago
  21. 664bc5c Merge branch 'topic/hda-regmap' into for-next by Takashi Iwai · 10 years ago
  22. 44e39b9 ALSA: hda - Remove superfluous hda_nid_t definition in hda_codec.h by Takashi Iwai · 10 years ago
  23. a551d91 ALSA: hda - Use regmap for command verb caches, too by Takashi Iwai · 10 years ago
  24. faa75f8 ALSA: hda - Use regmap for parameter caches, too by Takashi Iwai · 10 years ago
  25. 01ed3c0 ALSA: hda - Use regmap for codec parameter reads by Takashi Iwai · 10 years ago
  26. 4d75faa0 ALSA: hda - Add regmap support by Takashi Iwai · 10 years ago
  27. 71fc4c7 ALSA: hda - Move generic array helpers to core lib by Takashi Iwai · 10 years ago
  28. c4c2533 ALSA: hda - Fix possible runtime PM refcount unbalance by Takashi Iwai · 10 years ago
  29. 7639a06 ALSA: hda - Move a part of hda_codec stuff into hdac_device by Takashi Iwai · 10 years ago
  30. d068ebc ALSA: hda - Move some codes up to hdac_bus struct by Takashi Iwai · 10 years ago
  31. e3d280f ALSA: hda - Make snd_hda_bus_type public by Takashi Iwai · 10 years ago
  32. 967b130 ALSA: hda - Rename power_mgmt flag with power_save_node by Takashi Iwai · 10 years ago
  33. e6feb5d ALSA: hda - Support advanced power state controls by Takashi Iwai · 10 years ago
  34. b2a0baf ALSA: hda - Use shutdown driver ops instead of reboot notifier by Takashi Iwai · 10 years ago
  35. 2f35c63 ALSA: hda - Use standard workqueue for unsol and jack events by Takashi Iwai · 10 years ago
  36. bcd9655 ALSA: hda - Build PCMs and controls at codec driver probe by Takashi Iwai · 10 years ago
  37. 9a6246f ALSA: hda - Implement unbind more safely by Takashi Iwai · 10 years ago
  38. bbbc7e8 ALSA: hda - Allocate hda_pcm objects dynamically by Takashi Iwai · 10 years ago
  39. 6efdd85 ALSA: hda - Add card field to hda_codec struct by Takashi Iwai · 10 years ago
  40. 1a4ba30 ALSA: hda - Split snd_hda_build_pcms() by Takashi Iwai · 10 years ago
  41. 55ed9cd ALSA: hda - Replace bus pm_notify with the standard runtime PM framework by Takashi Iwai · 10 years ago
  42. bb57392 ALSA: hda - Drop power_save value indirection in hda_bus by Takashi Iwai · 10 years ago
  43. cc72da7 ALSA: hda - Use standard runtime PM for codec power-save control by Takashi Iwai · 10 years ago
  44. 59ed1ea ALSA: hda - Move codec suspend/resume to codec driver by Takashi Iwai · 10 years ago
  45. d8a766a ALSA: hda - Bind codecs via standard bus by Takashi Iwai · 10 years ago
  46. 922c88a ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus by Takashi Iwai · 10 years ago
  47. ef74497 ALSA: hda - Drop hda_bus_template for snd_hda_bus_new() by Takashi Iwai · 10 years ago
  48. e52faba ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macro by Takashi Iwai · 10 years ago
  49. f5662e1 ALSA: hda - Refactor quirk picking and change quirk priority by David Henningsson · 10 years ago
  50. 6194b99 ALSA: hda - Kill the rest of snd_print*() usages by Takashi Iwai · 10 years ago
  51. c21c8cf ALSA: hda - Add fixup_forced flag by David Henningsson · 10 years ago
  52. b989d04 ALSA: hda - Enable sysfs attributes without CONFIG_SND_HDA_RECONFIG by Takashi Iwai · 11 years ago
  53. 648a8d2 ALSA: hda - Add sysfs to codec object, too by Takashi Iwai · 11 years ago
  54. 13aeaf6 ALSA: hda - Create own device struct for each codec by Takashi Iwai · 11 years ago
  55. cd26251 ALSA: hda - Add parameter for dumping processing coefficients by David Henningsson · 11 years ago
  56. 595fe1b ALSA: hda - Make CONFIG_SND_HDA_CODEC_* tristate by Takashi Iwai · 11 years ago
  57. ed32636 ALSA: hda - Split verb definitions into sound/hda_verbs.h by Takashi Iwai · 11 years ago
  58. f4d6a55 ALSA: hda - Clean up async codec PM using standard async infrastructure by Takashi Iwai · 11 years ago
  59. 7f13292 ALSA: hda - allow a codec to define its own depop delay time by Mengdong Lin · 11 years ago
  60. 12edb89 ALSA: hda - resume codecs in parallel by Mengdong Lin · 11 years ago
  61. 0e24dbb ALSA: hda - suspend codecs in parallel by Mengdong Lin · 11 years ago
  62. a40e0a8 ALSA: hda - Refactor pm notification in hda_codec.c by Takashi Iwai · 11 years ago
  63. b21bdd0 ALSA: hda - Split the generic parser as an individual module by Takashi Iwai · 11 years ago
  64. 873ce8a ALSA: hda - Drop bus->avoid_link_reset flag by Takashi Iwai · 11 years ago
  65. 95f74c4 ALSA: hda - Fix mute LED on HP laptops in runtime suspend by Takashi Iwai · 11 years ago
  66. 2e59e5a ALSA: hda - add device entry and inactive flag to unsolicited response by Mengdong Lin · 11 years ago
  67. f1aa068 ALSA: hda - add flags and routines to get devices selection info for DP1.2 MST by Mengdong Lin · 11 years ago
  68. 63e51fd ALSA: hda - Don't take unresponsive D3 transition too serious by Takashi Iwai · 11 years ago
  69. e7ecc27 ALSA: hda - Introduce bit flags to snd_hda_codec_read/write() by Takashi Iwai · 11 years ago
  70. 2122961 ALSA: hda - Introduce get_delay codec PCM ops by Takashi Iwai · 12 years ago
  71. ea9b43a ALSA: hda - Fix broken workaround for HDMI/SPDIF conflicts by Takashi Iwai · 12 years ago
  72. a15d05d ALSA: hda - Support rereading widgets under the function group by Mengdong Lin · 12 years ago
  73. 4eea309 ALSA: hda - Remove limit of widget connections by Takashi Iwai · 12 years ago
  74. 45acc86 Merge branch 'topic/hda-ca0132-dsp' into for-next by Takashi Iwai · 12 years ago
  75. 9419ab6 ALSA: hda - Add power state filtering by Takashi Iwai · 12 years ago
  76. dc870f3 ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single function by Takashi Iwai · 12 years ago
  77. 09b70e8 ALSA: hda - Protect user-defined arrays via mutex by Takashi Iwai · 12 years ago
  78. d7fdc00 ALSA: hda - Add helper functions to cache the current pinctl target by Takashi Iwai · 12 years ago
  79. ee8e765 ALSA: hda - Revive snd_hda_get_conn_list() by Takashi Iwai · 12 years ago
  80. 9cc159c ALSA: hda - Add codec->inv_jack_detect flag by Takashi Iwai · 12 years ago
  81. ecac3ed ALSA: hda - Add inv_eapd flag to struct hda_codec by Takashi Iwai · 12 years ago
  82. 0c3d47b ALSA: hda - Add snd_hda_codec_flush_*_cache() aliases by Takashi Iwai · 12 years ago
  83. c9ce6b2 ALSA: hda - Move fixup code into struct hda_codec by Takashi Iwai · 12 years ago
  84. c370dd6 ALSA: hda - Introduce cache & flush cmd / amp writes by Takashi Iwai · 12 years ago
  85. a3af480 ALSA: hda - Change return value for load_dsp_prepare() to -ENOSYS by Ian Minett · 12 years ago
  86. 1d1a456 ALSA: hda - Add new DSP loader callback routines by Takashi Iwai · 12 years ago
  87. 87af0b8 Merge branch 'for-linus' into for-next by Takashi Iwai · 12 years ago
  88. 989c318 ALSA: hda - Fix recursive suspend/resume call by Takashi Iwai · 12 years ago
  89. ee81abb ALSA: hda - Apply a proper chmap for built-in 2.1 speakers by Takashi Iwai · 12 years ago
  90. dcda580 ALSA: hda - Add workaround for conflicting IEC958 controls by Takashi Iwai · 12 years ago
  91. 26a6cb6 ALSA: hda - Implement a poll loop for jacks as a module parameter by David Henningsson · 12 years ago
  92. e5d6db8 Merge branch 'topic/tlv-chmap' into for-next by Takashi Iwai · 12 years ago
  93. 5fe8e1e ALSA: hda - Remove ignore_misc_bit by David Henningsson · 12 years ago
  94. 9c9a517 ALSA: hda - Add standard channel maps by Takashi Iwai · 12 years ago
  95. 08fa20a ALSA: hda - Yet another fix for D3 stop-clock refcounting by Takashi Iwai · 12 years ago
  96. 4b92734 ALSA: hda - Optimize bitfield usage in struct hda_codec by Takashi Iwai · 12 years ago
  97. 83012a7 ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVE by Takashi Iwai · 12 years ago
  98. 68467f5 ALSA: hda - Fix runtime PM leftover refcounts by Takashi Iwai · 12 years ago
  99. a184d4e Merge branch 'for-linus' into for-next by Takashi Iwai · 12 years ago
  100. 983f6b9 ALSA: hda - Avoid unnecessary parameter read for EPSS by Takashi Iwai · 12 years ago