summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar
AgeCommit message (Expand)AuthorFilesLines
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto5-11/+14
2015-10-22ASoC: rsnd: remove unused rsnd_dma_to_ssi() macroKuninori Morimoto1-1/+0
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto6-12/+12
2015-10-22ASoC: rsnd: fixup rsnd_dai_call() behavior for .stop/.quitKuninori Morimoto1-11/+3
2015-10-22ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented methodKuninori Morimoto1-7/+2
2015-10-22ASoC: rsnd: fixup rsnd_mod_call() behavior for debugKuninori Morimoto1-8/+6
2015-10-22ASoC: rsnd: fixup devm_request_irq() option on ssi.cKuninori Morimoto1-1/+1
2015-10-22ASoC: rsnd: fixup struct rsnd_gen::res array sizeKuninori Morimoto1-3/+7
2015-10-22ASoC: rsnd: fixup print debug message after readKuninori Morimoto1-2/+2
2015-10-16ASoC: rsnd: Gen1 probe is not errorKuninori Morimoto3-12/+6
2015-10-14ASoC: rsnd: Announce for removing Gen1 SRU supportKuninori Morimoto1-1/+3
2015-10-07ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven4-18/+124
2015-09-16ASoC: rsnd: fixup clkout_name[] index error for single AUDIO_CLKOUT SoCKuninori Morimoto1-1/+1
2015-09-14ASoC: rsnd: add AUDIO_CLKOUT supportKuninori Morimoto1-4/+94
2015-09-14ASoC: rsnd: adg: ignore undefined clock errorKuninori Morimoto1-9/+23
2015-09-14ASoC: rsnd: tidyup ADG debug message for clock selectionKuninori Morimoto1-2/+3
2015-09-14ASoC: rsnd: tidyup ADG clock calculate methodKuninori Morimoto2-49/+74
2015-09-14ASoC: rsnd: ADG initial setup on rsnd_adg_ssi_clk_init()Kuninori Morimoto1-8/+5
2015-09-14ASoC: rsnd: add common mod confirm methodKuninori Morimoto3-11/+41
2015-09-14ASoC: rsnd: ADG uses mod base common methodKuninori Morimoto1-21/+46
2015-09-14ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto6-36/+47
2015-09-14ASoC: rsnd: Add Gen3 initial supportKuninori Morimoto1-0/+1
2015-09-14ASoC: rsnd: remove unneeded sh_clk headerKuninori Morimoto1-1/+0
2015-09-14ASoC: rsnd: rename rsnd_src_pcm_new() to rsnd_src_pcm_new_gen2()Kuninori Morimoto1-9/+2
2015-09-14ASoC: rsnd: tidyup rsnd_dma_to_xxx() positionKuninori Morimoto1-2/+1
2015-08-11ASoC: rsnd: Silence DMA slave ID compile warning on 64-bitGeert Uytterhoeven1-1/+1
2015-07-29ASoC: rcar ctu: Staticise local symbolsLars-Peter Clausen1-1/+1
2015-07-21ASoC: rsnd: tidyup parameter assignment positionKuninori Morimoto1-2/+5
2015-07-17ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto6-13/+318
2015-07-17ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto6-6/+215
2015-07-17ASoC: rsnd: update Audio DMA path search methodKuninori Morimoto1-35/+53
2015-07-16ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto3-24/+24
2015-07-16ASoC: rsnd: add rsnd_io_to_mod()Kuninori Morimoto1-3/+4
2015-07-16ASoC: rsnd: dma: add DMA name on .opsKuninori Morimoto1-1/+11
2015-07-16ASoC: rsnd: check the Gen1 at the beginning of DVC probeKuninori Morimoto1-6/+6
2015-07-16ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto2-7/+8
2015-07-16ASoC: rsnd: show debug message for SSI/SRC/DVC connectionKuninori Morimoto1-0/+7
2015-07-16ASoC: rsnd: tidyup data align positionKuninori Morimoto4-15/+45
2015-07-16ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto2-0/+23
2015-07-16ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto4-6/+6
2015-07-16ASoC: rsnd: add rsnd_src_initialize_lock/unlock()Kuninori Morimoto1-11/+11
2015-07-16ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()Kuninori Morimoto1-4/+11
2015-07-16ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto3-31/+33
2015-07-16ASoC: rsnd: rename rsnd_path_parse/break() into add/removeKuninori Morimoto1-7/+7
2015-07-16ASoC: rsnd: enable module multi connectionKuninori Morimoto1-10/+0
2015-07-16ASoC: rsnd: src: make sure SRC soft resetKuninori Morimoto1-4/+8
2015-07-16ASoC: rsnd: dvc: make sure DVC soft resetKuninori Morimoto1-3/+8
2015-07-16ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto2-2/+1
2015-07-16ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto2-3/+1
2015-07-16ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto1-1/+1