summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto2017-11-011-8/+0Star
* ASoC: rsnd: use snd_pcm_running() in rsnd_io_is_working()Kuninori Morimoto2017-10-311-1/+4
* ASoC: rsnd: NULL check is not needed for clk_unprepare()Kuninori Morimoto2017-10-311-2/+1Star
* ASoC: rsnd: tidyup rsnd_mod_next() for loop methodKuninori Morimoto2017-10-311-4/+2Star
* ASoC: rsnd: don't use io->mod[] directlyKuninori Morimoto2017-10-311-1/+1
* ASoC: rsnd: add MIX Volume Ramp supportKuninori Morimoto2017-10-041-1/+1
* ASoC: rsnd: makes volume ramp rate list genericKuninori Morimoto2017-10-041-0/+27
* ASoC: sh: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* Merge branch 'topic/sh' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-08-141-2/+2
|\
| * ASoC: sh: constify snd_pcm_ops structuresArvind Yadav2017-08-141-1/+1
| * ASoC: sh: make snd_soc_platform_driver constBhumika Goyal2017-08-141-1/+1
* | ASoC: rsnd: Delete an error message for a failed memory allocation in three f...Markus Elfring2017-08-101-3/+1Star
* | Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-08-101-4/+3Star
|\ \
| * | ASoC: rsnd: remove 16ch support for nowKuninori Morimoto2017-08-091-4/+3Star
| |/
* | ASoC: rsnd: merge snd_pcm_ops::open and snd_soc_dai_ops::startupKuninori Morimoto2017-07-281-49/+31Star
* | ASoC: rsnd: don't use private_value on rsnd_kctrl_new()Kuninori Morimoto2017-07-241-8/+6Star
|/
* ASoC: rsnd: constify dev_pm_ops structures.Arvind Yadav2017-06-301-1/+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-2/+153
* ASoC: rsnd: rename "slots" related variableKuninori Morimoto2017-06-151-26/+27
* ASoC: rsnd: reduce confusable macro parameter magicKuninori Morimoto2017-06-141-2/+3
* ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto2017-06-131-0/+17
* ASoC: rsnd: add detail explanation of L/R conversion timingKuninori Morimoto2017-06-131-0/+18
* ASoC: rsnd: cleanup pointer related codeKuninori Morimoto2017-06-071-42/+0Star
* Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-06-071-0/+51
|\
| * ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto2017-05-171-0/+51
* | ASoC: rsnd: update pointer more accurateKuninori Morimoto2017-06-071-2/+4
* | ASoC: rsnd: add HDMI output supportKuninori Morimoto2017-05-191-2/+5
* | ASoC: rsnd: add support graph base DT phase 2Kuninori Morimoto2017-05-191-75/+84
* | ASoC: rsnd: add support graph base DT phase 1Kuninori Morimoto2017-05-191-1/+38
* | ASoC: rsnd: need to call nolock_stop if nolock_start was failedKuninori Morimoto2017-05-171-1/+6
|/
* ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUGKuninori Morimoto2017-04-191-2/+0Star
* ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Kuninori Morimoto2017-04-061-62/+34Star
* Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-04-061-3/+1Star
|\
| * Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2017-02-191-2/+0Star
| |\
| | * ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto2017-01-231-2/+0Star
| * | ASoC: rsnd: don't double free kctrlColin Ian King2016-12-151-3/+1Star
| |/
* | ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto2017-03-291-9/+0Star
* | ASoC: rcar: enable PCM RATE untile 192000Hiroyuki Yokoyama2017-03-241-1/+1
* | ASoC: rsnd: drop useles self-assignmentsWolfram Sang2017-02-211-2/+0Star
* | ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto2017-01-201-2/+0Star
|/
* ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto2016-12-071-0/+24
* ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto2016-12-051-3/+3
* ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto2016-11-221-2/+2
* ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto2016-10-251-0/+26
* ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_rdai_continuance_probe()Kuninori Morimoto2016-10-241-2/+3
* ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_dai_call()Kuninori Morimoto2016-10-241-40/+43
* ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx()Kuninori Morimoto2016-10-241-0/+23
* ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto2016-10-241-1/+5
* ASoC: rsnd: add SNDRV_PCM_TRIGGER_SUSPEND/RESUMEKuninori Morimoto2016-09-291-0/+2