summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-29ASoC: rsnd: Reinitialize bit clock inversion flag for every format settingJunya Monden1-0/+1
2017-11-30ASoC: rsnd: don't double free kctrlColin Ian King1-3/+1
2017-08-30ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto1-1/+1
2017-08-30ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()Kuninori Morimoto1-11/+8
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-07ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven1-14/+5
2015-09-14ASoC: rsnd: add common mod confirm methodKuninori Morimoto1-0/+11
2015-09-14ASoC: rsnd: Add Gen3 initial supportKuninori Morimoto1-0/+1
2015-07-21ASoC: rsnd: tidyup parameter assignment positionKuninori Morimoto1-2/+5
2015-07-17ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto1-12/+73
2015-07-17ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto1-1/+11
2015-07-17ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto1-4/+4
2015-07-17ASoC: rsnd: show debug message for SSI/SRC/DVC connectionKuninori Morimoto1-0/+7
2015-07-17ASoC: rsnd: tidyup data align positionKuninori Morimoto1-0/+36
2015-07-17ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto1-0/+22
2015-07-17ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto1-2/+2
2015-07-17ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto1-0/+22
2015-07-17ASoC: rsnd: rename rsnd_path_parse/break() into add/removeKuninori Morimoto1-7/+7
2015-07-17ASoC: rsnd: enable module multi connectionKuninori Morimoto1-10/+0
2015-07-17ASoC: rsnd: fixup each module counter on __rsnd_mod_call()Kuninori Morimoto1-2/+2
2015-06-16ASoC: rsnd: remove io from rsnd_modKuninori Morimoto1-2/+0
2015-06-16ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto1-3/+1
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto1-8/+17
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto1-2/+3
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto1-2/+1
2015-06-16ASoC: rsnd: add common interrupt handler for SSI/SRC/DMAKuninori Morimoto1-0/+23
2015-06-16ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto1-5/+5
2015-06-16ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto1-1/+3
2015-06-16ASoC: rsnd: count each mod (SSI/SRC/DVC)Kuninori Morimoto1-6/+11
2015-06-16ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto1-2/+18
2015-05-22ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto1-2/+10
2015-05-21ASoC: rsnd: add rsnd_dai_stream_quit()Kuninori Morimoto1-5/+8
2015-05-12ASoC: rsnd: revert lock for calls to rsnd_dai_callKuninori Morimoto1-22/+5
2015-04-27ASoC: rsnd: care snd_kcontrol's indexKuninori Morimoto1-0/+2
2015-04-27ASoC: rsnd: make sure it uses lock when it calls rsnd_dai_callKuninori Morimoto1-5/+22
2015-04-27ASoC: rsnd: add rsnd_dai_to_priv() macroKuninori Morimoto1-2/+3
2015-04-12Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/qcom', 'asoc/to...Mark Brown1-235/+27
2015-04-12Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/atmel', 'asoc/fix...Mark Brown1-1/+23
2015-04-01ASoC: rcar: mark device data as constantUwe Kleine-König1-2/+2
2015-03-28ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto1-1/+10
2015-03-28Merge branch 'asoc-fix-rcar' into HEADMark Brown1-1/+23
2015-03-28ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto1-1/+23
2015-03-22ASoC: rsnd: add dai_link stream nameKuninori Morimoto1-0/+8
2015-03-22ASoC: rsnd: tidyup error message formatKuninori Morimoto1-1/+1
2015-03-22ASoC: rsnd: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto1-7/+4
2015-03-07ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto1-0/+1
2015-03-07ASoC: rsnd: add dma.c for Audio DMAC / Audio DMAC peri periKuninori Morimoto1-218/+0