aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Merge remote-tracking branch 'asoc/fix/rsnd' into asoc-linusMark Brown1-2/+2
2015-02-09ASoC: rsnd: set device data before snd_soc_register_platform/componentKuninori Morimoto1-2/+2
2015-02-04Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/topic/simple' and 'asoc/topic/sta32x' into asoc-nextMark Brown3-13/+0
2015-02-04Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/topic/rcar' into asoc-nextMark Brown7-261/+392
2015-02-04Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topic/fsi', 'asoc/topic/fsl' and 'asoc/topic/fsl-asrc' into asoc-nextMark Brown1-6/+3
2015-02-02ASoC: rsnd: call missing snd_soc_unregiter_component/platform()Kuninori Morimoto1-0/+3
2015-02-02ASoC: rsnd: call missing snd_ctl_remove()Kuninori Morimoto3-1/+30
2015-01-15ASoC: rsnd: tidyup DVC/SRC/SSI orderKuninori Morimoto1-2/+2
2015-01-15ASoC: rsnd: tidyup DMA start/stop timing on SSIKuninori Morimoto1-4/+4
2015-01-15ASoC: rsnd: ignore DIRQ when DMA transferKuninori Morimoto1-1/+2
2015-01-15ASoC: rsnd: error meesage indicates its portKuninori Morimoto2-2/+4
2015-01-15ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto5-12/+12
2015-01-15ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto5-73/+60
2015-01-15ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto6-87/+56
2015-01-15ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto6-16/+12
2015-01-15ASoC: rsnd: add rsnd_io_to_rdai()Kuninori Morimoto2-0/+4
2015-01-15ASoC: rsnd: remove rsnd_dai_get_platform_info() macroKuninori Morimoto2-5/+2
2015-01-15ASoC: rsnd: remove unused rsnd_dai_id()Kuninori Morimoto2-11/+0
2015-01-15ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()Kuninori Morimoto3-5/+5
2015-01-15ASoC: rsnd: rename rsnd_dai_get() to rsnd_rdai_get()Kuninori Morimoto2-4/+5
2015-01-15ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto5-18/+16
2015-01-15ASoC: rsnd: tidyup rsnd_io_to_xxx() macro declaration positionKuninori Morimoto1-2/+2
2015-01-15ASoC: rsnd: remove unsed .rateKuninori Morimoto1-3/+0
2015-01-12ASoC: rsnd: add recovery support for under/over flow error on SRCKuninori Morimoto3-19/+183
2015-01-06ASoC: migor: Use static DAI format setupLars-Peter Clausen1-10/+2
2015-01-05ASoC: sh: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen3-13/+0
2015-01-05ASoC: rcar: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen1-6/+0
2015-01-05ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable"Markus Elfring1-6/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-4/+0
2014-12-08Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/rockchip', 'asoc/topic/rt286' and 'asoc/topic/rt5631' into asoc-nextMark Brown7-246/+663
2014-12-08Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/doc', 'asoc/topic/dpcm', 'asoc/topic/dwc' and 'asoc/topic/fsi' into asoc-nextMark Brown1-6/+3
2014-12-08Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ad193x', 'asoc/topic/adau1373' and 'asoc/topic/adau17x1' into asoc-nextMark Brown1-1/+1
2014-12-07ASoC: rsnd: rename SSI function name of PIOKuninori Morimoto1-12/+11
2014-12-07ASoC: rsnd: add salvage support for under/over flow error on SSIKuninori Morimoto1-47/+82
2014-12-03ASoC: rsnd: remove un-necessary parameter from rsnd_src_start/stop()Kuninori Morimoto1-9/+6
2014-12-03ASoC: rsnd: share SSI starting method between PIO/DMA modeKuninori Morimoto1-19/+10
2014-12-03ASoC: rsnd: set SRC_ROUTE_MODE0 on each rsnd_src_set_convert_rate()Kuninori Morimoto1-10/+11
2014-12-03ASoC: rsnd: initialize SRC on rsnd_src_init()Kuninori Morimoto1-7/+7
2014-12-03ASoC: rsnd: use rsnd_src_convert_rate() once on rsnd_src_set_convert_rate_gen2()Kuninori Morimoto1-4/+5
2014-12-03ASoC: rsnd: tidyup rsnd_io_to_runtime() macroKuninori Morimoto1-1/+2
2014-12-03ASoC: rsnd: move snd_kcontrol_new fucntions to core.cKuninori Morimoto3-162/+204
2014-12-03ASoC: rsnd: show master clock rate when ADG probeKuninori Morimoto1-1/+1
2014-12-03ASoC: rsnd: synchronize SSI start/stop sequence between PIO/DMA modeKuninori Morimoto1-5/+10
2014-12-03ASoC: rsnd: clear status register when HW startKuninori Morimoto1-0/+3
2014-12-03ASoC: rsnd: care SSIWSR register in rsnd_ssi_hw_start()Kuninori Morimoto1-4/+4
2014-12-03ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto3-6/+29
2014-12-03ASoC: rsnd: tidyup PIO/DMA mode settings methodKuninori Morimoto2-12/+14
2014-12-03ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto3-8/+5
2014-12-03ASoC: rsnd: add callback status check methodKuninori Morimoto2-3/+38
2014-12-03ASoC: rsnd: add .fallback callbackKuninori Morimoto3-4/+18