1. 29e69fd ASoC: rsnd: remove compatibility code by Kuninori Morimoto · 10 years ago
  2. 90e8e50 ASoC: rsnd: add DeviceTree support by Kuninori Morimoto · 10 years ago
  3. ba9c949 ASoC: rsnd: rename scu to src by Kuninori Morimoto · 11 years ago
  4. 9524be0 ASoC: rsnd: remove all rsnd_xxx_remove() by Kuninori Morimoto · 11 years ago
  5. ff8f30e ASoC: rsnd: use mod probe method on SSI by Kuninori Morimoto · 11 years ago
  6. 221bf52 ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI by Kuninori Morimoto · 11 years ago
  7. b8cc41e ASoC: rsnd: add rsnd_scu_enable_ssi_irq() by Kuninori Morimoto · 11 years ago
  8. 389933d ASoC: rsnd: Get correct SCU ID by Kuninori Morimoto · 11 years ago
  9. 78f13d0 ASoC: rsnd: add struct rsnd_dai_platform_info by Kuninori Morimoto · 11 years ago
  10. 374e542 ASoC: rsnd: get ssi/scu from rsnd_dai_stream by Kuninori Morimoto · 11 years ago
  11. a126021 ASoC: rsnd: use mod array instead of list on rdai by Kuninori Morimoto · 11 years ago
  12. 98455ed ASoC: rsnd: remove verbose debug message from scu/ssi by Kuninori Morimoto · 11 years ago
  13. 5da39cf ASoC: rsnd: remove verbose function parameter by Kuninori Morimoto · 11 years ago
  14. 4686a0a ASoC: rsnd: remove SSI dependent DMAEngine callback by Kuninori Morimoto · 11 years ago
  15. 1b7b08ef ASoC: rsnd: extracts Gen1/Gen2 common parts by Kuninori Morimoto · 11 years ago
  16. 32f27eb ASoC: rsnd: add rsnd_ssi_is_play() by Kuninori Morimoto · 11 years ago
  17. dd27d80 ASoC: rsnd: remove ssiu from ssi.c by Kuninori Morimoto · 11 years ago
  18. 7b5ce97 ASoC: rsnd: SSI_MODE0/1 settings goes to scu.c by Kuninori Morimoto · 11 years ago
  19. 6f3ab6c ASoC: rsnd: remove pin sync option by Kuninori Morimoto · 11 years ago
  20. e779a20 ASoC: rsnd: rsnd_dai_is_clk_master() can be shared by Kuninori Morimoto · 11 years ago
  21. 6acef17 ASoC: rsnd: remove meaningless rsnd_ssi_non() by Kuninori Morimoto · 11 years ago
  22. 92d9587 ASoC: rsnd: cleanup debug information method by Kuninori Morimoto · 11 years ago
  23. 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
  24. ef74940 ASoC: rsnd: add SRC (Sampling Rate Converter) support by Kuninori Morimoto · 11 years ago
  25. adcf7d5 ASoC: rsnd: tidyup rsnd_ssi_master_clk_start() parameter by Kuninori Morimoto · 11 years ago
  26. 52ea2a7 ASoC: rsnd: INT_ENABLE is needed only Gen2 by Kuninori Morimoto · 11 years ago
  27. 729aca5 ASoC: rsnd: tidyup ssi comment by Kuninori Morimoto · 11 years ago
  28. 60dbb4f ASoC: rcar: use devm_clk_get() instead of clk_get() by Kuninori Morimoto · 11 years ago
  29. 507d466 ASoC: rcar: add Gen2 sound support by Kuninori Morimoto · 11 years ago
  30. 108145a Merge remote-tracking branch 'asoc/topic/warn' into asoc-next by Mark Brown · 11 years ago
  31. 8b14719 ASoC: rcar: Use WARN_ON() instead of BUG_ON() by Takashi Iwai · 11 years ago
  32. 92eba04 ASoC: rcar: remove RSND_SSI_CLK_FROM_ADG by Kuninori Morimoto · 11 years ago
  33. cdcfcac ASoC: rcar: add rsnd_scu_hpbif_is_enable() by Kuninori Morimoto · 11 years ago
  34. 374a5281 ASoC: rsnd: SSI supports DMA transfer via BUSIF by Kuninori Morimoto · 11 years ago
  35. 849fc82 ASoC: rsnd: SSI supports DMA transfer by Kuninori Morimoto · 11 years ago
  36. 4b4dab8 ASoC: rsnd: remove platform dai and add dai_id on platform setting by Kuninori Morimoto · 11 years ago
  37. ae5c322 ASoC: add Renesas R-Car SSI feature by Kuninori Morimoto · 11 years ago