summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
...
* | | ASoC: rsnd: call rsnd_src_quit() from rsnd_src_quit_gen2()Kuninori Morimoto2015-11-161-1/+1
* | | ASoC: rsnd: use mod base common method on SSI-parentKuninori Morimoto2015-11-162-142/+161
* | | ASoC: rsnd: use mod base common method on SSIUKuninori Morimoto2015-11-166-84/+211
* | | ASoC: rsnd: use mod base common method on CMDKuninori Morimoto2015-11-167-84/+202
* | | ASoC: rsnd: use mod base common method on DMA phase3Kuninori Morimoto2015-11-164-176/+71
* | | ASoC: rsnd: use mod base common method on DMA phase2Kuninori Morimoto2015-11-164-28/+58
* | | ASoC: rsnd: use mod base common method on DMA phase1Kuninori Morimoto2015-11-164-31/+52
* | | ASoC: rsnd: use common rsnd_ssi_status_xxx()Kuninori Morimoto2015-11-161-8/+19
* | | ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()Kuninori Morimoto2015-11-161-11/+8
* | | ASoC: rsnd: Don't stop HW even if a large number of errors occurKuninori Morimoto2015-11-162-13/+19
* | | ASoC: rsnd: rsnd_dai_stream has each mod's status insted of rsnd_modKuninori Morimoto2015-11-162-6/+8
* | | ASoC: rsnd: disable SRC.out only when stop timingKuninori Morimoto2015-11-161-2/+16
* | | ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.cKuninori Morimoto2015-11-163-32/+30
* | | ASoC: rsnd: fixup rsnd_dma_of_path method for mod base common methodKuninori Morimoto2015-11-161-10/+11
* | | ASoC: rsnd: remove all modules when PIO fallbackKuninori Morimoto2015-11-161-17/+8
* | | ASoC: rsnd: enable to use rsnd_dai_connect() from each modKuninori Morimoto2015-11-162-15/+20
* | | ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()Kuninori Morimoto2015-11-164-19/+22
* | | ASoC: rsnd: DMA related definition goes to dma.cKuninori Morimoto2015-11-162-23/+24
* | | ASoC: rsnd: DMA become SSI/SRC memberKuninori Morimoto2015-11-164-19/+43
| |/ |/|
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/rt298', 'asoc/topic/rt5640', 'asoc...Mark Brown2015-10-261-1/+1
|\ \ \ | | |/ | |/|
| | * ASoC: sh: Fit typo in KconfigMasanari Iida2015-10-121-1/+1
| | |
| \ \
*-. | | Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/rl6347a', 'asoc...Mark Brown2015-10-2611-86/+179
|\ \| |
| * | | ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto2015-10-225-11/+14
| * | | ASoC: rsnd: remove unused rsnd_dma_to_ssi() macroKuninori Morimoto2015-10-221-1/+0
| * | | ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto2015-10-226-12/+12
| * | | ASoC: rsnd: fixup rsnd_dai_call() behavior for .stop/.quitKuninori Morimoto2015-10-221-11/+3
| * | | ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented methodKuninori Morimoto2015-10-221-7/+2
| * | | ASoC: rsnd: fixup rsnd_mod_call() behavior for debugKuninori Morimoto2015-10-221-8/+6
| * | | ASoC: rsnd: fixup devm_request_irq() option on ssi.cKuninori Morimoto2015-10-221-1/+1
| * | | ASoC: rsnd: fixup struct rsnd_gen::res array sizeKuninori Morimoto2015-10-221-3/+7
| * | | ASoC: rsnd: fixup print debug message after readKuninori Morimoto2015-10-221-2/+2
| * | | ASoC: rsnd: Gen1 probe is not errorKuninori Morimoto2015-10-163-12/+6
| * | | ASoC: rsnd: Announce for removing Gen1 SRU supportKuninori Morimoto2015-10-141-1/+3
| * | | ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven2015-10-074-18/+124
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'asoc/topic/sh', 'asoc/topic/simple', 'asoc/to...Mark Brown2015-09-231-61/+24
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | | | / | | |/ | |/|
| * | ASoC: sh: siu_dai: Convert to use resource managed APIsAxel Lin2015-09-141-61/+24
| |/
* | ASoC: rsnd: fixup clkout_name[] index error for single AUDIO_CLKOUT SoCKuninori Morimoto2015-09-161-1/+1
* | ASoC: rsnd: SND_SOC_RCAR depends on COMMON_CLKKuninori Morimoto2015-09-161-0/+1
* | ASoC: rsnd: add AUDIO_CLKOUT supportKuninori Morimoto2015-09-141-4/+94
* | ASoC: rsnd: adg: ignore undefined clock errorKuninori Morimoto2015-09-141-9/+23
* | ASoC: rsnd: tidyup ADG debug message for clock selectionKuninori Morimoto2015-09-141-2/+3
* | ASoC: rsnd: tidyup ADG clock calculate methodKuninori Morimoto2015-09-142-49/+74
* | ASoC: rsnd: ADG initial setup on rsnd_adg_ssi_clk_init()Kuninori Morimoto2015-09-141-8/+5
* | ASoC: rsnd: add common mod confirm methodKuninori Morimoto2015-09-143-11/+41
* | ASoC: rsnd: ADG uses mod base common methodKuninori Morimoto2015-09-141-21/+46
* | ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto2015-09-146-36/+47
* | ASoC: rsnd: Add Gen3 initial supportKuninori Morimoto2015-09-141-0/+1
* | ASoC: rsnd: remove unneeded sh_clk headerKuninori Morimoto2015-09-141-1/+0
* | ASoC: rsnd: rename rsnd_src_pcm_new() to rsnd_src_pcm_new_gen2()Kuninori Morimoto2015-09-141-9/+2
* | ASoC: rsnd: tidyup rsnd_dma_to_xxx() positionKuninori Morimoto2015-09-141-2/+1
|/