summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/src.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto2015-06-161-1/+1
* ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto2015-06-161-4/+4
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_src_xxx()Kuninori Morimoto2015-06-161-25/+32
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto2015-06-161-6/+6
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto2015-06-161-13/+15
* ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto2015-06-161-1/+11
* ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto2015-06-161-1/+1
* ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto2015-05-221-3/+8
* ASoC: rsnd: add Synchronous SRC modeKuninori Morimoto2015-04-011-5/+121
* ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto2015-03-271-4/+45
* ASoC: rsnd: remove useless debug messageKuninori Morimoto2015-03-271-26/+1
* Merge branch 'asoc-fix-rcar' into HEADMark Brown2015-03-271-2/+15
|\
| * ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto2015-03-271-2/+15
* | ASoC: rsnd: no more SRC restart when unusual situationKuninori Morimoto2015-03-221-3/+7
* | ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto2015-03-071-0/+13
* | ASoC: rsnd: src: add rsnd_src_of_node()Kuninori Morimoto2015-03-071-1/+4
* | ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto2015-03-071-1/+1
* | ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto2015-03-071-2/+0
* | ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto2015-03-071-1/+0
|/
* ASoC: rsnd: error meesage indicates its portKuninori Morimoto2015-01-151-1/+2
* ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto2015-01-151-1/+1
* ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto2015-01-151-14/+11
* ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto2015-01-151-32/+22
* ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto2015-01-151-1/+1
* ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()Kuninori Morimoto2015-01-151-1/+1
* ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto2015-01-151-5/+3
* ASoC: rsnd: add recovery support for under/over flow error on SRCKuninori Morimoto2015-01-121-19/+160
* ASoC: rsnd: remove un-necessary parameter from rsnd_src_start/stop()Kuninori Morimoto2014-12-031-9/+6
* ASoC: rsnd: set SRC_ROUTE_MODE0 on each rsnd_src_set_convert_rate()Kuninori Morimoto2014-12-031-10/+11
* ASoC: rsnd: initialize SRC on rsnd_src_init()Kuninori Morimoto2014-12-031-7/+7
* ASoC: rsnd: use rsnd_src_convert_rate() once on rsnd_src_set_convert_rate_gen2()Kuninori Morimoto2014-12-031-4/+5
* ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto2014-12-031-3/+22
* ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto2014-12-031-4/+2
* ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto2014-11-101-4/+7
* ASoC: rsnd: care audio local bus data format consistencyKuninori Morimoto2014-07-311-0/+19
* ASoC: rsnd: care detail of SRC_BSDSRKuninori Morimoto2014-07-311-1/+31
* ASoC: rsnd: SSI + DMA can select BUSIFKuninori Morimoto2014-06-281-10/+27
*-. Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...Mark Brown2014-06-031-15/+35
|\ \
| | * ASoC: rsnd: module name is unifiedKuninori Morimoto2014-05-261-3/+20
| | * ASoC: rsnd: remove rsnd_src_non_opsKuninori Morimoto2014-05-261-10/+10
| | * ASoC: rsnd: DT node clean up by using the of_node_put()Kuninori Morimoto2014-05-261-2/+5
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...Mark Brown2014-05-221-125/+65
|\ \ \ \ | | |/ / | |/| / | | |/
| | * ASoC: rsnd: add DVC supportKuninori Morimoto2014-05-131-1/+3
| | * ASoC: rsnd: remove duplicate parameter from rsnd_mod_opsKuninori Morimoto2014-05-131-53/+38
| | * ASoC: rsnd: add rsnd_get_adinr()Kuninori Morimoto2014-05-131-23/+3
| | * ASoC: rsnd: remove compatibility codeKuninori Morimoto2014-05-081-48/+21
| |/
* | ASoC: rsnd: fix clock prepare/unprepareBen Dooks2014-04-111-2/+2
|/
* ASoC: rcar: bugfix: it cares about the non-src caseKuninori Morimoto2014-03-241-7/+11
* ASoC: rsnd: add DeviceTree supportKuninori Morimoto2014-03-211-0/+36
* ASoC: rsnd: rename scu to srcKuninori Morimoto2014-03-051-0/+687
OpenPOWER on IntegriCloud