From: Russell King Date: Sat, 31 Aug 2013 12:43:36 +0000 (+0100) Subject: ASoC: kirkwood-dma: remove IEC958_SUBFRAME formats X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~72^2~26^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51600c01979ab1d1c4df17e8910696547ffb9a2;p=pandora-kernel.git ASoC: kirkwood-dma: remove IEC958_SUBFRAME formats The Audio block does not support IEC958 subframes as formatted by ALSA: they're very close, but not close enough. The formats differ by: 3 2 2 2 1 1 1 8 4 0 6 2 8 4 0 PCUVDDDDDDDDDDDDDDDD....AAAATTTT - IEC958 subframe PCUV0000........DDDDDDDDDDDDDDDD - Audio block format Where P = parity, C = channel status, U = user data, V = validity, D = sample data, A = aux, T = preamble. As can be seen, the position of the sample is in a different position, and the audio block does not have the aux or preamble bits. Signed-off-by: Russell King Signed-off-by: Mark Brown --- Reading git-diff-tree failed