diff options
author | Ben Gardiner <bengardiner@nanometrics.ca> | 2011-08-26 12:02:44 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-29 10:11:17 +0100 |
commit | 0a9d1385282841ba33d5815f06ed5b62fde7ff8c (patch) | |
tree | a9718cde337a871e7dfab91bd0e098df652d4295 /sound/oss/aedsp16.c | |
parent | b42af319f26bcb7d84b42b4bd0ca3b84ba94b160 (diff) |
ASoC: davinci-mcasp: add support for unsigned PCM formats
Although the McASP supports sign-extending samples in RX or TX [1]; the
davinci-mcasp driver does not touch the {R,X}PBIT or {R,X}PAD field of the
{R,X}FMT registers meaning that the McASP will serialize the bytes it is given
regardless of their signedness. So supporting unsigned formats is as simple
as adding them to the metadata of the davinci-mcasp driver.
Update the FMTBITs reported in the snd_soc_dai_driver and also update the case
statements in davinci-mcasp's hw_params() function so that the McASP can be
connected to CODECs that use unsigned values.
[1] http://www.ti.com/lit/ug/sprufm1/sprufm1.pdf
Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/oss/aedsp16.c')
0 files changed, 0 insertions, 0 deletions