Commits
Vidyakumar Athota committed 08a41be0ac2
UPSTREAM: ALSA: pcm: add support for 352.8KHz and 384KHz sample rate Most of the modern codecs supports 352.8KHz and 384KHz sample rates. Currenlty HW params fails to set 352.8Kz and 384KHz sample rate as these are not in known rates list. Add these new rates to known list to allow them. This patch also adds defines in pcm.h so that drivers can use it. Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org> Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20190822095653.7200-2-srinivas.kandagatla@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org> (cherry picked from commit 4cc4531c310e592cf624148ae59c64f930f12e39) Bug: 140827524 Change-Id: I5728853956ca3922ec5a958660067a139916429e Signed-off-by: Alistair Delva <adelva@google.com>