aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/pxa/pxa-ssp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-06ASoC: pxa: Fix module autoload for platform driversAndrea Adami1-0/+1
2015-09-14ASoC: pxa: Fix module autoload for OF platform driversLuis de Bethencourt1-0/+1
2015-08-28ASoC: pxa-ssp: Convert to devm_snd_soc_register_componentAxel Lin1-9/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-17ASoC: pxa: prepare/unprepare clocks in pxa-sspDmitry Eremin-Solenikov1-8/+8
2014-10-20ASoC: pxa: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-13ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LEDaniel Mack1-3/+1
2014-07-31ASoC: pxa: pxa-ssp: small leak in probe()Dan Carpenter1-1/+2
2014-06-03Merge remote-tracking branches 'asoc/fix/pxa' and 'asoc/fix/tlv320aic3x' into asoc-linusMark Brown1-0/+1
2014-05-26ASoC: pxa: pxa-ssp: Terminate of match tableStephen Boyd1-0/+1
2014-05-20ASoC: pxa: remove mach header dependencyArnd Bergmann1-2/+0
2013-08-15ASoC: pxa: pxa-ssp: set dma filter data from startup hookDaniel Mack1-1/+4
2013-08-15ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack1-24/+12
2013-08-15ASoC: pxa: pxa-ssp: add DT bindingsDaniel Mack1-6/+31
2013-03-26ASoC: switch over to use snd_soc_register_component() on pxa sspKuninori Morimoto1-2/+7
2012-12-10ASoC: pxa: remove __dev* attributesBill Pemberton1-3/+3
2012-06-11ASoC: fix pxa-ssp compiling issue under mach-mmpQiao Zhou1-27/+11
2012-05-07ASoC: pxa: allocate the SSP DMA parameters in startupguoyh1-17/+11
2012-03-19ASoC: pxa-ssp: atomically set stream active masksDaniel Mack1-25/+36
2012-03-08ASoC: add more sample rate for pxa-sspQiao Zhou1-1/+2
2011-11-25ASoC: Convert pxa directory to module_platform_driverAxel Lin1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2010-12-01arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior1-1/+1
2010-08-25ASoC: pxa-ssp: fix a memory leak in pxa_ssp_remove()Axel Lin1-0/+1
2010-08-15ASoC: update setting for pxa ssp slave modeHaojian Zhuang1-8/+15
2010-08-15ASoC: fix pxa2xx-pcm.h pathHaojian Zhuang1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-101/+47
2010-05-11[ARM] pxa: add namespace on sspHaojian Zhuang1-66/+66
2010-05-11[ARM] pxa: move ssp into common plat-pxaHaojian Zhuang1-1/+1
2010-05-11[ARM] pxa: merge regs-ssp.h into ssp.hEric Miao1-1/+0
2010-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-11/+12
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-11/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'origin' into devel-stableRussell King1-6/+7
2010-03-02ASoC: Remove legacy SSP API usage from pxa-ssp.cEric Miao1-29/+61
2010-02-02ASoC: fix PXA SSP port resumeDaniel Mack1-5/+7
2009-10-06Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-1/+1
2009-09-25ASoC: pxa-ssp increase max_channels to 8Graeme Gregory1-8/+8
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-05ASoC: Add source argument to PLL configurationMark Brown1-2/+2
2009-08-06ASoC: change set_tdm_slot api to allow slot_width override.Daniel Ribeiro1-7/+20
2009-06-11ASoC: remove duplicated code on pxa-ssp.cDaniel Ribeiro1-35/+15
2009-05-28ASoC: correct print specifiers for unsignedsRoel Kluin1-2/+2
2009-04-23ASoC: change stereo/mono to 32-bit/16-bit for pxa-sspEric Miao1-3/+3
2009-04-23ASoC: simplify the SSP DMA parameters settings by run-time generationEric Miao1-160/+43
2009-04-20Merge branch 'for-2.6.30' into for-2.6.31Mark Brown1-8/+28
2009-04-17ASoC: pxa-ssp: Don't use SSCR0_SerClkDiv and SSCR0_SCRPhilipp Zabel1-8/+28
2009-04-16Merge branch 'for-2.6.30' into for-2.6.31Mark Brown1-0/+1
2009-04-16ASoC: pxa-ssp: allow setting of dai format 0Daniel Mack1-0/+1
2009-04-14Merge branch 'for-2.6.30' into for-2.6.31Mark Brown1-1/+1