summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: rsnd: tidyup data align position for captureKuninori Morimoto2015-12-081-0/+2
* ASoC: rsnd: add TDM Extend Mode supportKuninori Morimoto2015-11-301-0/+1
* ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto2015-11-301-1/+8
* ASoC: rsnd: ssi enables non-stereo soundKuninori Morimoto2015-11-301-0/+6
* ASoC: rsnd: add missing SRC_O_BUSIF_MODE registerKuninori Morimoto2015-11-301-1/+2
* ASoC: rsnd: tidyup void* cast for 64bit compilerKuninori Morimoto2015-11-201-1/+1
* ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-181-38/+18
* ASoC: rsnd: remove struct rcar_snd_infoKuninori Morimoto2015-11-181-3/+13
* ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-181-15/+0
* ASoC: rsnd: remove platform boot support from gen.cKuninori Morimoto2015-11-181-3/+4
* ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto2015-11-181-0/+13
* ASoC: rsnd: cleanup RSND_REG_xxxKuninori Morimoto2015-11-181-63/+30
* ASoC: rsnd: remove Gen1 support from SRCKuninori Morimoto2015-11-181-15/+0
* ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKxKuninori Morimoto2015-11-161-0/+2
* ASoC: rsnd: use mod base common method on SSI-parentKuninori Morimoto2015-11-161-0/+2
* ASoC: rsnd: use mod base common method on SSIUKuninori Morimoto2015-11-161-5/+18
* ASoC: rsnd: use mod base common method on CMDKuninori Morimoto2015-11-161-2/+18
* ASoC: rsnd: use mod base common method on DMA phase3Kuninori Morimoto2015-11-161-9/+0
* ASoC: rsnd: use mod base common method on DMA phase2Kuninori Morimoto2015-11-161-3/+9
* ASoC: rsnd: use mod base common method on DMA phase1Kuninori Morimoto2015-11-161-7/+7
* ASoC: rsnd: rsnd_dai_stream has each mod's status insted of rsnd_modKuninori Morimoto2015-11-161-1/+1
* ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.cKuninori Morimoto2015-11-161-2/+0
* ASoC: rsnd: enable to use rsnd_dai_connect() from each modKuninori Morimoto2015-11-161-0/+3
* ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()Kuninori Morimoto2015-11-161-1/+1
* ASoC: rsnd: DMA related definition goes to dma.cKuninori Morimoto2015-11-161-23/+0
* ASoC: rsnd: DMA become SSI/SRC memberKuninori Morimoto2015-11-161-4/+4
* ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto2015-10-221-2/+5
* ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto2015-10-221-2/+2
* ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven2015-10-071-1/+2
* ASoC: rsnd: add common mod confirm methodKuninori Morimoto2015-09-141-0/+11
* ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto2015-09-141-0/+1
* ASoC: rsnd: tidyup rsnd_dma_to_xxx() positionKuninori Morimoto2015-09-141-2/+1
* ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto2015-07-171-0/+29
* ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto2015-07-171-0/+21
* ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto2015-07-161-19/+19
* ASoC: rsnd: add rsnd_io_to_mod()Kuninori Morimoto2015-07-161-3/+4
* ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto2015-07-161-7/+0
* ASoC: rsnd: tidyup data align positionKuninori Morimoto2015-07-161-0/+3
* ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto2015-07-161-0/+1
* ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto2015-07-161-0/+2
* ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto2015-07-161-2/+0
* ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto2015-07-161-3/+0
* ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto2015-07-101-0/+4
* ASoC: rsnd: remove io from rsnd_modKuninori Morimoto2015-06-161-2/+0
* ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto2015-06-161-2/+1
* ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto2015-06-161-4/+11
OpenPOWER on IntegriCloud