aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/broonie/sound into asoc-rcarMark 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 functionsMarkus Elfring1-3/+1
2017-08-10Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcarMark 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/broonie/sound into asoc-rcarMark 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/broonie/sound into asoc-rcarMark 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
2016-10-25ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto1-0/+26
2016-10-24ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_rdai_continuance_probe()Kuninori Morimoto1-2/+3
2016-10-24ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_dai_call()Kuninori Morimoto1-40/+43
2016-10-24ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx()Kuninori Morimoto1-0/+23
2016-10-24ASoC: rsnd: amend .probe/.remove call for DPCMKuninori Morimoto1-1/+5
2016-09-29ASoC: rsnd: add SNDRV_PCM_TRIGGER_SUSPEND/RESUMEKuninori Morimoto1-0/+2
2016-08-11ASoC: fix W=1 build warningsBaoyou Xie1-0/+2
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto1-27/+42
2016-03-05ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto1-1/+1
2016-03-02ASoC: sh: rcar: core: don't open code of_device_get_match_data()Wolfram Sang1-2/+1
2016-03-02Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-rcarMark Brown1-2/+1
2016-02-20ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto1-1/+1
2016-02-20ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto1-1/+1