aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-24ASoC: rsnd: don't use private_value on rsnd_kctrl_new()Kuninori Morimoto1-0/+1
2017-06-21ASoC: rsnd: fixup unsigned expression compared with zero: main_rateKuninori Morimoto1-1/+1
2017-06-15ASoC: rsnd: add rsnd_soc_hw_rule/constraint()Kuninori Morimoto1-0/+1
2017-06-15ASoC: rsnd: add rsnd_ssi_clk_query()Kuninori Morimoto1-0/+2
2017-06-15ASoC: rsnd: add rsnd_adg_clk_query()Kuninori Morimoto1-0/+1
2017-06-15ASoC: rsnd: rename "slots" related variableKuninori Morimoto1-7/+16
2017-06-13ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto1-6/+10
2017-06-07ASoC: rsnd: cleanup pointer related codeKuninori Morimoto1-6/+0
2017-06-07Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcarMark Brown1-0/+2
2017-06-07ASoC: rsnd: update pointer more accurateKuninori Morimoto1-0/+7
2017-06-06ASoC: rsnd: remove unused rsnd_dai_path_infoKuninori Morimoto1-1/+0
2017-05-19ASoC: rsnd: add HDMI output supportKuninori Morimoto1-0/+9
2017-05-19ASoC: rsnd: add support graph base DT phase 1Kuninori Morimoto1-1/+1
2017-05-17ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto1-0/+2
2017-04-19ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUGKuninori Morimoto1-1/+1
2017-04-06ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Kuninori Morimoto1-26/+24
2017-03-29ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto1-3/+0
2017-01-20ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto1-2/+2
2016-12-07ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto1-0/+3
2016-12-05ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto1-0/+1
2016-10-28ASoC: rsnd: use BRGCKR instead of SSICKRKuninori Morimoto1-1/+1
2016-10-26ASoC: rsnd: clear SSI_SYS_STATUSx every timeKuninori Morimoto1-0/+8
2016-10-26ASoC: rsnd: rsnd_reg cleanup for SSIUKuninori Morimoto1-11/+13
2016-10-26ASoC: rsnd: remove "Gen2 only" commentKuninori Morimoto1-31/+31
2016-10-25ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto1-1/+14
2016-10-25ASoC: rsnd: remove rsnd_dma_detach()Kuninori Morimoto1-1/+0
2016-10-25ASoC: rsnd: remove non DT support for DMAKuninori Morimoto1-1/+1
2016-10-24ASoC: rsnd: add rsnd_parse_of_node() and integrate rsnd_xxx_of_nodeKuninori Morimoto1-12/+18
2016-10-24ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx()Kuninori Morimoto1-0/+12
2016-10-24ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto1-7/+7
2016-04-28ASoC: rsnd: count .probe/.remove for rsnd_mod_call()Kuninori Morimoto1-6/+7
2016-03-07ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto1-5/+3
2016-03-07ASoC: rsnd: add rsnd_src_get_in/out_rate()Kuninori Morimoto1-3/+7
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto1-2/+6
2016-03-05ASoC: rsnd: add CTU basic supportKuninori Morimoto1-0/+1
2016-03-02ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto1-2/+0
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-2/+2
2016-01-27ASoC: rsnd: add .irq callbackKuninori Morimoto1-0/+6
2016-01-22ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto1-0/+34
2016-01-22ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto1-0/+1
2016-01-22ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto1-2/+2
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-7/+7
2015-12-22ASoC: rsnd: add Multi channel supportKuninori Morimoto1-5/+10
2015-12-18ASoC: rsnd: add rsnd_parse_connect_common() and remove complex macroKuninori Morimoto1-0/+25
2015-12-18ASoC: rsnd: add rsnd_set_slot() / rsnd_get_slot_num()Kuninori Morimoto1-0/+4
2015-12-18ASoC: rsnd: tidyup rsnd_get_slot_xxx() namingKuninori Morimoto1-2/+2
2015-12-18ASoC: rsnd: remove rsnd_get_slot_runtime()Kuninori Morimoto1-1/+0
2015-12-18ASoC: rsnd: fixup SSIU control timingKuninori Morimoto1-1/+1