[alsa-devel] [PATCH] ASoC: tlv320aic3x: Correct S24_3LE support
Mark Brown
broonie at kernel.org
Fri Dec 13 14:04:43 CET 2013
On Fri, Dec 13, 2013 at 02:58:19PM +0200, Peter Ujfalusi wrote:
> - case SNDRV_PCM_FORMAT_S24_LE:
> + case SNDRV_PCM_FORMAT_S24_3LE:
> data |= (0x02 << 4);
> break;
This should be adding the case for the new format rather than replacing
the old one shouldn't it? They ought to turn out the same on the AIF so
the CODECs shouldn't care about the difference, ideally the core would
hide the difference from them.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20131213/e3a203d6/attachment.sig>
More information about the Alsa-devel
mailing list