aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/ux500
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-07ASoC: Ux500: Match platform by device node when booting Device TreeGravatar Lee Jones 1-0/+2
2014-01-07ASoC: ux500: Provide better checking for Device Tree and/or Platform DataGravatar Lee Jones 1-2/+6
2014-01-07ARM: ux500: Don't use enums for MSP IDs - for easy DT conversionGravatar Lee Jones 1-1/+1
2013-07-15ASoC: mop500: add .owner to struct snd_soc_cardGravatar Wei Yongjun 1-0/+1
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Gravatar Linus Torvalds 7-171/+100
2013-06-12ASoC: ux500: Add DMA slave config prepare routineGravatar Fabio Baltieri 1-0/+30
2013-06-12ASoC: ux500: Set DMA address during device initGravatar Fabio Baltieri 2-0/+4
2013-06-12ASoC: ux500: Move DMA parameters into ux500_mspGravatar Fabio Baltieri 4-20/+17
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueGravatar Lee Jones 1-5/+5
2013-05-28ASoC: ux500: Ensure consistent configuration between DAIsGravatar Fabio Baltieri 1-0/+35
2013-05-25ASoC: ux500: Drop redundant msp id enumerationsGravatar Fabio Baltieri 1-8/+2
2013-05-25ASoC: ux500: Add missing mop500_ab8500.h includeGravatar Fabio Baltieri 1-0/+1
2013-05-25ASoC: ux500: Drop unused code from msp headersGravatar Fabio Baltieri 2-33/+0
2013-05-25ASoC: ux500: Drop dangling struct i2s_controllerGravatar Fabio Baltieri 2-31/+0
2013-05-25ASoC: ux500: Drop pinctrl sleep supportGravatar Fabio Baltieri 2-60/+2
2013-05-15ASoC: mop500: Staticize non exported structGravatar Lars-Peter Clausen 1-1/+1
2013-05-15ASoC: mop500_ab8500: Staticize non exported functionsGravatar Lars-Peter Clausen 1-3/+3