Re: [alsa-devel] [PATCH v4] ASoC: max98090: remove 24-bit format support if RJ is 0

2019-06-04 Thread Pierre-Louis Bossart
On 6/4/19 5:49 AM, Yu-Hsuan Hsu wrote: The supported formats are S16_LE and S24_LE now. However, by datasheet of max98090, S24_LE is only supported when it is in the right justified mode. We should remove 24-bit format if it is not in that mode to avoid triggering error. Signed-off-by: Yu-Hsuan

[PATCH v4] ASoC: max98090: remove 24-bit format support if RJ is 0

2019-06-04 Thread Yu-Hsuan Hsu
The supported formats are S16_LE and S24_LE now. However, by datasheet of max98090, S24_LE is only supported when it is in the right justified mode. We should remove 24-bit format if it is not in that mode to avoid triggering error. Signed-off-by: Yu-Hsuan Hsu --- Remove Change-Id. sound/soc/c