Age | Commit message (Expand) | Author | Files | Lines |
2015-02-04 | Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc... | Mark Brown | 3 | -13/+0 |
2015-02-04 | Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/... | Mark Brown | 7 | -261/+392 |
2015-02-04 | Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topi... | Mark Brown | 1 | -6/+3 |
2015-02-02 | ASoC: rsnd: call missing snd_soc_unregiter_component/platform() | Kuninori Morimoto | 1 | -0/+3 |
2015-02-02 | ASoC: rsnd: call missing snd_ctl_remove() | Kuninori Morimoto | 3 | -1/+30 |
2015-01-15 | ASoC: rsnd: tidyup DVC/SRC/SSI order | Kuninori Morimoto | 1 | -2/+2 |
2015-01-15 | ASoC: rsnd: tidyup DMA start/stop timing on SSI | Kuninori Morimoto | 1 | -4/+4 |
2015-01-15 | ASoC: rsnd: ignore DIRQ when DMA transfer | Kuninori Morimoto | 1 | -1/+2 |
2015-01-15 | ASoC: rsnd: error meesage indicates its port | Kuninori Morimoto | 2 | -2/+4 |
2015-01-15 | ASoC: rsnd: save priv in struct rsnd_dai | Kuninori Morimoto | 5 | -12/+12 |
2015-01-15 | ASoC: rsnd: replace rdai to priv in each function | Kuninori Morimoto | 5 | -73/+60 |
2015-01-15 | ASoC: rsnd: remove unsed rdai parameter from each function | Kuninori Morimoto | 6 | -87/+56 |
2015-01-15 | ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play() | Kuninori Morimoto | 6 | -16/+12 |
2015-01-15 | ASoC: rsnd: add rsnd_io_to_rdai() | Kuninori Morimoto | 2 | -0/+4 |
2015-01-15 | ASoC: rsnd: remove rsnd_dai_get_platform_info() macro | Kuninori Morimoto | 2 | -5/+2 |
2015-01-15 | ASoC: rsnd: remove unused rsnd_dai_id() | Kuninori Morimoto | 2 | -11/+0 |
2015-01-15 | ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master() | Kuninori Morimoto | 3 | -5/+5 |
2015-01-15 | ASoC: rsnd: rename rsnd_dai_get() to rsnd_rdai_get() | Kuninori Morimoto | 2 | -4/+5 |
2015-01-15 | ASoC: rsnd: rsnd_mod controls clock | Kuninori Morimoto | 5 | -18/+16 |
2015-01-15 | ASoC: rsnd: tidyup rsnd_io_to_xxx() macro declaration position | Kuninori Morimoto | 1 | -2/+2 |
2015-01-15 | ASoC: rsnd: remove unsed .rate | Kuninori Morimoto | 1 | -3/+0 |
2015-01-12 | ASoC: rsnd: add recovery support for under/over flow error on SRC | Kuninori Morimoto | 3 | -19/+183 |
2015-01-06 | ASoC: migor: Use static DAI format setup | Lars-Peter Clausen | 1 | -10/+2 |
2015-01-06 | ASoC: sh: Remove unnecessary snd_pcm_lib_preallocate_free_for_all() | Lars-Peter Clausen | 3 | -13/+0 |
2015-01-06 | ASoC: rcar: Remove unnecessary snd_pcm_lib_preallocate_free_for_all() | Lars-Peter Clausen | 1 | -6/+0 |
2015-01-05 | ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable" | Markus Elfring | 1 | -6/+3 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -4/+0 |
2014-12-08 | Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/rockchip', 'aso... | Mark Brown | 7 | -246/+663 |
2014-12-08 | Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/doc', 'asoc/... | Mark Brown | 1 | -6/+3 |
2014-12-08 | Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ad193x', 'asoc/... | Mark Brown | 1 | -1/+1 |
2014-12-07 | ASoC: rsnd: rename SSI function name of PIO | Kuninori Morimoto | 1 | -12/+11 |
2014-12-07 | ASoC: rsnd: add salvage support for under/over flow error on SSI | Kuninori Morimoto | 1 | -47/+82 |
2014-12-03 | ASoC: rsnd: remove un-necessary parameter from rsnd_src_start/stop() | Kuninori Morimoto | 1 | -9/+6 |
2014-12-03 | ASoC: rsnd: share SSI starting method between PIO/DMA mode | Kuninori Morimoto | 1 | -19/+10 |
2014-12-03 | ASoC: rsnd: set SRC_ROUTE_MODE0 on each rsnd_src_set_convert_rate() | Kuninori Morimoto | 1 | -10/+11 |
2014-12-03 | ASoC: rsnd: initialize SRC on rsnd_src_init() | Kuninori Morimoto | 1 | -7/+7 |
2014-12-03 | ASoC: rsnd: use rsnd_src_convert_rate() once on rsnd_src_set_convert_rate_gen2() | Kuninori Morimoto | 1 | -4/+5 |
2014-12-03 | ASoC: rsnd: tidyup rsnd_io_to_runtime() macro | Kuninori Morimoto | 1 | -1/+2 |
2014-12-03 | ASoC: rsnd: move snd_kcontrol_new fucntions to core.c | Kuninori Morimoto | 3 | -162/+204 |
2014-12-03 | ASoC: rsnd: show master clock rate when ADG probe | Kuninori Morimoto | 1 | -1/+1 |
2014-12-03 | ASoC: rsnd: synchronize SSI start/stop sequence between PIO/DMA mode | Kuninori Morimoto | 1 | -5/+10 |
2014-12-03 | ASoC: rsnd: clear status register when HW start | Kuninori Morimoto | 1 | -0/+3 |
2014-12-03 | ASoC: rsnd: care SSIWSR register in rsnd_ssi_hw_start() | Kuninori Morimoto | 1 | -4/+4 |
2014-12-03 | ASoC: rsnd: tidyup SSI interrupt enable/disable method | Kuninori Morimoto | 3 | -6/+29 |
2014-12-03 | ASoC: rsnd: tidyup PIO/DMA mode settings method | Kuninori Morimoto | 2 | -12/+14 |
2014-12-03 | ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorily | Kuninori Morimoto | 3 | -8/+5 |
2014-12-03 | ASoC: rsnd: add callback status check method | Kuninori Morimoto | 2 | -3/+38 |
2014-12-03 | ASoC: rsnd: add .fallback callback | Kuninori Morimoto | 3 | -4/+18 |
2014-12-03 | ASoC: fsi: Deletion of unnecessary checks before the function call "clk_disable" | Markus Elfring | 1 | -6/+3 |
2014-11-18 | ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_control | Lars-Peter Clausen | 1 | -1/+1 |