ASoC: ux500: Don't set unused struct snd_pcm_hardware fields
commitdf021a72c92e8b9fe9b5d3f11105125484e8751f
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 6 Jan 2014 13:19:15 +0000 (6 14:19 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 9 Jan 2014 14:30:27 +0000 (9 14:30 +0000)
treee3402ca5e2e43dbefae00a9adc3e622ee7974050
parent7ee4518ab75164533e282eb8f2827a74920a2a19
ASoC: ux500: Don't set unused struct snd_pcm_hardware fields

The ASoC core assumes that the PCM component of the ASoC card transparently
moves data around and does not impose any restrictions on the memory layout or
the transfer speed. It ignores all fields from the snd_pcm_hardware struct for
the PCM driver that are related to this. Setting these fields in the PCM driver
might suggest otherwise though, so rather not set them.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/ux500/ux500_pcm.c