Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-15 | ASoC: spear: constify snd_soc_dai_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-10 | ASoC: spear: Delete an error message for a failed memory allocation in two fu... | Markus Elfring | 2 | -6/+2 |
2017-07-17 | ASoC: spear: fix error return code in spdif_in_probe() | Gustavo A. R. Silva | 1 | -2/+4 |
2015-09-14 | ASoC: SPEAr: Make SND_SPEAR_SOC select SND_SOC_GENERIC_DMAENGINE_PCM | Axel Lin | 1 | -1/+1 |
2015-08-30 | ASoC: spear_pcm: Use devm_snd_dmaengine_pcm_register to fix resource leak | Axel Lin | 1 | -1/+1 |
2015-08-25 | ASoC: SPEAr: Convert to use devm_ioremap_resource | Axel Lin | 1 | -15/+5 |
2014-10-20 | ASoC: spear: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
2014-09-09 | ASoC: Update email id of the author | Rajeev Kumar | 1 | -2/+2 |
2014-03-10 | ASoC: spear: spdif_out: Fix mute control | Lars-Peter Clausen | 1 | -8/+2 |
2013-12-18 | ASoC: SPEAr: remove custom DMA alloc compat function | Stephen Warren | 4 | -21/+24 |
2013-12-18 | ASoC: SPEAr: get rid of spear-pcm-audio struct device | Stephen Warren | 4 | -18/+41 |
2013-11-28 | ASoC: spear: Use devm_snd_dmaengine_pcm_register | Lars-Peter Clausen | 1 | -8/+1 |
2013-09-19 | ASoC: SPEAr spdif_out: Remove redundant variable | Sachin Kamat | 1 | -4/+2 |
2013-09-18 | ASoC: SPEAr spdif_out: Use devm_snd_soc_register_component | Sachin Kamat | 1 | -10/+2 |
2013-09-18 | ASoC: SPEAr spdif_in: Use devm_snd_soc_register_component | Sachin Kamat | 1 | -10/+2 |
2013-08-15 | ALSA: move dmaengine implementation from ASoC to ALSA core | Daniel Mack | 1 | -1/+1 |
2013-06-17 | ASoC: spear: Convert to use devm_ioremap_resource | Tushar Behera | 1 | -15/+4 |
2013-06-17 | ASoC: spear: Normalise module names | Mark Brown | 1 | -3/+7 |
2013-06-17 | ASoC: spear: Remove nonexistant EVM options | Mark Brown | 2 | -24/+0 |
2013-06-14 | ASoC: SPEAr: Hide component drivers in Kconfig | Mark Brown | 1 | -13/+3 |
2013-06-14 | ASoC: SPEAr: Add dependency on dmaengine helpers | Mark Brown | 1 | -0/+1 |
2013-06-13 | ASoC: SPEAr spdif_{in,out}: fix fallout of previous cleanup | Uwe Kleine-König | 2 | -19/+3 |
2013-06-12 | ASoC: Add Kconfig and Makefile to support SPEAr audio driver | Rajeev Kumar | 2 | -0/+46 |
2013-05-15 | ASoC: spear: spdif_out: Staticize unexported function | Lars-Peter Clausen | 1 | -1/+1 |
2013-05-15 | ASoC: spear: spdif_in: Staticize non exported struct | Lars-Peter Clausen | 1 | -1/+1 |
2013-05-12 | ASoC: SPEAr spdif_{in,out}: use devm for clk and a few more cleanups | Uwe Kleine-König | 2 | -11/+3 |
2013-05-12 | ASoC: spear: Use generic dmaengine PCM | Lars-Peter Clausen | 1 | -137/+15 |
2013-05-12 | ASoC: spear: Setup dma data in DAI probe | Lars-Peter Clausen | 2 | -11/+8 |
2013-04-18 | Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 1 | -2/+3 |
2013-04-17 | Merge tag 'v3.9-rc7' into asoc-dma | Mark Brown | 1 | -6/+6 |
2013-04-17 | ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optional | Lars-Peter Clausen | 1 | -2/+3 |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/spear' into asoc-next | Mark Brown | 1 | -2/+2 |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/dma' into asoc-next | Mark Brown | 1 | -16/+2 |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/component' into asoc-next | Mark Brown | 2 | -4/+14 |
2013-03-26 | ASoC: switch over to use snd_soc_register_component() on spear spdif in | Kuninori Morimoto | 1 | -2/+7 |
2013-03-26 | ASoC: switch over to use snd_soc_register_component() on spear spdif out | Kuninori Morimoto | 1 | -2/+7 |
2013-03-26 | ASoC: speaer_pcm: No need to use snd_dmaengine_pcm_set_data() | Lars-Peter Clausen | 1 | -7/+1 |
2013-03-26 | ASoC: spear_pcm: No need to wrap snd_dmaengine_pcm_close() | Lars-Peter Clausen | 1 | -9/+1 |
2013-03-20 | ASoC: spear_pcm: Staticize non-exported structs | Lars-Peter Clausen | 1 | -2/+2 |
2013-03-20 | ASoC: spear_pcm: Update to new pcm_new() API | Lars-Peter Clausen | 1 | -6/+6 |
2012-12-10 | ASoC: spear: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-08-31 | ASoC: spear: correct the check for NULL dma_buffer pointer | Prasad Joshi | 1 | -1/+1 |
2012-07-04 | ASoC: SPEAr spdif_out: Add spdif out support | Vipin Kumar | 2 | -0/+468 |
2012-06-23 | ASoC: SPEAr spdif_in: Add spdif IN support | Vipin Kumar | 2 | -0/+357 |
2012-06-22 | ASoC: Add support for SPEAr ASoC pcm layer. | Rajeev Kumar | 1 | -0/+214 |