14 Dec
2010
14 Dec
'10
11:49 a.m.
On Tue, Dec 14, 2010 at 01:45:29PM +0200, Peter Ujfalusi wrote:
twl4030 series of codecs supports S32_LE with msbits=24. Replace the S24_LE with S32_LE format, and add constraint for 24msbit in case of 32 S32_LE format.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@nokia.com
There's no real need to add the constraint for 24 bit - the CODEC will quite happily consume 32 bit data, it'll just ignore the 8 LSB. We should probably do something more sensible with the format stuff, it's never been a terribly pressing issue though.