13 Dec
2013
13 Dec
'13
3:04 p.m.
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.