aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/spear (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31ASoC: spear: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15ASoC: spear: constify snd_soc_dai_ops structuresJulia Lawall1-1/+1
2017-08-10ASoC: spear: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2-6/+2
2017-07-17ASoC: spear: fix error return code in spdif_in_probe()Gustavo A. R. Silva1-2/+4
2015-09-14ASoC: SPEAr: Make SND_SPEAR_SOC select SND_SOC_GENERIC_DMAENGINE_PCMAxel Lin1-1/+1
2015-08-30ASoC: spear_pcm: Use devm_snd_dmaengine_pcm_register to fix resource leakAxel Lin1-1/+1
2015-08-25ASoC: SPEAr: Convert to use devm_ioremap_resourceAxel Lin1-15/+5
2014-10-20ASoC: spear: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-09-09ASoC: Update email id of the authorRajeev Kumar1-2/+2
2014-03-10ASoC: spear: spdif_out: Fix mute controlLars-Peter Clausen1-8/+2
2013-12-18ASoC: SPEAr: remove custom DMA alloc compat functionStephen Warren4-21/+24
2013-12-18ASoC: SPEAr: get rid of spear-pcm-audio struct deviceStephen Warren4-18/+41
2013-11-28ASoC: spear: Use devm_snd_dmaengine_pcm_registerLars-Peter Clausen1-8/+1
2013-09-19ASoC: SPEAr spdif_out: Remove redundant variableSachin Kamat1-4/+2
2013-09-18ASoC: SPEAr spdif_out: Use devm_snd_soc_register_componentSachin Kamat1-10/+2
2013-09-18ASoC: SPEAr spdif_in: Use devm_snd_soc_register_componentSachin Kamat1-10/+2
2013-08-15ALSA: move dmaengine implementation from ASoC to ALSA coreDaniel Mack1-1/+1
2013-06-17ASoC: spear: Convert to use devm_ioremap_resourceTushar Behera1-15/+4
2013-06-17ASoC: spear: Normalise module namesMark Brown1-3/+7
2013-06-17ASoC: spear: Remove nonexistant EVM optionsMark Brown2-24/+0
2013-06-14ASoC: SPEAr: Hide component drivers in KconfigMark Brown1-13/+3
2013-06-14ASoC: SPEAr: Add dependency on dmaengine helpersMark Brown1-0/+1
2013-06-13ASoC: SPEAr spdif_{in,out}: fix fallout of previous cleanupUwe Kleine-König2-19/+3
2013-06-12ASoC: Add Kconfig and Makefile to support SPEAr audio driverRajeev Kumar2-0/+46
2013-05-15ASoC: spear: spdif_out: Staticize unexported functionLars-Peter Clausen1-1/+1
2013-05-15ASoC: spear: spdif_in: Staticize non exported structLars-Peter Clausen1-1/+1
2013-05-12ASoC: SPEAr spdif_{in,out}: use devm for clk and a few more cleanupsUwe Kleine-König2-11/+3
2013-05-12ASoC: spear: Use generic dmaengine PCMLars-Peter Clausen1-137/+15
2013-05-12ASoC: spear: Setup dma data in DAI probeLars-Peter Clausen2-11/+8
2013-04-18Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-2/+3
2013-04-17Merge tag 'v3.9-rc7' into asoc-dmaMark Brown1-6/+6
2013-04-17ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen1-2/+3
2013-04-12Merge remote-tracking branch 'asoc/topic/spear' into asoc-nextMark Brown1-2/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown1-16/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown2-4/+14
2013-03-26ASoC: switch over to use snd_soc_register_component() on spear spdif inKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on spear spdif outKuninori Morimoto1-2/+7
2013-03-26ASoC: speaer_pcm: No need to use snd_dmaengine_pcm_set_data()Lars-Peter Clausen1-7/+1
2013-03-26ASoC: spear_pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen1-9/+1
2013-03-20ASoC: spear_pcm: Staticize non-exported structsLars-Peter Clausen1-2/+2
2013-03-20ASoC: spear_pcm: Update to new pcm_new() APILars-Peter Clausen1-6/+6
2012-12-10ASoC: spear: remove __dev* attributesBill Pemberton1-3/+3
2012-08-31ASoC: spear: correct the check for NULL dma_buffer pointerPrasad Joshi1-1/+1
2012-07-04ASoC: SPEAr spdif_out: Add spdif out supportVipin Kumar2-0/+468
2012-06-23ASoC: SPEAr spdif_in: Add spdif IN supportVipin Kumar2-0/+357
2012-06-22ASoC: Add support for SPEAr ASoC pcm layer.Rajeev Kumar1-0/+214