aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-03ASoC: fsi: Deletion of unnecessary checks before the function call "clk_disable"Markus Elfring1-6/+3
2014-11-18ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_controlLars-Peter Clausen1-1/+1
2014-11-10ASoC: rsnd: Add Volume Ramp supportKuninori Morimoto3-3/+93
2014-11-10ASoC: rsnd: fallback to PIO mode if DMA mode was failedKuninori Morimoto2-4/+85
2014-11-10ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto5-18/+29
2014-11-06ASoC: rsnd: enable enumerated DVC valume settingsKuninori Morimoto1-11/+44
2014-11-06ASoC: rsnd: enable single DVC valume settingsKuninori Morimoto1-0/+18
2014-11-06ASoC: rsnd: enable multiple DVC valume settingsKuninori Morimoto1-14/+30
2014-11-06ASoC: rsnd: move DVC_DVUER settings under rsnd_dvc_volume_update()Kuninori Morimoto1-2/+6
2014-11-06ASoC: rsnd: control DVC_DVUCR under rsnd_dvc_volume_update()Kuninori Morimoto1-4/+10
2014-10-29ASoC: rsnd: remove unsupported PAUSE flagKuninori Morimoto1-2/+1
2014-10-29ASoC: fsi: remove unsupported PAUSE flagKuninori Morimoto1-2/+1
2014-10-22ASoC: rsnd: add struct rsnd_dvc_cfg and control DVC settingsKuninori Morimoto1-26/+25
2014-10-22ASoC: rsnd: tidyup RSND_DVC_VOLUME_NUM to RSND_DVC_CHANNELSKuninori Morimoto1-8/+8
2014-10-22ASoC: rsnd: tidyup debug information when read/writeKuninori Morimoto1-7/+20
2014-10-20ASoC: sh: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-10-06Merge remote-tracking branches 'asoc/topic/rt5645', 'asoc/topic/rt5677', 'asoc/topic/samsung', 'asoc/topic/sgtl5000' and 'asoc/topic/sh' into asoc-nextMark Brown2-3/+8
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-19ASoC: sh: Don't opencode DMAengine API callsLars-Peter Clausen1-2/+2
2014-08-17ASoC: sh: Fix dma direction typeLars-Peter Clausen1-1/+6
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-04Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'asoc/topic/s6000', 'asoc/topic/samsung' and 'asoc/topic/sh-fsi' into asoc-nextMark Brown1-6/+6
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 Morimoto2-252/+189
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-28ASoC: fsi: use dmaengine_prep_dma_cyclic() for DMA transferKuninori Morimoto1-67/+27
2014-06-28ASoC: fsi: add fsi_pointer_update() for common pointer methodKuninori Morimoto1-35/+22
2014-06-28ASoC: fsi: use SNDRV_DMA_TYPE_DEV for sound bufferKuninori Morimoto1-37/+5
2014-06-28Merge remote-tracking branch 'asoc/fix/rcar' into asoc-rcarMark Brown2-14/+25
2014-06-21ASoC: sh/fsi: Make one-bit bitfields unsignedLars-Peter Clausen1-6/+6
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