]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Allow PCMs to restrict the supported formats
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 6 Jan 2014 13:19:16 +0000 (14:19 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 9 Jan 2014 14:31:59 +0000 (14:31 +0000)
commit3e54cb3c7c8cd662e439ad1ba1b55d2e2ca7cce6
tree53ef3ab32b49ffaeafdaa4265f30ba2f9e72800f
parentd607ab46c1af8e8d0ba8b9529d5508c3c7c5f39d
ASoC: Allow PCMs to restrict the supported formats

Some DMA cores might add additional restrictions on which in memory audio
formats can be supported by the compound sound card. If the PCM component
specifies a set of formats it supports (by setting the formats field to non 0)
take these into account when calculating the format set for the compound sound
card.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-pcm.c