aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/ux500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21ASoC: ux500: ux500_msp_dai: remove unused DAI .suspend/.resumeKuninori Morimoto1-2/+0
2019-11-04ASoC: ux500: Remove redundant variable "status"zhong jiang1-2/+1
2019-06-28ASoC: ux500: mop500: consider CPU-Platform possibilityKuninori Morimoto1-2/+6
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown10-36/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner9-36/+9
2019-06-19ASoC: ux500: mop500: don't select unnecessary PlatformKuninori Morimoto1-6/+2
2019-06-06ASoC: ux500: mop500: use modern dai_link styleKuninori Morimoto1-16/+20
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-01-10ASoC: ux500: add MODULE_LICENSE tagArnd Bergmann2-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01Merge remote-tracking branches 'asoc/topic/twl6040', 'asoc/topic/txx9', 'asoc/topic/utils', 'asoc/topic/ux500' and 'asoc/topic/wm8523' into asoc-nextMark Brown2-2/+1
2017-08-21ASoC: ux500: Remove unnecessary function callDonglin Peng1-1/+0
2017-08-18ASoC: ux500: constify snd_soc_dai_ops structuresArvind Yadav1-1/+1
2017-07-17ASoC: ux500: Restore platform DAI assignmentsJohan Hovold1-0/+4
2017-03-07ASoC: ux500: Added blank line after declarationsCodrut Grosu1-0/+1
2017-03-07ASoC: ux500: Remove unuseful break after returnCodrut Grosu1-1/+0
2017-03-07ASoC: ux500: Added */ to the next lineCodrut Grosu1-1/+2
2017-03-06ASoC: ux500: drop platform DAI assignmentsLinus Walleij1-4/+0
2016-09-03ASoC: ux500: fix spelling mistake "Unsopported" -> "Unsupported"Colin Ian King1-3/+3
2015-10-23Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai1-2/+2
2015-10-21ASoC: ux500: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen1-2/+2
2015-09-14ASoC: ux500: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-14ASoC: mop500: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-07-20ASoC: ux500: adjust devm usageJulia Lawall1-19/+10
2015-06-05Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown1-1/+0
2015-05-21ASoC: mop500_ab8500: Add a NULL pointer check in mop500_ab8500_machine_init()Rajan Vaja1-0/+4
2015-04-27ASoC: dmaengine_pcm: Make FLAG_NO_RESIDUE internalLars-Peter Clausen1-1/+0
2015-04-12ASoC: mop500_ab8500: Use card DAPM context to access widgetsLars-Peter Clausen1-18/+18
2015-01-07ASoC: mop500_ab8500: Use snd_soc_runtime_set_dai_fmt()Lars-Peter Clausen1-14/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-12-03ASoC: mop500: Deletion of unnecessary checks before the function call "of_node_put"Markus Elfring1-4/+2
2014-11-10ASoC: simple-card: Remove useless castsJean-Francois Moine1-4/+2
2014-10-20ASoC: ux500: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-05-20ASoC: mop500_ab8500: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen1-1/+1
2014-01-09ASoC: ux500: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-15/+0
2014-01-08ASoC: ux500: Fix sparse non static symbol warningWei Yongjun1-3/+3
2014-01-07ASoC: ux500: Dramatically reduce the size of the DAI driver data structLee Jones1-82/+14
2014-01-07ASoC: ux500_pcm: Differentiate between pdata and DT initialisationLee Jones1-5/+15
2014-01-07ASoC: ux500_pcm: Take out pointless dev_dbg() callLee Jones1-4/+0
2014-01-07ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT caseLee Jones1-2/+40
2014-01-07ASoC: ux500_pcm: Extend Device Tree support to deal with DMA dataLee Jones1-15/+41
2014-01-07ASoC: ux500_pcm: Expect different saved DMA data when obtaining from DAI storeLee Jones1-4/+15
2014-01-07ASoC: ux500_pcm: Stop pretending that we support varying address widthsLee Jones1-4/+3
2014-01-07ASoC: Ux500: Match platform by device node when booting Device TreeLee Jones1-0/+2
2014-01-07ASoC: ux500: Provide better checking for Device Tree and/or Platform DataLee Jones1-2/+6
2014-01-07ARM: ux500: Don't use enums for MSP IDs - for easy DT conversionLee Jones1-1/+1
2013-07-15ASoC: mop500: add .owner to struct snd_soc_cardWei Yongjun1-0/+1
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds7-171/+100
2013-06-12ASoC: ux500: Add DMA slave config prepare routineFabio Baltieri1-0/+30
2013-06-12ASoC: ux500: Set DMA address during device initFabio Baltieri2-0/+4