summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-18ASoC: rsnd: remove struct rcar_snd_infoKuninori Morimoto1-21/+0
2015-11-18ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto1-20/+5
2015-11-18ASoC: rsnd: remove platform boot support from gen.cKuninori Morimoto1-0/+1
2015-11-18ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto1-201/+79
2015-11-16ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKxKuninori Morimoto1-0/+1
2015-11-16ASoC: rsnd: tidyup comment position of rsnd_mod_xxxKuninori Morimoto1-3/+3
2015-11-16ASoC: rsnd: use mod base common method on SSIUKuninori Morimoto1-0/+2
2015-11-16ASoC: rsnd: use mod base common method on CMDKuninori Morimoto1-73/+2
2015-11-16ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()Kuninori Morimoto1-11/+8
2015-11-16ASoC: rsnd: rsnd_dai_stream has each mod's status insted of rsnd_modKuninori Morimoto1-5/+7
2015-11-16ASoC: rsnd: remove all modules when PIO fallbackKuninori Morimoto1-17/+8
2015-11-16ASoC: rsnd: enable to use rsnd_dai_connect() from each modKuninori Morimoto1-15/+17
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