1. 00e17f7 ALSA: HDA: Mark CS260x immutable structures const by Daniel J Blueman · 12 years ago
  2. 16337e0 ALSA: HDA: Fix digital microphone on CS420x by Daniel J Blueman · 12 years ago
  3. 5a83b4b ALSA: hda: Cirrus: Fix coefficient index for beep configuration by Alexander Stein · 12 years ago
  4. b2cbf3b ALSA: hda/cirrus - Add missing init/free of hda_gen_spec by Takashi Iwai · 12 years ago
  5. c5e0b6d ALSA: hda - Fix memory leaks at error path in patch_cirrus.c by Takashi Iwai · 12 years ago
  6. 5c2e4e0 ALSA: hda - make Cirrus codec use generic unsol event handler by David Henningsson · 12 years ago
  7. 03efce7 ALSA: hda - Fix disordered enum definitions in patch_cirrus.c by Takashi Iwai · 12 years ago
  8. ef596a5 ALSA: hda - Add support for MacBook Pro 10,1 by Takashi Iwai · 12 years ago
  9. b35aabd ALSA: hda - Replace with the generic fixup codes in patch_cirrus.c by Takashi Iwai · 12 years ago
  10. 8a53541 ALSA: hda - Call snd_hda_jack_report_sync() generically in hda_codec.c by Takashi Iwai · 12 years ago
  11. 68cb2b5 ALSA: Convert to new pm_ops for PCI drivers by Takashi Iwai · 12 years ago
  12. 128bc4b ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.c by Takashi Iwai · 12 years ago
  13. 4740860 ALSA: hda - Add snd_hda_get_default_vref() helper function by Takashi Iwai · 12 years ago
  14. cdd03ce ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functions by Takashi Iwai · 12 years ago
  15. e49a343 ALSA: hda - Kill hyphenated names by Takashi Iwai · 12 years ago
  16. f70eecd ALSA: hda - Fix calling cs_automic twice for Cirrus codecs. by Dylan Reid · 12 years ago
  17. 7e5bea1 ALSA: hda/cirrus - support for iMac12,2 model by Jérémy Lal · 13 years ago
  18. 5660ffd ALSA: HDA: Add support for Cirrus Logic 4213 by David Henningsson · 13 years ago
  19. 78e2a92 ALSA: HDA: Fix automute for Cirrus Logic 421x by David Henningsson · 13 years ago
  20. 40d03e6 ALSA: HDA: Fix master control for Cirrus Logic 421X by David Henningsson · 13 years ago
  21. 78c058d Merge branch 'test/hda-jack' into topic/hda by Takashi Iwai · 13 years ago
  22. 92bb43e ALSA: hda - cut and paste typo in cs420x_models[] by Dan Carpenter · 13 years ago
  23. 6dfeb703 ALSA: hda - Fix invalid pin and GPIO for Apple laptops with CS codecs by Takashi Iwai · 13 years ago
  24. 05ee796 ALSA: hda - Fix the connection selection of ADCs on Cirrus codecs by Takashi Iwai · 13 years ago
  25. 201e06f ALSA: hda - Give more unique names by snd_hda_get_pin_label() by Takashi Iwai · 13 years ago
  26. 3a93897 ALSA: hda - Manage unsol tags in hda_jack.c by Takashi Iwai · 13 years ago
  27. 01a61e1 ALSA: hda - Create jack-detection kcontrols by Takashi Iwai · 13 years ago
  28. 1835a0f ALSA: hda - Cache the jack-detection value by Takashi Iwai · 13 years ago
  29. 04f5ade ALSA: hda - Introduce snd_hda_get_pin_label() by Takashi Iwai · 13 years ago
  30. da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
  31. 2e1210b ALSA: HDA: Cirrus - fix "Surround Speaker" volume control name by David Henningsson · 13 years ago
  32. 1b004d0 ALSA: hda - Fix error check from snd_hda_get_conn_index() in patch_cirrus.c by Takashi Iwai · 13 years ago
  33. 56487c2 ALSA: hda - Cirrus Logic CS421x support by Tim Howe · 13 years ago
  34. 8d087c7 ALSA: hda - Create snd_hda_get_conn_index() helper function by Takashi Iwai · 13 years ago
  35. 74b654c ALSA: hda: Virtualize SPDIF out controls by Stephen Warren · 13 years ago
  36. e35d9d6 ALSA: hda - Check unsol-cap in is_jack_detectalbe() by Takashi Iwai · 13 years ago
  37. 1682c81 ALSA: hda - Use get_wcaps_type() by Takashi Iwai · 13 years ago
  38. 06dec22 ALSA: hda - Use is_jack_detectable() helper by Takashi Iwai · 13 years ago
  39. c42d478 ALSA: hda - Constify fixup and other array data in patch_cirrus.c by Takashi Iwai · 13 years ago
  40. 38c0764 ALSA: hda - Don't set to D3 in Cirrus errata init verbs by Takashi Iwai · 13 years ago
  41. ea73496 ALSA: hda - consitify string arrays by Takashi Iwai · 13 years ago
  42. 87232dd ALSA: hda - MacBookAir3,1(3,2) alsa support by Edgar (gimli) Hucek · 14 years ago
  43. 6a92934 ALSA: hda - Add input volume control for each mic/line-in pin by Takashi Iwai · 14 years ago
  44. f46119b ALSA: hda - Add model=mbp55 entry for MacBookPro 7,1 by Takashi Iwai · 14 years ago
  45. 4e7d7c6 ALSA: hda - MacBookPro 5,3 line-in support by Vince Weaver · 14 years ago
  46. 99ae28b ALSA: hda - Make snd_hda_get_input_pin_attr() helper by Takashi Iwai · 14 years ago
  47. 10a20af ALSA: hda - Improve the input source name labels by Takashi Iwai · 14 years ago
  48. 86e2959 ALSA: hda - Remove AUTO_PIN_FRONT_{MIC|LINE} by Takashi Iwai · 14 years ago
  49. 83c0de8 Merge branch 'fix/hda' into topic/hda by Takashi Iwai · 14 years ago
  50. a769cbc ALSA: hda - Add errata initverb sequence for CS42xx codecs by Brian Austin · 14 years ago
  51. c1e0bb9 ALSA: hda - Use new inputs[] field to parse input-pins for CirrusLogic codecs by Takashi Iwai · 14 years ago
  52. f0cea79 ALSA: hda - Fix dynamic ADC change working again by Takashi Iwai · 14 years ago
  53. 8dd34ab ALSA: hda - fix array indexing while creating inputs for Cirrus codecs by Brian J. Tarricone · 14 years ago
  54. 21949f0 ALSA: hda - Fix NID association for capture mixers by Takashi Iwai · 15 years ago
  55. 5240279 Merge branch 'fix/hda' into topic/hda by Takashi Iwai · 15 years ago
  56. 1a5ba2e ALSA: hda - Add support for the new 27 inch IMacs by Rafael Avila de Espindola · 15 years ago
  57. 5e26dfd ALSA: hda - simplify usage of HDA_SUBDEV_AMP_FLAG by Jaroslav Kysela · 15 years ago
  58. 9e3fd87 ALSA: hda - introduce HDA_SUBDEV_AMP_FLAG (ControlAmp in proc) by Jaroslav Kysela · 15 years ago
  59. 5b0cb1d ALSA: hda - add more NID->Control mapping by Jaroslav Kysela · 15 years ago
  60. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  61. 864f92b ALSA: hda - introduce snd_hda_jack_detect() and snd_hda_pin_sense() by Wu Fengguang · 15 years ago
  62. 3911a4c ALSA: hda - proc - introduce Control: lines to show mixer<->NID assignment by Jaroslav Kysela · 15 years ago
  63. b71a8eb tree-wide: fix typos "selct" + "slect" -> "select" by Uwe Kleine-König · 15 years ago
  64. 3a38516 ALSA: hda - Enable HP output with Macbook Pro 5, 5 by Stelian Pop · 15 years ago
  65. 63b2413 ALSA: hda - don't build digital output controls if not exist by Takashi Iwai · 15 years ago
  66. 277a57c ALSA: hda - Fix compile warnings in patch_cirrus.c by Takashi Iwai · 15 years ago
  67. b4dabfc ALSA: hda - Fix the speaker volume control name by Takashi Iwai · 15 years ago
  68. ed20825 ALSA: hda - Add GPIO setup for MacBook pro 5,5 with CS420x by Takashi Iwai · 15 years ago
  69. a6bae20 ALSA: hda - Add quirk for MacBook Pro 5,5 with CS4206 by Takashi Iwai · 15 years ago
  70. 60e5388 ALSA: hda - Fix double creation of SPDIF input controls by Takashi Iwai · 15 years ago
  71. 40c20fa ALSA: hda - Add CS420x-specific coef setup by Takashi Iwai · 15 years ago
  72. ea35929 ALSA: hda - Force to initialize input mixer setup for CS420x by Takashi Iwai · 15 years ago
  73. 21a4dc4 ALSA: hda - Fix cirrus codec parsing by Takashi Iwai · 15 years ago
  74. e5f1424 ALSA: hda - Add Cirrus Logic CS420x support by Takashi Iwai · 15 years ago