1. 0e0327f ASoC: cs4270: Remove redundant OOM message by Sachin Kamat · 10 years ago
  2. ea53bf7 ASoC: Add snd_soc_kcontrol_codec() helper function by Lars-Peter Clausen · 10 years ago
  3. 5d6be5a ASoC: codec: Simplify ASoC probe code. by Xiubo Li · 10 years ago
  4. 782fbab ASoC: cs4270: Add DAPM support by Mark Brown · 11 years ago
  5. f76fe05 ASoC: cs4270: Remove mono support by Fabio Estevam · 12 years ago
  6. 1ca6517 ASoC: cs4270: Convert to direct regmap API usage by Mark Brown · 12 years ago
  7. b61d6d4 ASoC: cs4270: Move regulator acquisition to I2C probe() by Mark Brown · 12 years ago
  8. 19ace0e ASoC: cs4270: Conver to data based control init by Mark Brown · 12 years ago
  9. 5e383f5 ASoC: cs4270: Use module_i2c_driver by Sachin Kamat · 12 years ago
  10. 0228619 ASoC: Add reset-gpio DT property to cs4270 driver by Daniel Mack · 12 years ago
  11. 85d07e4 ASoC: add DT bindings for cs4270 by Daniel Mack · 12 years ago
  12. e6968a1 ASoC: codecs: Remove rtd->codec usage from CODEC drivers by Mark Brown · 12 years ago
  13. ab92d09 ASoC: cs4270: Check that we can enable regulators on resume by Mark Brown · 12 years ago
  14. 64902b2 ASoC: Remove unnecessary -codec from cs4270 driver name by Shawn Guo · 12 years ago
  15. 022658b ASoC: core: Add support for DAI and machine kcontrols. by Liam Girdwood · 12 years ago
  16. 7fd8a67 ASoC: Convert cs4270 to devm_kzalloc() by Axel Lin · 13 years ago
  17. 84b315e ASoC: Drop unused state parameter from CODEC suspend callback by Lars-Peter Clausen · 13 years ago
  18. 997c2ea ASoC: Remove unneeded platform_device.h inclusions from CODECs by Mark Brown · 13 years ago
  19. 85e7652 ASoC: Constify snd_soc_dai_ops structs by Lars-Peter Clausen · 13 years ago
  20. d66b853 ASoC: cs4720: use snd_soc_cache_sync() by Daniel Mack · 13 years ago
  21. ac60155 ASoC: Return early with -EINVAL if invalid dai format is detected by Axel Lin · 13 years ago
  22. 217069e ASoC: Remove unused "control_data" field of struct cs4270_private by Axel Lin · 13 years ago
  23. b6f7d7c ASoC: Fix comment in cs4270 codec driver by Daniel Mack · 13 years ago
  24. 79a54ea ASoC: Constify i2c_device_id table by Axel Lin · 13 years ago
  25. 4954265 ASoC: Remove module probe announcements from CODEC drivers by Mark Brown · 13 years ago
  26. d4754ec ASoC: Update users of readable_register()/volatile_register() by Dimitris Papastamos · 14 years ago
  27. 11b8fca ASoC: cs4270: use the built-in register cache support by Timur Tabi · 14 years ago
  28. 839d271 ASoC: codecs: Remove unused reg_cache fields from device structs by Lars-Peter Clausen · 14 years ago
  29. 5c75848 ASoC: Staticise CS4270 DAI by Mark Brown · 14 years ago
  30. df3c278 ASoC: Remove export of CS4270 DAI by Mark Brown · 14 years ago
  31. f0fba2a ASoC: multi-component - ASoC Multi-Component Support by Liam Girdwood · 14 years ago
  32. d71f4ce Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  33. b2c812e ASoC: Add indirection for CODEC private data by Mark Brown · 14 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  35. c0ff4bc ASoC: cs4270: enable regulators at probe time by Daniel Mack · 14 years ago
  36. 6aababd ASoC: cs4270: allow passing freq=0 in set_dai_sysclk() by Daniel Mack · 15 years ago
  37. ffbfd33 ASoC: Add regulator support to CS4270 codec driver by Daniel Mack · 15 years ago
  38. fe3e78e ASoC: Factor out snd_soc_init_card() by Mark Brown · 15 years ago
  39. 7e1aa1d ASoC: CS4270: export de-emphasis filter as ALSA control by Daniel Mack · 15 years ago
  40. d2058b0 ASoC: Remove snd_soc_suspend_device() by Mark Brown · 15 years ago
  41. 15b5bda ALSA: ASoC: cs4270: move power management hooks to snd_soc_codec_device by Daniel Mack · 15 years ago
  42. 5e7c034 ASoC: cs4270: add power management support by Daniel Mack · 15 years ago
  43. 80ab881 ASoC: cs4270: introduce CS4270_I2C_INCR by Daniel Mack · 15 years ago
  44. 1a4ba05 ASoC: cs4270: add Master Playback Switch by Daniel Mack · 15 years ago
  45. 9c93538 ASoC: cs4270: fix Master Capture Switch polarity by Daniel Mack · 15 years ago
  46. eb5f6d75 ASoC: Replace remaining uses of snd_soc_cnew with snd_soc_add_controls. by Philipp Zabel · 15 years ago
  47. 65ec1cd ASoC: Merge dai_ops factor out by Mark Brown · 15 years ago
  48. b191f63 ASoC: bring cs4270 feature/limitations list in sync by Daniel Mack · 15 years ago
  49. 6335d05 ASoC: make ops a pointer in 'struct snd_soc_dai' by Eric Miao · 15 years ago
  50. ff09d49 ASoC: fix typo and removed unneeded switch case for cs4270 by Daniel Mack · 15 years ago
  51. 4eae080 ASoC: Add cs4270 support for slave mode configurations by Daniel Mack · 15 years ago
  52. d5e9ba1 ASoC: add additional controls to the CS4270 codec driver by Timur Tabi · 15 years ago
  53. a6c255e ASoC: fix message display in CS4270 codec driver by Timur Tabi · 15 years ago
  54. d9fb7fb ASoC: fix build break in CS4270 codec driver by Timur Tabi · 15 years ago
  55. ff7bf02 ASoC: fix documentation in CS4270 codec driver by Timur Tabi · 15 years ago
  56. 04eb093 ASoC: fix initialization order of the CS4270 codec driver by Timur Tabi · 16 years ago
  57. 6627a65 ASoC: Push the codec runtime storage into the card structure by Mark Brown · 16 years ago
  58. 0db4d07 ASoC: improve I2C initialization code in CS4270 driver by Timur Tabi · 16 years ago
  59. 01e097d ASoC: Include header file in cs4270 and wm9705 by Mark Brown · 16 years ago
  60. ff637d3 ASoC: remove stand-alone mode support from CS4270 codec driver by Timur Tabi · 16 years ago
  61. c9b3a40 ALSA: ASoC - Fix wrong section types by Takashi Iwai · 16 years ago
  62. 64089b8 ASoC: Register non-AC97 codec DAIs by Mark Brown · 16 years ago
  63. 968a602 ASoC: Rename snd_soc_register_card() to snd_soc_init_card() by Mark Brown · 16 years ago
  64. dee89c4 ASoC: Merge snd_soc_ops into snd_soc_dai_ops by Mark Brown · 16 years ago
  65. 0c235d1 ASoC: Disable automatic volume control in the CS4270 sound driver by Timur Tabi · 16 years ago
  66. e3145df ALSA: ASoC: Fix cs4270 error path by Jean Delvare · 16 years ago
  67. 9778e9a ALSA: ASoC: Fix another cs4270 error path by Jean Delvare · 16 years ago
  68. ec2cd95 ALSA: make the CS4270 driver a new-style I2C driver by Timur Tabi · 16 years ago
  69. e550e17 ALSA: asoc: codecs - merge structs snd_soc_codec_dai and snd_soc_cpu_dai. by Liam Girdwood · 16 years ago
  70. e34ba21 [ALSA] SOC: fix tests in cs4270_hw_params() by Roel Kluin · 16 years ago
  71. 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
  72. 8432395 [ALSA] cs4270: wrong sample rate when CONFIG_SND_SOC_CS4270_VD33_ERRATA is set by Timur Tabi · 17 years ago
  73. 2cdddeb i2c: normal_i2c can be made const (remaining drivers) by Jean Delvare · 17 years ago
  74. 4df2053 [ALSA] fix private data pointer calculation in CS4270 driver by Timur Tabi · 17 years ago
  75. bfc4e86 [ALSA] Fix CS4270 volume control and optimize I2C operations by Timur Tabi · 17 years ago
  76. 918f3a0 [ALSA] pcm: add snd_pcm_rate_to_rate_bit() helper by Clemens Ladisch · 17 years ago
  77. 9dbd627 [ALSA] CS4270 driver does not compile with I2C disabled by Timur Tabi · 17 years ago
  78. b0c813c [ALSA] ASoC CS4270 codec device driver by Timur Tabi · 17 years ago