summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-11ASoC: rsnd: remove unneeded "is_graph" from __rsnd_dai_probe()Kuninori Morimoto1-3/+3
2017-12-11ASoC: rsnd: don't use runtime->sample_bitsKuninori Morimoto1-8/+4
2017-12-08ASoC: rsnd: more clear rsnd_get_dalign() for DALIGNKuninori Morimoto1-23/+10
2017-11-29ASoC: rsnd: TDM 6ch needs 8ch clock for hw refineKuninori Morimoto1-24/+68
2017-11-28ASoC: rsnd: call snd_soc_disconnect_sync() when removeKuninori Morimoto1-0/+2
2017-11-16ASoC: rcar: revert IOMMU support so farKuninori Morimoto1-2/+2
2017-11-01ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto1-8/+0
2017-10-31ASoC: rsnd: use snd_pcm_running() in rsnd_io_is_working()Kuninori Morimoto1-1/+4
2017-10-31ASoC: rsnd: NULL check is not needed for clk_unprepare()Kuninori Morimoto1-2/+1
2017-10-31ASoC: rsnd: tidyup rsnd_mod_next() for loop methodKuninori Morimoto1-4/+2
2017-10-31ASoC: rsnd: don't use io->mod[] directlyKuninori Morimoto1-1/+1
2017-10-04ASoC: rsnd: add MIX Volume Ramp supportKuninori Morimoto1-1/+1
2017-10-04ASoC: rsnd: makes volume ramp rate list genericKuninori Morimoto1-0/+27
2017-08-17ASoC: sh: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-14Merge branch 'topic/sh' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-2/+2
2017-08-14ASoC: sh: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-14ASoC: sh: make snd_soc_platform_driver constBhumika Goyal1-1/+1
2017-08-10ASoC: rsnd: Delete an error message for a failed memory allocation in three f...Markus Elfring1-3/+1
2017-08-10Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-4/+3
2017-08-09ASoC: rsnd: remove 16ch support for nowKuninori Morimoto1-4/+3
2017-07-28ASoC: rsnd: merge snd_pcm_ops::open and snd_soc_dai_ops::startupKuninori Morimoto1-49/+31
2017-07-24ASoC: rsnd: don't use private_value on rsnd_kctrl_new()Kuninori Morimoto1-8/+6
2017-06-30ASoC: rsnd: constify dev_pm_ops structures.Arvind Yadav1-1/+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-2/+153
2017-06-15ASoC: rsnd: rename "slots" related variableKuninori Morimoto1-26/+27
2017-06-14ASoC: rsnd: reduce confusable macro parameter magicKuninori Morimoto1-2/+3
2017-06-13ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto1-0/+17
2017-06-13ASoC: rsnd: add detail explanation of L/R conversion timingKuninori Morimoto1-0/+18
2017-06-07ASoC: rsnd: cleanup pointer related codeKuninori Morimoto1-42/+0
2017-06-07Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-0/+51
2017-06-07ASoC: rsnd: update pointer more accurateKuninori Morimoto1-2/+4
2017-05-19ASoC: rsnd: add HDMI output supportKuninori Morimoto1-2/+5
2017-05-19ASoC: rsnd: add support graph base DT phase 2Kuninori Morimoto1-75/+84
2017-05-19ASoC: rsnd: add support graph base DT phase 1Kuninori Morimoto1-1/+38
2017-05-17ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto1-0/+51
2017-05-17ASoC: rsnd: need to call nolock_stop if nolock_start was failedKuninori Morimoto1-1/+6
2017-04-19ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUGKuninori Morimoto1-2/+0
2017-04-06ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Kuninori Morimoto1-62/+34
2017-04-06Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown1-3/+1
2017-03-29ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto1-9/+0
2017-03-24ASoC: rcar: enable PCM RATE untile 192000Hiroyuki Yokoyama1-1/+1
2017-02-21ASoC: rsnd: drop useles self-assignmentsWolfram Sang1-2/+0
2017-02-19Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown1-2/+0
2017-01-23ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto1-2/+0
2017-01-20ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto1-2/+0
2016-12-15ASoC: rsnd: don't double free kctrlColin Ian King1-3/+1
2016-12-07ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto1-0/+24
2016-12-05ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto1-3/+3
2016-11-22ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto1-2/+2