ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 29 Apr 2009 19:29:25 +0000 (20:29 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 30 Apr 2009 12:26:34 +0000 (13:26 +0100)
commit553b1dd58c5cf1abd6d0965041169400a3cff1ad
tree7cd7da476df8c709a6082862e4a16f71878021d0
parent51438449e717db54550b4676f38208092eb654da
ASoC: Fix data format configuration for S3C64xx IISv2 and add 24 bit

The data format configuration for S3C64xx IISv2 is completely different
to that for S3C24xx. Instead of a single bit configuration in bit 0 of
IISMOD we have format selection in bits 13 and 14 and bit clock rate
selection in bits 1 and 2. While we're here add support for 24 bit
samples in S3C64xx.

At some point it may be desirable to expose the bit clock rate selection
to users but given the limited configuration options that may not be
required.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c-i2s-v2.c
sound/soc/s3c24xx/s3c64xx-i2s.c
This page took 0.03006 seconds and 5 git commands to generate.