summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto2017-11-011-3/+3
* ASoC: rsnd: add rsnd_kctrl_xxx() macroKuninori Morimoto2017-10-111-0/+4
* ASoC: rsnd: add MIX Volume Ramp supportKuninori Morimoto2017-10-041-0/+1
* ASoC: rsnd: makes volume ramp rate list genericKuninori Morimoto2017-10-041-2/+5
* ASoC: rsnd: add generic rsnd_flags_xxx() macroKuninori Morimoto2017-10-041-0/+4
* ASoC: rsnd: don't use private_value on rsnd_kctrl_new()Kuninori Morimoto2017-07-241-0/+1
* ASoC: rsnd: fixup unsigned expression compared with zero: main_rateKuninori Morimoto2017-06-211-1/+1
* ASoC: rsnd: add rsnd_soc_hw_rule/constraint()Kuninori Morimoto2017-06-151-0/+1
* ASoC: rsnd: add rsnd_ssi_clk_query()Kuninori Morimoto2017-06-151-0/+2
* ASoC: rsnd: add rsnd_adg_clk_query()Kuninori Morimoto2017-06-151-0/+1
* ASoC: rsnd: rename "slots" related variableKuninori Morimoto2017-06-151-7/+16
* ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto2017-06-131-6/+10
* ASoC: rsnd: cleanup pointer related codeKuninori Morimoto2017-06-071-6/+0Star
* Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-06-071-0/+2
|\
| * ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto2017-05-171-0/+2
* | ASoC: rsnd: update pointer more accurateKuninori Morimoto2017-06-071-0/+7
* | ASoC: rsnd: remove unused rsnd_dai_path_infoKuninori Morimoto2017-06-061-1/+0Star
* | ASoC: rsnd: add HDMI output supportKuninori Morimoto2017-05-191-0/+9
* | ASoC: rsnd: add support graph base DT phase 1Kuninori Morimoto2017-05-191-1/+1
|/
* ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUGKuninori Morimoto2017-04-191-1/+1
* ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Kuninori Morimoto2017-04-061-26/+24Star
* ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto2017-03-291-3/+0Star
* ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto2017-01-201-2/+2
* ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto2016-12-071-0/+3
* ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto2016-12-051-0/+1
* ASoC: rsnd: use BRGCKR instead of SSICKRKuninori Morimoto2016-10-281-1/+1
* ASoC: rsnd: clear SSI_SYS_STATUSx every timeKuninori Morimoto2016-10-261-0/+8
* ASoC: rsnd: rsnd_reg cleanup for SSIUKuninori Morimoto2016-10-261-11/+13
* ASoC: rsnd: remove "Gen2 only" commentKuninori Morimoto2016-10-261-31/+31
* ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto2016-10-251-1/+14
* ASoC: rsnd: remove rsnd_dma_detach()Kuninori Morimoto2016-10-251-1/+0Star
* ASoC: rsnd: remove non DT support for DMAKuninori Morimoto2016-10-251-1/+1
* ASoC: rsnd: add rsnd_parse_of_node() and integrate rsnd_xxx_of_nodeKuninori Morimoto2016-10-241-12/+18
* ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx()Kuninori Morimoto2016-10-241-0/+12
* ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto2016-10-241-7/+7
* ASoC: rsnd: count .probe/.remove for rsnd_mod_call()Kuninori Morimoto2016-04-281-6/+7
* ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto2016-03-071-5/+3Star
* ASoC: rsnd: add rsnd_src_get_in/out_rate()Kuninori Morimoto2016-03-071-3/+7
* ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto2016-03-051-2/+6
* ASoC: rsnd: add CTU basic supportKuninori Morimoto2016-03-051-0/+1
* ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto2016-03-021-2/+0Star
* ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto2016-02-191-1/+1
* ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto2016-02-191-2/+2
* ASoC: rsnd: add .irq callbackKuninori Morimoto2016-01-271-0/+6
* ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto2016-01-221-0/+34
* ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto2016-01-221-0/+1
* ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto2016-01-221-2/+2
* 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-7/+7
* ASoC: rsnd: add Multi channel supportKuninori Morimoto2015-12-231-5/+10