aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa-ssp.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LEDaniel Mack2014-09-131-3/+1
* ASoC: pxa-ssp: atomically set stream active masksDaniel Mack2012-04-021-25/+36
* arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-011-1/+1
* ASoC: pxa-ssp: fix a memory leak in pxa_ssp_remove()Axel Lin2010-08-251-0/+1
* ASoC: update setting for pxa ssp slave modeHaojian Zhuang2010-08-151-8/+15
* ASoC: fix pxa2xx-pcm.h pathHaojian Zhuang2010-08-151-1/+1
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-101/+47
* [ARM] pxa: add namespace on sspHaojian Zhuang2010-05-111-66/+66
* [ARM] pxa: move ssp into common plat-pxaHaojian Zhuang2010-05-111-1/+1
* [ARM] pxa: merge regs-ssp.h into ssp.hEric Miao2010-05-111-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-04-071-11/+12
|\
| * ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack2010-04-051-11/+12
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'origin' into devel-stableRussell King2010-03-081-6/+7
|\
| * ASoC: fix PXA SSP port resumeDaniel Mack2010-02-021-5/+7
* | ASoC: Remove legacy SSP API usage from pxa-ssp.cEric Miao2010-03-021-29/+61
|/
* Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-10-061-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | ASoC: pxa-ssp increase max_channels to 8Graeme Gregory2009-09-251-8/+8
* | ASoC: Add source argument to PLL configurationMark Brown2009-09-051-2/+2
|/
* ASoC: change set_tdm_slot api to allow slot_width override.Daniel Ribeiro2009-08-061-7/+20
* ASoC: remove duplicated code on pxa-ssp.cDaniel Ribeiro2009-06-111-35/+15
* ASoC: correct print specifiers for unsignedsRoel Kluin2009-05-281-2/+2
* ASoC: change stereo/mono to 32-bit/16-bit for pxa-sspEric Miao2009-04-231-3/+3
* ASoC: simplify the SSP DMA parameters settings by run-time generationEric Miao2009-04-231-160/+43
* Merge branch 'for-2.6.30' into for-2.6.31Mark Brown2009-04-201-8/+28
|\
| * ASoC: pxa-ssp: Don't use SSCR0_SerClkDiv and SSCR0_SCRPhilipp Zabel2009-04-171-8/+28
* | Merge branch 'for-2.6.30' into for-2.6.31Mark Brown2009-04-161-0/+1
|\ \ | |/
| * ASoC: pxa-ssp: allow setting of dai format 0Daniel Mack2009-04-161-0/+1
* | Merge branch 'for-2.6.30' into for-2.6.31Mark Brown2009-04-141-1/+1
|\ \
| * \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-04-061-3/+9
| |\ \ | | |/
| * | Merge branch 'origin' into develRussell King2009-03-281-69/+81
| |\ \
| * | | [ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao2009-03-091-1/+1
* | | | ASoC: pxa-ssp.c fix clock/frame invertDaniel Ribeiro2009-04-131-1/+10
| |_|/ |/| |
* | | ASoC: pxa-ssp: Use 16-bit DMA for magician stereoPhilipp Zabel2009-04-021-3/+9
| |/ |/|
* | ASoC: Fix non-networked I2S mode for PXA SSPMark Brown2009-03-141-5/+14
* | ASoC: switch PXA SSP driver from network mode to PSPDaniel Mack2009-03-131-11/+33
* | ASoC: Merge dai_ops factor outMark Brown2009-03-111-48/+17
|\ \
| * | ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-041-48/+17
* | | ASoC: don't touch pxa-ssp registers when stream is runningDaniel Mack2009-03-101-0/+11
* | | ASoC: Fix name of register bit in pxa-sspDaniel Mack2009-03-061-3/+3
* | | ASoC: Use network mode with 2 slots for 16-bit stereo in pxa-ssp/ZylonitePhilipp Zabel2009-03-031-2/+1
|/ /
* | ASoC: pxa-ssp: fix SSP port requestPhilipp Zabel2009-02-041-5/+7
|/
* ALSA: ASoC - Fix wrong section typesTakashi Iwai2008-12-101-1/+1
* ASoC: Register platform DAIsMark Brown2008-12-091-0/+12
* ASoC: Remove platform device from DAI suspend and resume operationsMark Brown2008-12-031-4/+2
* ASoC: Remove DAI type informationMark Brown2008-11-241-4/+0
* ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown2008-11-211-12/+8
* ASoC: Add PXA SSP supportMark Brown2008-10-301-0/+929