summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...Mark Brown2014-06-036-31/+259
|\ \
| | * ASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addrKuninori Morimoto2014-05-263-4/+101
| | * ASoC: rsnd: care DMA slave channel name for DTKuninori Morimoto2014-05-262-1/+85
| | * ASoC: rsnd: module name is unifiedKuninori Morimoto2014-05-263-9/+49
| | * ASoC: rsnd: remove rsnd_src_non_opsKuninori Morimoto2014-05-261-10/+10
| | * ASoC: rsnd: save platform_device instead of deviceKuninori Morimoto2014-05-262-3/+4
| | * ASoC: rsnd: DT node clean up by using the of_node_put()Kuninori Morimoto2014-05-262-4/+10
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'as...Mark Brown2014-05-221-1/+1
|\ \ \ \ | | |/ / | |/| |
| | * | ASoC: sh: Migo-R sound needs I2CArnd Bergmann2014-05-011-1/+1
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...Mark Brown2014-05-228-332/+531
|\ \ \ \ | | |/ / | |/| / | | |/
| | * ASoC: rsnd: Fix warnings due to improper printk formatsLaurent Pinchart2014-05-151-7/+7
| | * ASoC: rsnd: add DVC supportKuninori Morimoto2014-05-137-2/+366
| | * ASoC: rsnd: enable to use multi parameter on rsnd_dai_call/rsnd_mod_callKuninori Morimoto2014-05-131-13/+13
| | * ASoC: rsnd: remove duplicate parameter from rsnd_mod_opsKuninori Morimoto2014-05-134-94/+65
| | * ASoC: rsnd: add rsnd_get_adinr()Kuninori Morimoto2014-05-133-23/+30
| | * ASoC: rsnd: add rsnd_path_parse() macroKuninori Morimoto2014-05-131-21/+22
| | * ASoC: rsnd: remove compatibility codeKuninori Morimoto2014-05-084-144/+33
| | * ASoC: rsnd: remove old clock style supportKuninori Morimoto2014-05-081-36/+3
| |/
* | ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lockKuninori Morimoto2014-04-231-3/+2
* | ASoC: rsnd: fix clock prepare/unprepareBen Dooks2014-04-112-4/+4
|/
* Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2014-03-241-7/+11
|\
| * ASoC: rcar: bugfix: it cares about the non-src caseKuninori Morimoto2014-03-241-7/+11
* | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2014-03-236-3/+238
|\|
| * ASoC: rsnd: add DeviceTree supportKuninori Morimoto2014-03-216-3/+238
* | Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-239-881/+1370
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...Mark Brown2014-03-121-14/+5
| |\ \ \ | | |_|/ | |/| |
| | | * ASoC: migor: Convert to table based DAPM setupLars-Peter Clausen2014-03-101-14/+5
| | |/
| * | ASoC: rsnd: rename scu to srcKuninori Morimoto2014-03-055-159/+164
| * | ASoC: rsnd: remove all rsnd_xxx_remove()Kuninori Morimoto2014-03-056-42/+0
| * | ASoC: rsnd: nothing to do on rsnd_dai_remove()Kuninori Morimoto2014-03-051-36/+0
| * | ASoC: rsnd: use mod probe method on SSIKuninori Morimoto2014-03-051-51/+65
| * | ASoC: rsnd: use mod probe method on SCUKuninori Morimoto2014-03-051-25/+39
| * | ASoC: rsnd: add probe/remove callback on rsnd_mod_opsKuninori Morimoto2014-03-052-0/+29
| * | ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSIKuninori Morimoto2014-03-053-37/+22
| * | ASoC: rsnd: add rsnd_scu_enable_ssi_irq()Kuninori Morimoto2014-03-053-13/+18
| * | ASoC: rsnd: Get correct SCU IDKuninori Morimoto2014-03-054-20/+71
| * | ASoC: rsnd: add struct rsnd_dai_platform_infoKuninori Morimoto2014-03-052-7/+30
| * | ASoC: rsnd: share reg_field and reduce memoryKuninori Morimoto2014-03-041-28/+53
| * | ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameterKuninori Morimoto2014-03-041-3/+4
| * | ASoC: rsnd: remove unused SSI_CONTROLKuninori Morimoto2014-03-042-2/+0
| * | ASoC: rsnd: use function pointer for each probeKuninori Morimoto2014-03-041-20/+14
| * | ASoC: rsnd: use devm_clk_get() instead of clk_get()Kuninori Morimoto2014-03-041-15/+9
| * | ASoC: rsnd: get ssi/scu from rsnd_dai_streamKuninori Morimoto2014-03-043-11/+15
| * | ASoC: rsnd: use mod array instead of list on rdaiKuninori Morimoto2014-03-044-25/+33
| * | ASoC: rsnd: run rsnd_path_init() when probe() timingKuninori Morimoto2014-03-043-81/+78
| * | ASoC: rsnd: unify rdai namingKuninori Morimoto2014-03-032-7/+7
| * | ASoC: rsnd: remove verbose debug message from scu/ssiKuninori Morimoto2014-03-032-3/+0
| * | ASoC: rsnd: remove verbose function parameterKuninori Morimoto2014-03-036-18/+10
| * | ASoC: rsnd: move rsnd_mod_call() macroKuninori Morimoto2014-03-032-23/+24
| * | ASoC: rsnd: move priv member settings to upper sideKuninori Morimoto2014-03-031-4/+4