aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa-ssp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-13ASoC: pxa-ssp.c fix clock/frame invertDaniel Ribeiro1-1/+10
2009-04-06Merge branch 'topic/asoc' into for-linusTakashi Iwai1-3/+9
2009-04-02ASoC: pxa-ssp: Use 16-bit DMA for magician stereoPhilipp Zabel1-3/+9
2009-03-28Merge branch 'origin' into develRussell King1-69/+81
2009-03-14ASoC: Fix non-networked I2S mode for PXA SSPMark Brown1-5/+14
2009-03-13ASoC: switch PXA SSP driver from network mode to PSPDaniel Mack1-11/+33
2009-03-11ASoC: Merge dai_ops factor outMark Brown1-48/+17
2009-03-10ASoC: don't touch pxa-ssp registers when stream is runningDaniel Mack1-0/+11
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao1-1/+1
2009-03-06ASoC: Fix name of register bit in pxa-sspDaniel Mack1-3/+3
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-48/+17
2009-03-03ASoC: Use network mode with 2 slots for 16-bit stereo in pxa-ssp/ZylonitePhilipp Zabel1-2/+1
2009-02-04ASoC: pxa-ssp: fix SSP port requestPhilipp Zabel1-5/+7
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register platform DAIsMark Brown1-0/+12
2008-12-03ASoC: Remove platform device from DAI suspend and resume operationsMark Brown1-4/+2
2008-11-24ASoC: Remove DAI type informationMark Brown1-4/+0
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-12/+8
2008-10-30ASoC: Add PXA SSP supportMark Brown1-0/+929