summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | ASoC: rsnd: use mod base common method on CMDKuninori Morimoto2015-11-161-73/+2
* | | ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()Kuninori Morimoto2015-11-161-11/+8
* | | ASoC: rsnd: rsnd_dai_stream has each mod's status insted of rsnd_modKuninori Morimoto2015-11-161-5/+7
* | | ASoC: rsnd: remove all modules when PIO fallbackKuninori Morimoto2015-11-161-17/+8
* | | ASoC: rsnd: enable to use rsnd_dai_connect() from each modKuninori Morimoto2015-11-161-15/+17
|/ /
* | ASoC: rsnd: fixup rsnd_dai_call() behavior for .stop/.quitKuninori Morimoto2015-10-221-11/+3
* | ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented methodKuninori Morimoto2015-10-221-7/+2
* | ASoC: rsnd: fixup rsnd_mod_call() behavior for debugKuninori Morimoto2015-10-221-8/+6
* | ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven2015-10-071-14/+5
* | ASoC: rsnd: add common mod confirm methodKuninori Morimoto2015-09-141-0/+11
* | ASoC: rsnd: Add Gen3 initial supportKuninori Morimoto2015-09-141-0/+1
|/