summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/rsnd.h
AgeCommit message (Expand)Author
2018-02-16ASoC: rsnd: don't call free_irq() on Parent SSIKuninori Morimoto
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto
2015-10-07ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven
2015-09-14ASoC: rsnd: add common mod confirm methodKuninori Morimoto
2015-09-14ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto
2015-09-14ASoC: rsnd: tidyup rsnd_dma_to_xxx() positionKuninori Morimoto
2015-07-17ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto
2015-07-17ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto
2015-07-16ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto
2015-07-16ASoC: rsnd: add rsnd_io_to_mod()Kuninori Morimoto
2015-07-16ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto
2015-07-16ASoC: rsnd: tidyup data align positionKuninori Morimoto
2015-07-16ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto
2015-07-16ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto
2015-07-16ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto
2015-07-16ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto
2015-07-16ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto
2015-07-16ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto
2015-07-16ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto
2015-07-16ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto
2015-07-10ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto
2015-06-16ASoC: rsnd: remove io from rsnd_modKuninori Morimoto
2015-06-16ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()Kuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto
2015-06-16ASoC: rsnd: add common interrupt handler for SSI/SRC/DMAKuninori Morimoto
2015-06-16ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto
2015-06-16ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto
2015-06-16ASoC: rsnd: count each mod (SSI/SRC/DVC)Kuninori Morimoto
2015-06-16ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto
2015-05-22ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto
2015-03-27ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto
2015-03-27Merge branch 'asoc-fix-rcar' into HEADMark Brown
2015-03-27ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto
2015-03-22ASoC: rsnd: add dai_link stream nameKuninori Morimoto
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto
2015-03-07ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto
2015-03-07ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto
2015-03-07ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto
2015-03-07ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto
2015-03-07ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto
2015-03-07ASoC: rsnd: enable to care 1st / 2nd DMAC on rsnd_dma_xxx()Kuninori Morimoto
2015-03-07ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto
2015-03-07ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto
2015-03-07ASoC: rsnd: tidyup rsnd_dma_to_mod() macro declaration positionKuninori Morimoto
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto
2015-03-07ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto