ASoC: add sport driver for bf6xx soc
authorScott Jiang <scott.jiang.linux@gmail.com>
Wed, 20 Jun 2012 21:00:30 +0000 (17:00 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 20 Jun 2012 10:26:12 +0000 (11:26 +0100)
commitd2aae47f804830da904d2454d73959eda4ebb0fd
tree98fc58e529180af877a81865cd6ac2f0de3b184f
parent629b15b95d5b12a47791147b7559eacbad04d507
ASoC: add sport driver for bf6xx soc

The SPORT(Serial Port) module on bf6xx soc has a totally different ip
comparing to bf5xx soc. An individual SPORT module consists of two
independently configurable SPORT halves with identical functionality.
Each SPORT half can be configured for either transmitter or receiver.

Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/blackfin/Kconfig
sound/soc/blackfin/Makefile
sound/soc/blackfin/bf6xx-sport.c [new file with mode: 0644]
sound/soc/blackfin/bf6xx-sport.h [new file with mode: 0644]