summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: fixup 6ch settings to 8chKuninori Morimoto2019-04-251-0/+1
* ASoC: rsnd: src: Avoid a potential deadlockJiada Wang2019-03-111-0/+5
* ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register addressJiada Wang2019-02-261-0/+27
* ASoC: rsnd: remove RSND_REG_ from rsnd_regKuninori Morimoto2018-12-121-165/+164Star
* ASoC: rsnd: fixup mod ID for CTU regmap read/writeKuninori Morimoto2018-12-041-0/+1
* ASoC: rsnd: makes rsnd_ssi_is_dma_mode() staticKuninori Morimoto2018-11-211-1/+0Star
* ASoC: rsnd: add TDM Split mode supportKuninori Morimoto2018-11-061-0/+2
* ASoC: rsnd: add SSIU BUSIF supportKuninori Morimoto2018-11-061-1/+5
* ASoC: rsnd: handle DPCM converted rate/chan under coreKuninori Morimoto2018-11-061-1/+4
* ASoC: rsnd: move HDMI information from ssi.c to core.cKuninori Morimoto2018-11-061-7/+6Star
* ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx()Kuninori Morimoto2018-11-061-2/+2
* ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto2018-11-051-1/+1
* ASoC: rsnd: add .get_id/.get_id_subKuninori Morimoto2018-11-051-1/+5
* ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto2018-11-051-8/+5Star
* ASoC: rsnd: fixup SSI clock during suspend/resume modesDmytro Prokopchuk2018-09-211-7/+7
* ASoC: rsnd: merge .nolock_start and .prepareKuninori Morimoto2018-09-031-16/+10Star
* Merge branch 'asoc-4.19' into asoc-4.20 for rcar depMark Brown2018-09-031-0/+7
|\
| * ASoC: rsnd: fixup not to call clk_get/set under non-atomicJiada Wang2018-09-031-0/+7
* | ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0Jiada Wang2018-09-031-3/+24
* | ASoc: rsnd: dma: Calculate dma address with consider of BUSIFJiada Wang2018-09-031-0/+1
* | ASoC: rsnd: ssi: Fix issue in dma data address assignmentJiada Wang2018-09-031-0/+1
* | ASoC: rsnd: add support for 16/24 bit slot widthsDragos Tarcatu2018-09-031-1/+7
|/
* ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto2018-06-181-10/+7Star
* 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/+0Star
* 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/+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