summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar
AgeCommit message (Expand)AuthorFilesLines
2017-12-20ASoC: rsnd: fixup ADG register maskKuninori Morimoto1-3/+3
2017-12-08ASoC: rsnd: ssi: fix race condition in rsnd_ssi_pointer_updateJiada Wang1-6/+10
2017-11-28ASoC: rsnd: ssiu: clear SSI_MODE for non TDM Extended modesJiada Wang1-1/+4
2017-11-16ASoC: rcar: revert IOMMU support so farKuninori Morimoto2-82/+8
2017-11-10Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown8-188/+400
2017-11-06ASoC: rsnd: return -EIO if rsnd_dmaen_request_channel() failedKuninori Morimoto1-3/+1
2017-11-01ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto3-17/+21
2017-11-01ASoC: rsnd: rsnd_ssi_run_mods() needs to care ssi_parent_modKuninori Morimoto1-3/+8
2017-10-31ASoC: rsnd: Don't check SSISR::DIRQ when CaptureKuninori Morimoto1-6/+9
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-13ASoC: rsnd: more clear ADG clock debug infoKuninori Morimoto1-18/+41
2017-10-11ASoC: rsnd: add rsnd_kctrl_xxx() macroKuninori Morimoto4-54/+59
2017-10-04ASoC: rsnd: add MIX Volume Ramp supportKuninori Morimoto3-7/+154
2017-10-04ASoC: rsnd: makes volume ramp rate list genericKuninori Morimoto3-31/+36
2017-10-04ASoC: rsnd: CTU kctrl sets onceKuninori Morimoto1-0/+8
2017-10-04ASoC: rsnd: DVC kctrl sets onceKuninori Morimoto1-0/+8
2017-10-04ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADGKuninori Morimoto1-7/+6
2017-10-04ASoC: rsnd: add generic rsnd_flags_xxx() macroKuninori Morimoto2-15/+16
2017-10-03ASoC: rcar: skip disabled-SSI nodesKuninori Morimoto1-1/+4
2017-09-21ASoC: rsnd: add rsnd_dma_alloc()Kuninori Morimoto1-27/+33
2017-09-13ASoC: rsnd: fix ADG flagsKuninori Morimoto1-2/+2
2017-08-22ASoC: rsnd: remove unused rsnd_xxx_to_dma()Kuninori Morimoto2-2/+0
2017-08-21ASoC: rsnd: tidyup comments position/space/tabKuninori Morimoto2-5/+4
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 Elfring3-9/+3
2017-08-10ASoC: rsnd: call request_irq/free_irq once in MIX caseKuninori Morimoto1-5/+22
2017-08-10ASoC: rsnd: add rsnd_ssi_flags_has/add() macroKuninori Morimoto1-9/+10
2017-08-10ASoC: rsnd: call free_irq() both DMA/PIO modeKuninori Morimoto1-18/+19
2017-08-10Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown3-16/+44
2017-08-09ASoC: rsnd: avoid duplicate free_irq()Kuninori Morimoto1-3/+3
2017-08-09ASoC: rsnd: remove 16ch support for nowKuninori Morimoto1-4/+3
2017-08-08ASoC: rsnd: control SSICR::EN correctlyKuninori Morimoto1-9/+31
2017-08-08ASoC: rsnd: rsnd_ssi_can_output_clk() macroKuninori Morimoto1-4/+3
2017-08-08ASoC: rsnd: move rsnd_ssi_config_init() execute condition into it.Kuninori Morimoto1-2/+4
2017-08-02ASoC: rcar: unregister fixed rate on ADGKuninori Morimoto1-0/+7
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 Morimoto2-8/+7
2017-07-17ASoC: rsnd: remove unnecessary static in rsnd_ssiu_probe()Gustavo A. R. Silva1-1/+1
2017-07-17ASoC: rsnd: add missing of_node_putJulia Lawall5-5/+22
2017-06-30ASoC: rsnd: make arrays path and cmd_case static constColin Ian King1-2/+2
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 Morimoto3-6/+6
2017-06-15ASoC: rsnd: add rsnd_soc_hw_rule/constraint()Kuninori Morimoto2-2/+154
2017-06-15ASoC: rsnd: add rsnd_ssi_clk_query()Kuninori Morimoto2-39/+58