aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/ux500
AgeCommit message (Expand)AuthorFilesLines
2021-09-29ASoC: ux500: mop500: Constify static snd_soc_opsGravatar Rikard Falkeborn 2-2/+2
2021-03-31ASoC: ux500: mop500: align function prototypeGravatar Pierre-Louis Bossart 1-1/+1
2021-03-31ASoC: ux500: mop500: rename shadowing variableGravatar Pierre-Louis Bossart 1-3/+3
2020-07-23ASoC: ux500: use asoc_substream_to_rtd()Gravatar Kuninori Morimoto 2-5/+5
2020-07-10ASoC: ux500: ux500_msp_i2s: Remove unused variables 'reg_val_DR' and 'reg_val...Gravatar Lee Jones 1-4/+4
2020-05-12ASoC: ux500: mop500: Fix some refcounted resources issuesGravatar Christophe JAILLET 1-4/+7
2020-03-27ASoC: ux500: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerGravatar Kuninori Morimoto 2-7/+7
2020-01-21ASoC: ux500: ux500_msp_dai: remove unused DAI .suspend/.resumeGravatar Kuninori Morimoto 1-2/+0
2019-11-04ASoC: ux500: Remove redundant variable "status"Gravatar zhong jiang 1-2/+1
2019-06-28ASoC: ux500: mop500: consider CPU-Platform possibilityGravatar Kuninori Morimoto 1-2/+6
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Gravatar Mark Brown 10-36/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 9-36/+9
2019-06-19ASoC: ux500: mop500: don't select unnecessary PlatformGravatar Kuninori Morimoto 1-6/+2
2019-06-06ASoC: ux500: mop500: use modern dai_link styleGravatar Kuninori Morimoto 1-16/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-01-10ASoC: ux500: add MODULE_LICENSE tagGravatar Arnd Bergmann 2-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-01Merge remote-tracking branches 'asoc/topic/twl6040', 'asoc/topic/txx9', 'asoc...Gravatar Mark Brown 2-2/+1
2017-08-21ASoC: ux500: Remove unnecessary function callGravatar Donglin Peng 1-1/+0
2017-08-18ASoC: ux500: constify snd_soc_dai_ops structuresGravatar Arvind Yadav 1-1/+1
2017-07-17ASoC: ux500: Restore platform DAI assignmentsGravatar Johan Hovold 1-0/+4
2017-03-07ASoC: ux500: Added blank line after declarationsGravatar Codrut Grosu 1-0/+1
2017-03-07ASoC: ux500: Remove unuseful break after returnGravatar Codrut Grosu 1-1/+0
2017-03-07ASoC: ux500: Added */ to the next lineGravatar Codrut Grosu 1-1/+2
2017-03-06ASoC: ux500: drop platform DAI assignmentsGravatar Linus Walleij 1-4/+0
2016-09-03ASoC: ux500: fix spelling mistake "Unsopported" -> "Unsupported"Gravatar Colin Ian King 1-3/+3
2015-10-23Merge branch 'topic/hw-constraint-single' into for-nextGravatar Takashi Iwai 1-2/+2
2015-10-21ASoC: ux500: Use snd_pcm_hw_constraint_single()Gravatar Lars-Peter Clausen 1-2/+2
2015-09-14ASoC: ux500: Fix module autoload for OF platform driverGravatar Luis de Bethencourt 1-0/+1
2015-09-14ASoC: mop500: Fix module autoload for OF platform driverGravatar Luis de Bethencourt 1-0/+1
2015-07-20ASoC: ux500: adjust devm usageGravatar Julia Lawall 1-19/+10
2015-06-05Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextGravatar Mark Brown 1-1/+0
2015-05-21ASoC: mop500_ab8500: Add a NULL pointer check in mop500_ab8500_machine_init()Gravatar Rajan Vaja 1-0/+4
2015-04-27ASoC: dmaengine_pcm: Make FLAG_NO_RESIDUE internalGravatar Lars-Peter Clausen 1-1/+0
2015-04-12ASoC: mop500_ab8500: Use card DAPM context to access widgetsGravatar Lars-Peter Clausen 1-18/+18
2015-01-07ASoC: mop500_ab8500: Use snd_soc_runtime_set_dai_fmt()Gravatar Lars-Peter Clausen 1-14/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+0
2014-12-03ASoC: mop500: Deletion of unnecessary checks before the function call "of_nod...Gravatar Markus Elfring 1-4/+2
2014-11-10ASoC: simple-card: Remove useless castsGravatar Jean-Francois Moine 1-4/+2
2014-10-20ASoC: ux500: drop owner assignment from platform_driversGravatar Wolfram Sang 2-2/+0
2014-05-20ASoC: mop500_ab8500: Replace instances of rtd->codec->card with rtd->cardGravatar Lars-Peter Clausen 1-1/+1
2014-01-09ASoC: ux500: Don't set unused struct snd_pcm_hardware fieldsGravatar Lars-Peter Clausen 1-15/+0
2014-01-08ASoC: ux500: Fix sparse non static symbol warningGravatar Wei Yongjun 1-3/+3
2014-01-07ASoC: ux500: Dramatically reduce the size of the DAI driver data structGravatar Lee Jones 1-82/+14
2014-01-07ASoC: ux500_pcm: Differentiate between pdata and DT initialisationGravatar Lee Jones 1-5/+15
2014-01-07ASoC: ux500_pcm: Take out pointless dev_dbg() callGravatar Lee Jones 1-4/+0
2014-01-07ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT caseGravatar Lee Jones 1-2/+40
2014-01-07ASoC: ux500_pcm: Extend Device Tree support to deal with DMA dataGravatar Lee Jones 1-15/+41
2014-01-07ASoC: ux500_pcm: Expect different saved DMA data when obtaining from DAI storeGravatar Lee Jones 1-4/+15
2014-01-07ASoC: ux500_pcm: Stop pretending that we support varying address widthsGravatar Lee Jones 1-4/+3