summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc...Mark Brown2015-02-043-13/+0
|\ \ \
| | | * ASoC: sh: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen2015-01-053-13/+0
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/...Mark Brown2015-02-047-261/+392
|\ \ \ \ | | |/ / | |/| |
| | * | ASoC: rsnd: call missing snd_soc_unregiter_component/platform()Kuninori Morimoto2015-02-021-0/+3
| | * | ASoC: rsnd: call missing snd_ctl_remove()Kuninori Morimoto2015-02-023-1/+30
| | * | ASoC: rsnd: tidyup DVC/SRC/SSI orderKuninori Morimoto2015-01-151-2/+2
| | * | ASoC: rsnd: tidyup DMA start/stop timing on SSIKuninori Morimoto2015-01-151-4/+4
| | * | ASoC: rsnd: ignore DIRQ when DMA transferKuninori Morimoto2015-01-151-1/+2
| | * | ASoC: rsnd: error meesage indicates its portKuninori Morimoto2015-01-152-2/+4
| | * | ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto2015-01-155-12/+12
| | * | ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto2015-01-155-73/+60
| | * | ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto2015-01-156-87/+56
| | * | ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto2015-01-156-16/+12
| | * | ASoC: rsnd: add rsnd_io_to_rdai()Kuninori Morimoto2015-01-152-0/+4
| | * | ASoC: rsnd: remove rsnd_dai_get_platform_info() macroKuninori Morimoto2015-01-152-5/+2
| | * | ASoC: rsnd: remove unused rsnd_dai_id()Kuninori Morimoto2015-01-152-11/+0
| | * | ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()Kuninori Morimoto2015-01-153-5/+5
| | * | ASoC: rsnd: rename rsnd_dai_get() to rsnd_rdai_get()Kuninori Morimoto2015-01-152-4/+5
| | * | ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto2015-01-155-18/+16
| | * | ASoC: rsnd: tidyup rsnd_io_to_xxx() macro declaration positionKuninori Morimoto2015-01-151-2/+2
| | * | ASoC: rsnd: remove unsed .rateKuninori Morimoto2015-01-151-3/+0
| | * | ASoC: rsnd: add recovery support for under/over flow error on SRCKuninori Morimoto2015-01-123-19/+183
| | * | ASoC: rcar: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen2015-01-051-6/+0
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topi...Mark Brown2015-02-041-6/+3
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable"Markus Elfring2015-01-051-6/+3
| |/
* | ASoC: migor: Use static DAI format setupLars-Peter Clausen2015-01-061-10/+2
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-144-4/+0
|\
| * ASoC: sh: drop owner assignment from platform_driversWolfram Sang2014-10-204-4/+0
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/rockchip', 'aso...Mark Brown2014-12-087-246/+663
|\ \ \ | | |/
| * | ASoC: rsnd: rename SSI function name of PIOKuninori Morimoto2014-12-071-12/+11
| * | ASoC: rsnd: add salvage support for under/over flow error on SSIKuninori Morimoto2014-12-071-47/+82
| * | ASoC: rsnd: remove un-necessary parameter from rsnd_src_start/stop()Kuninori Morimoto2014-12-031-9/+6
| * | ASoC: rsnd: share SSI starting method between PIO/DMA modeKuninori Morimoto2014-12-031-19/+10
| * | 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 rsnd_io_to_runtime() macroKuninori Morimoto2014-12-031-1/+2
| * | ASoC: rsnd: move snd_kcontrol_new fucntions to core.cKuninori Morimoto2014-12-033-162/+204
| * | ASoC: rsnd: show master clock rate when ADG probeKuninori Morimoto2014-12-031-1/+1
| * | ASoC: rsnd: synchronize SSI start/stop sequence between PIO/DMA modeKuninori Morimoto2014-12-031-5/+10
| * | ASoC: rsnd: clear status register when HW startKuninori Morimoto2014-12-031-0/+3
| * | ASoC: rsnd: care SSIWSR register in rsnd_ssi_hw_start()Kuninori Morimoto2014-12-031-4/+4
| * | ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto2014-12-033-6/+29
| * | ASoC: rsnd: tidyup PIO/DMA mode settings methodKuninori Morimoto2014-12-032-12/+14
| * | ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto2014-12-033-8/+5
| * | ASoC: rsnd: add callback status check methodKuninori Morimoto2014-12-032-3/+38
| * | ASoC: rsnd: add .fallback callbackKuninori Morimoto2014-12-033-4/+18
| * | ASoC: rsnd: Add Volume Ramp supportKuninori Morimoto2014-11-103-3/+93
| * | ASoC: rsnd: fallback to PIO mode if DMA mode was failedKuninori Morimoto2014-11-102-4/+85
| * | ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto2014-11-105-18/+29
OpenPOWER on IntegriCloud