aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/rockchip', 'asoc/topic/rsnd' and 'asoc/topic/rt286' into asoc-nextMark Brown1-4/+2
2014-08-17ASoC: rcar: Use && instead of & for boolean expressionsLars-Peter Clausen1-1/+1
2014-08-16ASoC: rsnd: delete unneeded test before of_node_putJulia Lawall1-4/+2
2014-08-01ASoC: rsnd: enable Mute control on DVCKuninori Morimoto1-5/+29
2014-08-01ASoC: rsnd: tidyup DVC control methodKuninori Morimoto1-25/+34
2014-08-01ASoC: rsnd: fixup SND_SOC_DAIFMT_xB_xF behaviorKuninori Morimoto1-21/+22
2014-07-31ASoC: rsnd: fixup pcm_new callback methodKuninori Morimoto1-11/+9
2014-07-31ASoC: rsnd: add missing dev_dbg() in rsnd_bset()Kuninori Morimoto1-0/+4
2014-07-31ASoC: rsnd: care audio local bus data format consistencyKuninori Morimoto3-0/+22
2014-07-31ASoC: rsnd: care detail of SRC_BSDSRKuninori Morimoto1-1/+31
2014-07-29ASoC: rsnd: use regmap_mmio instead of original regmap busKuninori Morimoto1-251/+188
2014-07-25ASoC: rsnd: fixup dai remove callback operationKuninori Morimoto1-11/+11
2014-07-22ASoC: rsnd: add missing src/dst_addr_width for DMAEngineKuninori Morimoto1-0/+2
2014-07-02ASoC: rsnd: add DT support to DVCKuninori Morimoto2-2/+49
2014-07-02ASoC: rsnd: DMA start address is properly used for each DMACKuninori Morimoto2-0/+3
2014-07-02ASoC: rsnd: DMA cleanup for flexible SSI/SRC selectionKuninori Morimoto3-59/+64
2014-06-28ASoC: rsnd: enable DVC when captureKuninori Morimoto1-8/+4
2014-06-28ASoC: rsnd: use dmaengine_prep_dma_cyclic() instead of original methodKuninori Morimoto2-62/+18
2014-06-28ASoC: rsnd: SSI + DMA can select BUSIFKuninori Morimoto5-45/+121
2014-06-28Merge remote-tracking branch 'asoc/fix/rcar' into asoc-rcarMark Brown2-14/+25
2014-06-21ASoC: rcar: Fix dma direction typeLars-Peter Clausen2-2/+2
2014-06-18ASoC: rsnd: fixup loop exit timing of dma name searchKuninori Morimoto1-1/+3
2014-06-18ASoC: rsnd: fixup rsnd_gen_dma_addr() for Gen1Kuninori Morimoto1-12/+21
2014-06-12ASoC: rsnd: fixup index of src/dst mod when captureKuninori Morimoto1-1/+1
2014-06-03Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into asoc-nextMark Brown6-31/+259
2014-05-26ASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addrKuninori Morimoto3-4/+101
2014-05-26ASoC: rsnd: care DMA slave channel name for DTKuninori Morimoto2-1/+85
2014-05-26ASoC: rsnd: module name is unifiedKuninori Morimoto3-9/+49
2014-05-26ASoC: rsnd: remove rsnd_src_non_opsKuninori Morimoto1-10/+10
2014-05-26ASoC: rsnd: save platform_device instead of deviceKuninori Morimoto2-3/+4
2014-05-26ASoC: rsnd: DT node clean up by using the of_node_put()Kuninori Morimoto2-4/+10
2014-05-22Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/rcar', 'asoc/topic/rt5640' and 'asoc/topic/rt5645' into asoc-nextMark Brown8-332/+531
2014-05-15ASoC: rsnd: Fix warnings due to improper printk formatsLaurent Pinchart1-7/+7
2014-05-13ASoC: rsnd: add DVC supportKuninori Morimoto7-2/+366
2014-05-13ASoC: rsnd: enable to use multi parameter on rsnd_dai_call/rsnd_mod_callKuninori Morimoto1-13/+13
2014-05-13ASoC: rsnd: remove duplicate parameter from rsnd_mod_opsKuninori Morimoto4-94/+65
2014-05-13ASoC: rsnd: add rsnd_get_adinr()Kuninori Morimoto3-23/+30
2014-05-13ASoC: rsnd: add rsnd_path_parse() macroKuninori Morimoto1-21/+22
2014-05-08ASoC: rsnd: remove compatibility codeKuninori Morimoto4-144/+33
2014-05-08ASoC: rsnd: remove old clock style supportKuninori Morimoto1-36/+3
2014-04-23ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lockKuninori Morimoto1-3/+2
2014-04-11ASoC: rsnd: fix clock prepare/unprepareBen Dooks2-4/+4
2014-03-24Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-7/+11
2014-03-24ASoC: rcar: bugfix: it cares about the non-src caseKuninori Morimoto1-7/+11
2014-03-23Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown6-3/+238
2014-03-23Merge tag 'asoc-v3.15' into asoc-nextMark Brown8-867/+1365
2014-03-21ASoC: rsnd: add DeviceTree supportKuninori Morimoto6-3/+238
2014-03-14ASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto1-2/+2
2014-03-05ASoC: rsnd: rename scu to srcKuninori Morimoto5-159/+164
2014-03-05ASoC: rsnd: remove all rsnd_xxx_remove()Kuninori Morimoto6-42/+0