summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: ssi: Fix issue in dma data address assignmentJiada Wang2019-11-201-0/+1
* ASoC: rsnd: fixup not to call clk_get/set under non-atomicJiada Wang2018-09-031-0/+7
* ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto2018-06-181-10/+7
* ASoC: rsnd: Enable IPMMU v2Kuninori Morimoto2018-04-161-0/+1
* ASoC: rsnd: add RSND_GEN3 for R-Car Gen3Kuninori Morimoto2018-04-161-0/+2
* ASoC: rsnd: makes rsnd_cmd_mod_get() staticKuninori Morimoto2018-04-161-1/+0
* ASoC: rsnd: suppress rsnd_dai_call() debug messageKuninori Morimoto2018-02-131-0/+10
* ASoC: rsnd: indicate IRQ error status for debugKuninori Morimoto2018-02-131-0/+10
* ASoC: rsnd: TDM 6ch needs 8ch clock for hw refineKuninori Morimoto2017-11-291-3/+12
* 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/+0
* 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/+0
* | 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/+24
* ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto2017-03-291-3/+0
* 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/+0
* 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/+3
* 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/+0