aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-24Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-7/+11
2014-03-24ASoC: rcar: bugfix: it cares about the non-src caseKuninori Morimoto1-7/+11
2014-03-23Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown6-3/+238
2014-03-23Merge tag 'asoc-v3.15' into asoc-nextMark Brown9-881/+1370
2014-03-21ASoC: rsnd: add DeviceTree supportKuninori Morimoto6-3/+238
2014-03-14ASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto1-2/+2
2014-03-14ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto1-1/+1
2014-03-12Merge 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-nextMark Brown1-14/+5
2014-03-10ASoC: migor: Convert to table based DAPM setupLars-Peter Clausen1-14/+5
2014-03-05ASoC: rsnd: rename scu to srcKuninori Morimoto5-159/+164
2014-03-05ASoC: rsnd: remove all rsnd_xxx_remove()Kuninori Morimoto6-42/+0
2014-03-05ASoC: rsnd: nothing to do on rsnd_dai_remove()Kuninori Morimoto1-36/+0
2014-03-05ASoC: rsnd: use mod probe method on SSIKuninori Morimoto1-51/+65
2014-03-05ASoC: rsnd: use mod probe method on SCUKuninori Morimoto1-25/+39
2014-03-05ASoC: rsnd: add probe/remove callback on rsnd_mod_opsKuninori Morimoto2-0/+29
2014-03-05ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSIKuninori Morimoto3-37/+22
2014-03-05ASoC: rsnd: add rsnd_scu_enable_ssi_irq()Kuninori Morimoto3-13/+18
2014-03-05ASoC: rsnd: Get correct SCU IDKuninori Morimoto4-20/+71
2014-03-05ASoC: rsnd: add struct rsnd_dai_platform_infoKuninori Morimoto2-7/+30
2014-03-04ASoC: rsnd: share reg_field and reduce memoryKuninori Morimoto1-28/+53
2014-03-04ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameterKuninori Morimoto1-3/+4
2014-03-04ASoC: rsnd: remove unused SSI_CONTROLKuninori Morimoto2-2/+0
2014-03-04ASoC: rsnd: use function pointer for each probeKuninori Morimoto1-20/+14
2014-03-04ASoC: rsnd: use devm_clk_get() instead of clk_get()Kuninori Morimoto1-15/+9
2014-03-04ASoC: rsnd: get ssi/scu from rsnd_dai_streamKuninori Morimoto3-11/+15
2014-03-04ASoC: rsnd: use mod array instead of list on rdaiKuninori Morimoto4-25/+33
2014-03-04ASoC: rsnd: run rsnd_path_init() when probe() timingKuninori Morimoto3-81/+78
2014-03-03ASoC: rsnd: unify rdai namingKuninori Morimoto2-7/+7
2014-03-03ASoC: rsnd: remove verbose debug message from scu/ssiKuninori Morimoto2-3/+0
2014-03-03ASoC: rsnd: remove verbose function parameterKuninori Morimoto6-18/+10
2014-03-03ASoC: rsnd: move rsnd_mod_call() macroKuninori Morimoto2-23/+24
2014-03-03ASoC: rsnd: move priv member settings to upper sideKuninori Morimoto1-4/+4
2014-02-12ASoC: rsnd: print error if there is SRC settings mismatchKuninori Morimoto1-0/+8
2014-02-12ASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert_clk_gen2()Kuninori Morimoto3-3/+15
2014-02-12ASoC: rsnd: tidyup original for_each_rsnd_xxx macroKuninori Morimoto2-6/+8
2014-02-07ASoC: rsnd: use device dependency clockKuninori Morimoto1-5/+35
2014-02-03ASoC: rsnd: add Gen2 SRC and DMAEngine supportKuninori Morimoto4-0/+306
2014-02-03ASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_scu_probe()Kuninori Morimoto1-3/+3
2014-02-03ASoC: rsnd: remove SSI dependent DMAEngine callbackKuninori Morimoto3-55/+40
2014-02-03ASoC: rsnd: extracts Gen1/Gen2 common partsKuninori Morimoto3-138/+205
2014-02-03ASoC: rsnd: add rsnd_ssi_is_play()Kuninori Morimoto2-2/+10
2014-02-03ASoC: rsnd: merge SRC clock timing/settingKuninori Morimoto3-33/+43
2014-02-03ASoC: rsnd: rsnd_scu_hpbif_is_enable() become macroKuninori Morimoto2-11/+5
2014-02-03ASoC: rsnd: Merge macros in scu.cKuninori Morimoto1-12/+12
2014-02-03ASoC: rsnd: clarify scu.c areaKuninori Morimoto1-0/+14
2014-02-03ASoC: rsnd: SCU should be called before SSIKuninori Morimoto1-4/+4
2014-02-03ASoC: rsnd: don't use schedule_work() when rsnd_dma_start()Kuninori Morimoto1-3/+10
2014-02-03ASoC: rsnd: fixup Gen2 module namingKuninori Morimoto1-1/+1
2014-02-03ASoC: rsnd: non 0 is error on probeKuninori Morimoto1-5/+5
2014-02-03ASoC: rsnd: remove duplicate *priv from rsnd_dmaKuninori Morimoto2-4/+2