summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: dvc: rename rsnd_dvc_soft_reset() to rsnd_dvc_activation()Kuninori Morimoto2015-11-301-2/+2
* ASoC: rsnd: mix: rename rsnd_mix_soft_reset() to rsnd_mix_activation()Kuninori Morimoto2015-11-301-2/+2
* ASoC: rsnd: src: rename rsnd_src_soft_reset() to rsnd_src_activation()Kuninori Morimoto2015-11-301-2/+2
* ASoC: rsnd: add missing SRC_O_BUSIF_MODE registerKuninori Morimoto2015-11-303-3/+7
* ASoC: rsnd: add missing ADINR::CHNUM on DVC/SRC/SSIUKuninori Morimoto2015-11-303-3/+9
* ASoC: rsnd: don't use normal *mod in adg.cKuninori Morimoto2015-11-301-19/+11
* ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()Kuninori Morimoto2015-11-271-5/+2
* ASoC: rsnd: tidyup semantics of rsnd_src_record_error()Kuninori Morimoto2015-11-271-7/+6
* ASoC: rsnd: indicate register name for debugKuninori Morimoto2015-11-271-21/+31
* ASoC: rsnd: tidyup void* cast for 64bit compilerKuninori Morimoto2015-11-202-2/+2
* ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-1812-89/+47
* ASoC: rsnd: remove struct rcar_snd_infoKuninori Morimoto2015-11-183-139/+13
* ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-1812-45/+5
* ASoC: rsnd: remove platform boot support from gen.cKuninori Morimoto2015-11-183-17/+5
* ASoC: rsnd: remove platform boot support from dvc.cKuninori Morimoto2015-11-181-52/+31
* ASoC: rsnd: remove platform boot support from mix.cKuninori Morimoto2015-11-181-54/+31
* ASoC: rsnd: remove platform boot support from ctu.cKuninori Morimoto2015-11-181-53/+32
* ASoC: rsnd: remove platform boot support from src.cKuninori Morimoto2015-11-181-115/+43
* ASoC: rsnd: remove platform boot support from ssi.cKuninori Morimoto2015-11-182-90/+57
* ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto2015-11-187-208/+95
* ASoC: rsnd: SRC settings matches to datasheetKuninori Morimoto2015-11-181-258/+166
* ASoC: rsnd: cleanup RSND_REG_xxxKuninori Morimoto2015-11-181-63/+30
* ASoC: rsnd: remove Gen1 support from SRCKuninori Morimoto2015-11-184-307/+7
* ASoC: rsnd: ssi: 24bit data needs right-aligned settingsKuninori Morimoto2015-11-171-1/+2
* ASoC: rsnd: SND_SOC_RCAR doesn't depend on DMA_OFKuninori Morimoto2015-11-161-1/+0
* ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKxKuninori Morimoto2015-11-163-2/+22
* ASoC: rsnd: tidyup comment position of rsnd_mod_xxxKuninori Morimoto2015-11-161-3/+3
* ASoC: rsnd: MIX settings matches to datasheetKuninori Morimoto2015-11-161-18/+27
* ASoC: rsnd: DVC settings matches to datasheetKuninori Morimoto2015-11-161-42/+77
* ASoC: rsnd: move CMD related operation to cmd.cKuninori Morimoto2015-11-162-23/+21
* ASoC: rsnd: Add missing initialization of ADG req_rateGeert Uytterhoeven2015-11-161-1/+1
* ASoC: rsnd: fixup rsnd_dmapp_stop() return valueKuninori Morimoto2015-11-161-2/+2
* 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
OpenPOWER on IntegriCloud