summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2017-02-191-2/+0
|\
| * ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto2017-01-231-2/+0
* | ASoC: rsnd: don't double free kctrlColin Ian King2016-12-151-3/+1
|/
* ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto2016-12-071-0/+24
* ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto2016-12-051-3/+3
* ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto2016-11-221-2/+2
* ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto2016-10-251-0/+26
* ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_rdai_continuance_probe()Kuninori Morimoto2016-10-241-2/+3
* ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_dai_call()Kuninori Morimoto2016-10-241-40/+43
* ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx()Kuninori Morimoto2016-10-241-0/+23
* ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto2016-10-241-1/+5
* ASoC: rsnd: add SNDRV_PCM_TRIGGER_SUSPEND/RESUMEKuninori Morimoto2016-09-291-0/+2
* ASoC: fix W=1 build warningsBaoyou Xie2016-08-111-0/+2
* ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto2016-03-051-27/+42
* ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto2016-03-051-1/+1
* ASoC: sh: rcar: core: don't open code of_device_get_match_data()Wolfram Sang2016-03-021-2/+1
* Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2016-03-021-2/+1
|\
| *---. Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/qcom', 'asoc/top...Mark Brown2015-12-231-368/+215
| |\ \ \
| * | | | ASoC: rcar: remove unused variableArnd Bergmann2015-11-251-1/+0
| * | | | ASoC: Change the PCM runtime array to a listMengdong Lin2015-11-181-1/+1
| |/ / /
* | | | ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto2016-02-201-1/+1
* | | | ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto2016-02-201-1/+1
* | | | ASoC: rsnd: add .irq callbackKuninori Morimoto2016-01-271-1/+8
* | | | ASoC: rsnd: tidyup Playback/Capture sequenceKuninori Morimoto2016-01-221-2/+38
* | | | ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto2016-01-221-5/+16
* | | | ASoC: rsnd: always call probe/remove for MUXKuninori Morimoto2016-01-221-0/+1
* | | | ASoC: rsnd: try to connect connected mod is not errorKuninori Morimoto2016-01-221-0/+3
* | | | ASoC: rsnd: don't update status if rsnd_mod_call() doesn't matchKuninori Morimoto2016-01-221-2/+5
* | | | ASoC: rsnd: add debug message for rsnd_mod_call()Kuninori Morimoto2016-01-221-0/+3
| |_|/ |/| |
* | | ASoC: rsnd: add Multi channel supportKuninori Morimoto2015-12-221-1/+5
* | | ASoC: rsnd: add rsnd_parse_connect_common() and remove complex macroKuninori Morimoto2015-12-181-23/+34
* | | ASoC: rsnd: add rsnd_set_slot() / rsnd_get_slot_num()Kuninori Morimoto2015-12-181-3/+17
* | | ASoC: rsnd: tidyup rsnd_get_slot_xxx() namingKuninori Morimoto2015-12-181-2/+4
* | | ASoC: rsnd: remove rsnd_get_slot_runtime()Kuninori Morimoto2015-12-181-15/+4
* | | ASoC: rsnd: rsnd_dai_connect() returns error if it connect to existing modKuninori Morimoto2015-12-181-0/+3
* | | ASoC: rsnd: tidyup return value of rsnd_get_adinr_bit()Kuninori Morimoto2015-12-181-9/+5
* | | ASoC: rsnd: tidyup data align position for captureKuninori Morimoto2015-12-081-2/+11
* | | ASoC: rsnd: fixup wrong snd_soc_dai_driver pointer accessKuninori Morimoto2015-12-011-5/+5
* | | ASoC: rsnd: add TDM Extend Mode supportKuninori Morimoto2015-11-301-4/+26
* | | ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto2015-11-301-1/+5
* | | ASoC: rsnd: ssi enables non-stereo soundKuninori Morimoto2015-11-301-0/+29
* | | ASoC: rsnd: tidyup void* cast for 64bit compilerKuninori Morimoto2015-11-201-1/+1
* | | ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-181-9/+6
* | | ASoC: rsnd: remove struct rcar_snd_infoKuninori Morimoto2015-11-181-21/+0
* | | ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-181-20/+5
* | | ASoC: rsnd: remove platform boot support from gen.cKuninori Morimoto2015-11-181-0/+1
* | | ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto2015-11-181-201/+79
* | | ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKxKuninori Morimoto2015-11-161-0/+1
* | | ASoC: rsnd: tidyup comment position of rsnd_mod_xxxKuninori Morimoto2015-11-161-3/+3
* | | ASoC: rsnd: use mod base common method on SSIUKuninori Morimoto2015-11-161-0/+2
OpenPOWER on IntegriCloud