commit | 002220a90db8ab9a6313887934dec25b54404cbd | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jan 06 14:19:07 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Jan 06 17:42:42 2014 +0000 |
tree | 0c6a5cccccac168355a3e28f0543db032ce9d5a0 | |
parent | 08ae9b456d393dfd1bbe7619b994189be6a26449 [diff] |
ASoC: dpcm: Allow PCMs to omit the set of supported formats Allow PCMs that do not impose any restrictions on the supported formats to set the formats field to 0, Instead of assuming that this means that the PCM does not support any formats (which doesn't make much sense), assume that it supports all formats. This brings the behavior of DPCM closer to that of non-DPCM. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>