aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar
AgeCommit message (Expand)AuthorFilesLines
2017-06-30ASoC: rsnd: make arrays path and cmd_case static constGravatar Colin Ian King 1-2/+2
2017-06-30ASoC: rsnd: constify dev_pm_ops structures.Gravatar Arvind Yadav 1-1/+1
2017-06-21ASoC: rsnd: fixup unsigned expression compared with zero: main_rateGravatar Kuninori Morimoto 3-6/+6
2017-06-15ASoC: rsnd: add rsnd_soc_hw_rule/constraint()Gravatar Kuninori Morimoto 2-2/+154
2017-06-15ASoC: rsnd: add rsnd_ssi_clk_query()Gravatar Kuninori Morimoto 2-39/+58
2017-06-15ASoC: rsnd: add rsnd_adg_clk_query()Gravatar Kuninori Morimoto 2-26/+28
2017-06-15ASoC: rsnd: rename "slots" related variableGravatar Kuninori Morimoto 4-37/+49
2017-06-14ASoC: rsnd: reduce confusable macro parameter magicGravatar Kuninori Morimoto 1-2/+3
2017-06-13ASoC: rsnd: control kctrl items acceptance anytime/runtimeGravatar Kuninori Morimoto 5-6/+40
2017-06-13ASoC: rsnd: add detail explanation of L/R conversion timingGravatar Kuninori Morimoto 1-0/+18
2017-06-07ASoC: rsnd: cleanup pointer related codeGravatar Kuninori Morimoto 4-56/+65
2017-06-07Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Mark Brown 8-8/+86
2017-06-07ASoC: rsnd: update pointer more accurateGravatar Kuninori Morimoto 4-3/+48
2017-06-06ASoC: rsnd: remove unused rsnd_dai_path_infoGravatar Kuninori Morimoto 1-1/+0
2017-06-06ASoC: rsnd: remove unused rsnd_ssi_non_opsGravatar Kuninori Morimoto 1-8/+0
2017-05-26ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTxGravatar Kuninori Morimoto 1-2/+4
2017-05-24ASoC: rsnd: SSI PIO adjust to 24bit modeGravatar Kuninori Morimoto 1-2/+9
2017-05-19ASoC: rsnd: add HDMI output supportGravatar Kuninori Morimoto 5-2/+111
2017-05-19ASoC: rsnd: add support graph base DT phase 2Gravatar Kuninori Morimoto 1-75/+84
2017-05-19ASoC: rsnd: add support graph base DT phase 1Gravatar Kuninori Morimoto 2-2/+39
2017-05-19ASoC: rsnd: don't call free_irq() on Parent SSIGravatar Kuninori Morimoto 1-0/+5
2017-05-17ASoC: rsnd: don't use PDTA bit for 24bit on SSIGravatar Kuninori Morimoto 7-4/+68
2017-05-17ASoC: rsnd: check src mod pointer for rsnd_mod_id()Gravatar Kuninori Morimoto 1-0/+3
2017-05-17ASoC: rsnd: need to call nolock_stop if nolock_start was failedGravatar Kuninori Morimoto 1-1/+6
2017-05-17ASoC: rsnd: remove error pointer for adg->clkout[i]Gravatar Kuninori Morimoto 1-1/+0
2017-05-17ASoC: rsnd: clkout-lr-asynchronous is AUDIO_CLKOUT related propertyGravatar Kuninori Morimoto 1-4/+3
2017-05-17ASoC: rsnd: remove mismatch explain comment from src.cGravatar Kuninori Morimoto 1-14/+0
2017-05-17ASoC: rsnd: remove un-used OUF_SRCO/I macroGravatar Kuninori Morimoto 1-4/+0
2017-04-21ASoC: rsnd: Fix possible NULL pointer dereferenceGravatar Marek Vasut 1-7/+11
2017-04-21ASoC: rsnd: fix semicolon.cocci warningsGravatar kbuild test robot 1-1/+1
2017-04-19ASoC: rsnd: enable clock-frequency for both 44.1kHz/48kHzGravatar Kuninori Morimoto 1-13/+26
2017-04-19ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUGGravatar Kuninori Morimoto 2-3/+1
2017-04-06ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Gravatar Kuninori Morimoto 3-92/+62
2017-04-06Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Mark Brown 6-35/+57
2017-04-06ASoC: rsnd: tidyup src->convert_rate reset timingGravatar Kuninori Morimoto 1-2/+1
2017-03-30ASoC: rcar: call missing of_clk_del_provider() when removeGravatar Kuninori Morimoto 1-0/+5
2017-03-30ASoC: rcar: fixup of_clk_add_provider() usage for multi clkoutGravatar Kuninori Morimoto 1-8/+6
2017-03-29ASoC: rcar: remove rsnd_kctrl_remove()Gravatar Kuninori Morimoto 3-28/+0
2017-03-24ASoC: rcar: ssi: don't set SSICR.CKDV = 000 with SSIWSR.CONTGravatar Kuninori Morimoto 1-0/+9
2017-03-24ASoC: rcar: enable PCM RATE untile 192000Gravatar Hiroyuki Yokoyama 1-1/+1
2017-03-16ASoC: rcar: dma: remove unnecessary "volatile"Gravatar Kuninori Morimoto 1-1/+1
2017-03-15ASoC: rcar: clear DE bit only in PDMACHCR when it stopsGravatar Kuninori Morimoto 1-2/+16
2017-03-13ASoC: rsnd: fix sound route path when using SRC6/SRC9Gravatar Hiroyuki Yokoyama 1-16/+20
2017-03-06ASoC: rcar: avoid SSI_MODEx settings for SSI8Gravatar Kuninori Morimoto 1-1/+5
2017-02-21ASoC: rsnd: check return value of init functionGravatar Wolfram Sang 1-1/+4
2017-02-21ASoC: rsnd: drop useles self-assignmentsGravatar Wolfram Sang 1-2/+0
2017-02-19Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusGravatar Mark Brown 3-7/+5
2017-02-03ASoC: rsnd: fixup reset timing of sync convert_rateGravatar Kuninori Morimoto 1-3/+3
2017-01-23ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementGravatar Kuninori Morimoto 2-4/+2
2017-01-20ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementGravatar Kuninori Morimoto 2-4/+2