summaryrefslogtreecommitdiff
path: root/sound/soc/sh
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'as...Mark Brown1-1/+1
2014-05-22Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...Mark Brown8-332/+531
2014-05-15ASoC: rsnd: Fix warnings due to improper printk formatsLaurent Pinchart1-7/+7
2014-05-13ASoC: rsnd: add DVC supportKuninori Morimoto7-2/+366
2014-05-13ASoC: rsnd: enable to use multi parameter on rsnd_dai_call/rsnd_mod_callKuninori Morimoto1-13/+13
2014-05-13ASoC: rsnd: remove duplicate parameter from rsnd_mod_opsKuninori Morimoto4-94/+65
2014-05-13ASoC: rsnd: add rsnd_get_adinr()Kuninori Morimoto3-23/+30
2014-05-13ASoC: rsnd: add rsnd_path_parse() macroKuninori Morimoto1-21/+22
2014-05-08ASoC: rsnd: remove compatibility codeKuninori Morimoto4-144/+33
2014-05-08ASoC: rsnd: remove old clock style supportKuninori Morimoto1-36/+3
2014-05-02ASoC: sh: Migo-R sound needs I2CArnd Bergmann1-1/+1
2014-04-23ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lockKuninori Morimoto1-3/+2
2014-04-11ASoC: rsnd: fix clock prepare/unprepareBen Dooks2-4/+4
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-13Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...Mark 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