summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-19ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUGKuninori Morimoto1-2/+0
2017-04-06ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Kuninori Morimoto1-62/+34
2017-04-06Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-3/+1
2017-03-29ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto1-9/+0
2017-03-24ASoC: rcar: enable PCM RATE untile 192000Hiroyuki Yokoyama1-1/+1
2017-02-21ASoC: rsnd: drop useles self-assignmentsWolfram Sang1-2/+0
2017-02-19Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown1-2/+0
2017-01-23ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto1-2/+0
2017-01-20ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto1-2/+0
2016-12-15ASoC: rsnd: don't double free kctrlColin Ian King1-3/+1
2016-12-07ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto1-0/+24
2016-12-05ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto1-3/+3
2016-11-22ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto1-2/+2
2016-10-25ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto1-0/+26
2016-10-24ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_rdai_continuance_probe()Kuninori Morimoto1-2/+3
2016-10-24ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_dai_call()Kuninori Morimoto1-40/+43
2016-10-24ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx()Kuninori Morimoto1-0/+23
2016-10-24ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto1-1/+5
2016-09-29ASoC: rsnd: add SNDRV_PCM_TRIGGER_SUSPEND/RESUMEKuninori Morimoto1-0/+2
2016-08-11ASoC: fix W=1 build warningsBaoyou Xie1-0/+2
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto1-27/+42
2016-03-05ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto1-1/+1
2016-03-02ASoC: sh: rcar: core: don't open code of_device_get_match_data()Wolfram Sang1-2/+1
2016-03-02Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown1-2/+1
2016-02-20ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto1-1/+1
2016-02-20ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto1-1/+1
2016-01-27ASoC: rsnd: add .irq callbackKuninori Morimoto1-1/+8
2016-01-22ASoC: rsnd: tidyup Playback/Capture sequenceKuninori Morimoto1-2/+38
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto1-5/+16
2016-01-22ASoC: rsnd: always call probe/remove for MUXKuninori Morimoto1-0/+1
2016-01-22ASoC: rsnd: try to connect connected mod is not errorKuninori Morimoto1-0/+3
2016-01-22ASoC: rsnd: don't update status if rsnd_mod_call() doesn't matchKuninori Morimoto1-2/+5
2016-01-22ASoC: rsnd: add debug message for rsnd_mod_call()Kuninori Morimoto1-0/+3
2015-12-23Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/qcom', 'asoc/top...Mark Brown1-368/+215
2015-12-22ASoC: rsnd: add Multi channel supportKuninori Morimoto1-1/+5
2015-12-18ASoC: rsnd: add rsnd_parse_connect_common() and remove complex macroKuninori Morimoto1-23/+34
2015-12-18ASoC: rsnd: add rsnd_set_slot() / rsnd_get_slot_num()Kuninori Morimoto1-3/+17
2015-12-18ASoC: rsnd: tidyup rsnd_get_slot_xxx() namingKuninori Morimoto1-2/+4
2015-12-18ASoC: rsnd: remove rsnd_get_slot_runtime()Kuninori Morimoto1-15/+4
2015-12-18ASoC: rsnd: rsnd_dai_connect() returns error if it connect to existing modKuninori Morimoto1-0/+3
2015-12-18ASoC: rsnd: tidyup return value of rsnd_get_adinr_bit()Kuninori Morimoto1-9/+5
2015-12-08ASoC: rsnd: tidyup data align position for captureKuninori Morimoto1-2/+11
2015-12-01ASoC: rsnd: fixup wrong snd_soc_dai_driver pointer accessKuninori Morimoto1-5/+5
2015-11-30ASoC: rsnd: add TDM Extend Mode supportKuninori Morimoto1-4/+26
2015-11-30ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto1-1/+5
2015-11-30ASoC: rsnd: ssi enables non-stereo soundKuninori Morimoto1-0/+29
2015-11-25ASoC: rcar: remove unused variableArnd Bergmann1-1/+0
2015-11-20ASoC: rsnd: tidyup void* cast for 64bit compilerKuninori Morimoto1-1/+1
2015-11-18ASoC: Change the PCM runtime array to a listMengdong Lin1-1/+1
2015-11-18ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto1-9/+6