1. 002ccbb Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 10 years ago
  2. b1eac43 ASoC: rcar: bugfix: it cares about the non-src case by Kuninori Morimoto · 10 years ago
  3. ca9e54c Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 10 years ago
  4. d66fa869 Merge tag 'asoc-v3.15' into asoc-next by Mark Brown · 10 years ago
  5. 90e8e50 ASoC: rsnd: add DeviceTree support by Kuninori Morimoto · 10 years ago
  6. e150828 ASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flags by Kuninori Morimoto · 10 years ago
  7. c7a507e ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flags by Kuninori Morimoto · 10 years ago
  8. 7cc6417 Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', 'asoc/topic/sh', 'asoc/topic/simple', 'asoc/topic/sirf', 'asoc/topic/sn95031', 'asoc/topic/ssm2602' and 'asoc/topic/stac9766' into asoc-next by Mark Brown · 10 years ago
  9. 23a735c ASoC: migor: Convert to table based DAPM setup by Lars-Peter Clausen · 10 years ago
  10. ba9c949 ASoC: rsnd: rename scu to src by Kuninori Morimoto · 10 years ago
  11. 9524be0 ASoC: rsnd: remove all rsnd_xxx_remove() by Kuninori Morimoto · 10 years ago
  12. 4076220 ASoC: rsnd: nothing to do on rsnd_dai_remove() by Kuninori Morimoto · 10 years ago
  13. ff8f30e ASoC: rsnd: use mod probe method on SSI by Kuninori Morimoto · 10 years ago
  14. 76c6fb5 ASoC: rsnd: use mod probe method on SCU by Kuninori Morimoto · 10 years ago
  15. 7681f6a ASoC: rsnd: add probe/remove callback on rsnd_mod_ops by Kuninori Morimoto · 10 years ago
  16. 221bf52 ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI by Kuninori Morimoto · 10 years ago
  17. b8cc41e ASoC: rsnd: add rsnd_scu_enable_ssi_irq() by Kuninori Morimoto · 10 years ago
  18. 389933d ASoC: rsnd: Get correct SCU ID by Kuninori Morimoto · 10 years ago
  19. 78f13d0 ASoC: rsnd: add struct rsnd_dai_platform_info by Kuninori Morimoto · 10 years ago
  20. c82e1c8 ASoC: rsnd: share reg_field and reduce memory by Kuninori Morimoto · 10 years ago
  21. 8467ded ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter by Kuninori Morimoto · 10 years ago
  22. 685fb3e ASoC: rsnd: remove unused SSI_CONTROL by Kuninori Morimoto · 10 years ago
  23. d1ac970f ASoC: rsnd: use function pointer for each probe by Kuninori Morimoto · 10 years ago
  24. 468be93 ASoC: rsnd: use devm_clk_get() instead of clk_get() by Kuninori Morimoto · 10 years ago
  25. 374e542 ASoC: rsnd: get ssi/scu from rsnd_dai_stream by Kuninori Morimoto · 10 years ago
  26. a126021 ASoC: rsnd: use mod array instead of list on rdai by Kuninori Morimoto · 10 years ago
  27. 9bfed6c ASoC: rsnd: run rsnd_path_init() when probe() timing by Kuninori Morimoto · 10 years ago
  28. ecba9e7 ASoC: rsnd: unify rdai naming by Kuninori Morimoto · 10 years ago
  29. 98455ed ASoC: rsnd: remove verbose debug message from scu/ssi by Kuninori Morimoto · 10 years ago
  30. 5da39cf ASoC: rsnd: remove verbose function parameter by Kuninori Morimoto · 10 years ago
  31. d870a91e ASoC: rsnd: move rsnd_mod_call() macro by Kuninori Morimoto · 10 years ago
  32. 4984807 ASoC: rsnd: move priv member settings to upper side by Kuninori Morimoto · 10 years ago
  33. a2070fe ASoC: rsnd: print error if there is SRC settings mismatch by Kuninori Morimoto · 11 years ago
  34. ee2c828 ASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert_clk_gen2() by Kuninori Morimoto · 11 years ago
  35. 00463c11 ASoC: rsnd: tidyup original for_each_rsnd_xxx macro by Kuninori Morimoto · 11 years ago
  36. 8691d07 ASoC: rsnd: use device dependency clock by Kuninori Morimoto · 11 years ago
  37. 629509c ASoC: rsnd: add Gen2 SRC and DMAEngine support by Kuninori Morimoto · 11 years ago
  38. eb854f6 ASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_scu_probe() by Kuninori Morimoto · 11 years ago
  39. 4686a0a ASoC: rsnd: remove SSI dependent DMAEngine callback by Kuninori Morimoto · 11 years ago
  40. 1b7b08ef ASoC: rsnd: extracts Gen1/Gen2 common parts by Kuninori Morimoto · 11 years ago
  41. 32f27eb ASoC: rsnd: add rsnd_ssi_is_play() by Kuninori Morimoto · 11 years ago
  42. 28dc4b6 ASoC: rsnd: merge SRC clock timing/setting by Kuninori Morimoto · 11 years ago
  43. 96c7c0d ASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro by Kuninori Morimoto · 11 years ago
  44. 39cf3c4 ASoC: rsnd: Merge macros in scu.c by Kuninori Morimoto · 11 years ago
  45. c926b74 ASoC: rsnd: clarify scu.c area by Kuninori Morimoto · 11 years ago
  46. be213ac ASoC: rsnd: SCU should be called before SSI by Kuninori Morimoto · 11 years ago
  47. f5cab3b ASoC: rsnd: don't use schedule_work() when rsnd_dma_start() by Kuninori Morimoto · 11 years ago
  48. 64de62b ASoC: rsnd: fixup Gen2 module naming by Kuninori Morimoto · 11 years ago
  49. 106d2ef ASoC: rsnd: non 0 is error on probe by Kuninori Morimoto · 11 years ago
  50. 9b5ab57 ASoC: rsnd: remove duplicate *priv from rsnd_dma by Kuninori Morimoto · 11 years ago
  51. 41c6221 ASoC: rsnd: explain SRC bypass mode settings in comment by Kuninori Morimoto · 11 years ago
  52. f80e1c9 ASoC: rsnd: rename rsnd_scu_convert_rate_ctrl() by Kuninori Morimoto · 11 years ago
  53. dd27d80 ASoC: rsnd: remove ssiu from ssi.c by Kuninori Morimoto · 11 years ago
  54. 7b5ce97 ASoC: rsnd: SSI_MODE0/1 settings goes to scu.c by Kuninori Morimoto · 11 years ago
  55. 6f3ab6c ASoC: rsnd: remove pin sync option by Kuninori Morimoto · 11 years ago
  56. e779a20 ASoC: rsnd: rsnd_dai_is_clk_master() can be shared by Kuninori Morimoto · 11 years ago
  57. e7ce74e ASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_transfer_start/stop() by Kuninori Morimoto · 11 years ago
  58. 47718dc ASoC: rsnd: remove meaningless function parameter by Kuninori Morimoto · 11 years ago
  59. a204d90 ASoC: rsnd: add rsnd_scu_init(), and separate init/start by Kuninori Morimoto · 11 years ago
  60. 013f38f ASoC: rsnd: control SCU ops in probe timing by Kuninori Morimoto · 11 years ago
  61. 6acef17 ASoC: rsnd: remove meaningless rsnd_ssi_non() by Kuninori Morimoto · 11 years ago
  62. 92d9587 ASoC: rsnd: cleanup debug information method by Kuninori Morimoto · 11 years ago
  63. 0290d2a ASoC: rsnd: tidyup register naming of BUSIF_MODE by Kuninori Morimoto · 11 years ago
  64. 701caa5 Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/topic/bcm2835', 'asoc/topic/docs', 'asoc/topic/fsl', 'asoc/topic/generic', 'asoc/topic/kirkwood', 'asoc/topic/mc13783', 'asoc/topic/mxs', 'asoc/topic/nuc900', 'asoc/topic/sai', 'asoc/topic/sh', 'asoc/topic/ssm2602', 'asoc/topic/tlv320aic3x', 'asoc/topic/twl4030', 'asoc/topic/ux500', 'asoc/topic/width' and 'asoc/topic/x86' into for-tiwai by Mark Brown · 11 years ago
  65. a7ddf15 ASoC: sh: Don't set unused struct snd_pcm_hardware fields by Lars-Peter Clausen · 11 years ago
  66. 2cde51f Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'asoc/topic/adav80x', 'asoc/topic/adsp', 'asoc/topic/ak4641', 'asoc/topic/ak4642', 'asoc/topic/arizona', 'asoc/topic/atmel', 'asoc/topic/au1x', 'asoc/topic/axi', 'asoc/topic/bcm2835', 'asoc/topic/blackfin', 'asoc/topic/cs4271', 'asoc/topic/cs42l52', 'asoc/topic/da7210', 'asoc/topic/davinci', 'asoc/topic/ep93xx', 'asoc/topic/fsl', 'asoc/topic/fsl-mxs', 'asoc/topic/generic', 'asoc/topic/hdmi', 'asoc/topic/jack', 'asoc/topic/jz4740', 'asoc/topic/max98090', 'asoc/topic/mxs', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/rcar', 'asoc/topic/s6000', 'asoc/topic/sai', 'asoc/topic/samsung', 'asoc/topic/sgtl5000', 'asoc/topic/spear', 'asoc/topic/ssm2518', 'asoc/topic/ssm2602', 'asoc/topic/tegra', 'asoc/topic/tlv320aic3x', 'asoc/topic/twl6040', 'asoc/topic/txx9', 'asoc/topic/uda1380', 'asoc/topic/width', 'asoc/topic/wm8510', 'asoc/topic/wm8523', 'asoc/topic/wm8580', 'asoc/topic/wm8711', 'asoc/topic/wm8728', 'asoc/topic/wm8731', 'asoc/topic/wm8741', 'asoc/topic/wm8750', 'asoc/topic/wm8753', 'asoc/topic/wm8776', 'asoc/topic/wm8804', 'asoc/topic/wm8900', 'asoc/topic/wm8901', 'asoc/topic/wm8940', 'asoc/topic/wm8962', 'asoc/topic/wm8974', 'asoc/topic/wm8985', 'asoc/topic/wm8988', 'asoc/topic/wm8990', 'asoc/topic/wm8991', 'asoc/topic/wm8994', 'asoc/topic/wm8995', 'asoc/topic/wm9081' and 'asoc/topic/x86' into asoc-next by Mark Brown · 11 years ago
  67. ef74940 ASoC: rsnd: add SRC (Sampling Rate Converter) support by Kuninori Morimoto · 11 years ago
  68. adcf7d5 ASoC: rsnd: tidyup rsnd_ssi_master_clk_start() parameter by Kuninori Morimoto · 11 years ago
  69. 99feec3 ASoC: rsnd: scu cleanup: add rsnd_scu_rate_ctrl() by Kuninori Morimoto · 11 years ago
  70. 52ea2a7 ASoC: rsnd: INT_ENABLE is needed only Gen2 by Kuninori Morimoto · 11 years ago
  71. af8a478 ASoC: rsnd: add rsnd_scu_transfer_start() by Kuninori Morimoto · 11 years ago
  72. 2582718c ASoC: rsnd: route setting is needed only Gen1 by Kuninori Morimoto · 11 years ago
  73. 7808aa3 ASoC: rsnd: make sure variable name for 44.1kHz/48kHz by Kuninori Morimoto · 11 years ago
  74. 690ef81 ASoC: rsnd: tidyup register naming by Kuninori Morimoto · 11 years ago
  75. 729aca5 ASoC: rsnd: tidyup ssi comment by Kuninori Morimoto · 11 years ago
  76. e337853 ASoC: rsnd: add rsnd_adg_set_ssi_clk() and cleanup adg by Kuninori Morimoto · 11 years ago
  77. a073278 ASoC: fsi: remove original filter from fsi_dma_probe() by Kuninori Morimoto · 11 years ago
  78. 1a1c75a ASoC: rsnd: gen: fixup Gen2 channel size by Kuninori Morimoto · 11 years ago
  79. 60dbb4f ASoC: rcar: use devm_clk_get() instead of clk_get() by Kuninori Morimoto · 11 years ago
  80. 507d466 ASoC: rcar: add Gen2 sound support by Kuninori Morimoto · 11 years ago
  81. 531eaf4 ASoC: rcar: remove rcar_gen_ops by Kuninori Morimoto · 11 years ago
  82. 994a9df ASoC: rcar: remove .path_init/exit from rsnd_gen_ops by Kuninori Morimoto · 11 years ago
  83. 42ee5d2 ASoC: rcar: add rsnd_is_accessible_reg() by Kuninori Morimoto · 11 years ago
  84. c1e6cc5 ASoC: rcar: separate regmap init common field by Kuninori Morimoto · 11 years ago
  85. 17b9a2b ASoC: rcar: remove unused register settings by Kuninori Morimoto · 11 years ago
  86. a373773 ASoC: rcar: some dubious one-bit signed bitfields by Dan Carpenter · 11 years ago
  87. 0fb50e5 ASoC: rcar: select REGMAP by Kuninori Morimoto · 11 years ago
  88. ee71a70 Merge tag 'asoc-v3.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 11 years ago
  89. 4b47ab4 Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus by Mark Brown · 11 years ago
  90. a0d32bc ASoC: rcar: fixup dma_async_issue_pending() timing by Kuninori Morimoto · 11 years ago
  91. b5f3d7a ASoC: rcar: off by one in rsnd_scu_set_route() by Dan Carpenter · 11 years ago
  92. 6020779 ASoC: rcar: fixup mod access before checking by Kuninori Morimoto · 11 years ago
  93. 108145a Merge remote-tracking branch 'asoc/topic/warn' into asoc-next by Mark Brown · 11 years ago
  94. 9686e4b Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 11 years ago
  95. 5f29d44 ASoC: sh: Use WARN_ON() instead of BUG_ON() by Takashi Iwai · 11 years ago
  96. 8b14719 ASoC: rcar: Use WARN_ON() instead of BUG_ON() by Takashi Iwai · 11 years ago
  97. a2b4f8a ASoC: rcar: remove un-needed select from Kconfig by Kuninori Morimoto · 11 years ago
  98. 97fa413 Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 11 years ago
  99. 9ade09d ASoC: rcar: remove original filter from rsnd_dma_init() by Kuninori Morimoto · 11 years ago
  100. 5b2ad46 Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next by Mark Brown · 11 years ago