aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/src.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06ASoC: rsnd: handle DPCM converted rate/chan under coreKuninori Morimoto1-38/+2
2018-11-05ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto1-3/+2
2018-11-05ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto1-12/+12
2018-09-20ASoC: add for_each_dpcm_be() macroKuninori Morimoto1-1/+1
2018-06-18ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto1-10/+6
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-02-13ASoC: rsnd: indicate IRQ error status for debugKuninori Morimoto1-2/+20
2017-08-22ASoC: rsnd: remove unused rsnd_xxx_to_dma()Kuninori Morimoto1-1/+0
2017-08-21ASoC: rsnd: tidyup comments position/space/tabKuninori Morimoto1-4/+3
2017-07-17ASoC: rsnd: add missing of_node_putJulia Lawall1-1/+5
2017-06-13ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto1-0/+2
2017-06-07Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcarMark Brown1-2/+10
2017-05-17ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto1-2/+10
2017-05-17ASoC: rsnd: remove mismatch explain comment from src.cKuninori Morimoto1-14/+0
2017-05-17ASoC: rsnd: remove un-used OUF_SRCO/I macroKuninori Morimoto1-4/+0
2017-04-06ASoC: rsnd: tidyup src->convert_rate reset timingKuninori Morimoto1-2/+1
2017-02-03ASoC: rsnd: fixup reset timing of sync convert_rateKuninori Morimoto1-3/+3
2016-10-27ASoC: rsnd: enable SRC sync even FIN = FOUTKuninori Morimoto1-2/+5
2016-10-26ASoC: rsnd: fixup SCU_SYS_STATUSx accessKuninori Morimoto1-2/+2
2016-10-25ASoC: rsnd: remove non DT support for DMAKuninori Morimoto1-1/+1
2016-07-27ASoC: rsnd: Fixup SRCm_IFSVR calculate methodHiroyuki Yokoyama1-1/+5
2016-05-12rcar: src: skip disabled-SRC nodesSergei Shtylyov1-0/+4
2016-03-07ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto1-14/+12
2016-03-07ASoC: rsnd: add rsnd_src_get_in/out_rate()Kuninori Morimoto1-3/+17
2016-03-07ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled()Kuninori Morimoto1-11/+8
2016-03-07ASoC: rsnd: SRC function parameter uses "mod" instead of "src"Kuninori Morimoto1-12/+9
2016-03-07ASoC: rsnd: SRC sync mode is not related to clock master modeKuninori Morimoto1-7/+0
2016-03-07ASoC: rsnd: don't enable SRC Sync mode when Capture with CMDKuninori Morimoto1-3/+3
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto1-1/+1
2016-03-02Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-rcarMark Brown1-0/+7
2016-02-20ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIRKuninori Morimoto1-1/+2
2016-01-27ASoC: rsnd: add .irq callbackKuninori Morimoto1-8/+8
2016-01-27ASoC: rsnd: don't auto-recover when under/over run errorKuninori Morimoto1-31/+8
2016-01-22ASoC: rsnd: disable SRC.out/in in same timeKuninori Morimoto1-8/+1
2016-01-22ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto1-3/+1
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto1-1/+2
2015-12-23Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/qcom', 'asoc/topic/rcar', 'asoc/topic/rk3036' and 'asoc/topic/rockchip' into asoc-nextMark Brown1-675/+223
2015-11-30ASoC: rsnd: src: add rsnd_src_halt()Kuninori Morimoto1-0/+8
2015-11-30ASoC: rsnd: src: rename rsnd_src_soft_reset() to rsnd_src_activation()Kuninori Morimoto1-2/+2
2015-11-30ASoC: rsnd: add missing SRC_O_BUSIF_MODE registerKuninori Morimoto1-1/+2
2015-11-30ASoC: rsnd: add missing ADINR::CHNUM on DVC/SRC/SSIUKuninori Morimoto1-1/+2
2015-11-27ASoC: rsnd: tidyup semantics of rsnd_src_record_error()Kuninori Morimoto1-7/+6
2015-11-18ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto1-4/+2
2015-11-18ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto1-1/+0
2015-11-18ASoC: rsnd: remove platform boot support from src.cKuninori Morimoto1-115/+43
2015-11-18ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto1-2/+0
2015-11-18ASoC: rsnd: SRC settings matches to datasheetKuninori Morimoto1-258/+166
2015-11-18ASoC: rsnd: remove Gen1 support from SRCKuninori Morimoto1-194/+5
2015-11-16ASoC: rsnd: call rsnd_src_quit() from rsnd_src_quit_gen2()Kuninori Morimoto1-1/+1
2015-11-16ASoC: rsnd: use mod base common method on SSIUKuninori Morimoto1-65/+0