]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ASoC: Add PXA SSP support
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 30 Jul 2008 18:12:04 +0000 (19:12 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 30 Oct 2008 15:45:21 +0000 (15:45 +0000)
commit1b340bd7e444f20eb2df88c65fa34960c4736ee9
treeb96fe0f1aefc42ef49195d302bef78744a9efeb1
parent219b93f5252086c8c8d647c77fc9e1377aab0c8d
ASoC: Add PXA SSP support

The SSP ports PXA series processors can be used to implement a variety of
audio interface formats. This patch implements support for I2S, DSP A and
DSP B modes on these ports.

This patch is based on the previous out of tree pxa2xx-ssp driver (which
was originally written by Liam Girdwood with updates from Philipp Zabel
and Nicola Perrino) and pxa3xx-ssp driver (originally written by Seth
Forsee based on the pxa2xx-ssp driver). Testing coverage is not complete
currently.

Tested-by: Daniel Ribeiro <drwyrm@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/pxa/Kconfig
sound/soc/pxa/Makefile
sound/soc/pxa/pxa-ssp.c [new file with mode: 0644]
sound/soc/pxa/pxa-ssp.h [new file with mode: 0644]