]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: fix valid stream condition
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 29 Apr 2019 09:47:49 +0000 (11:47 +0200)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commita97fa8fc1bd6e93d353cf600933d487378a0a346
tree6c100bcd71a541c970ffa78ed36e05e484ad06b7
parentdfb382dcda432ba6355e014e6f60a406c2fdf03e
ASoC: fix valid stream condition

BugLink: https://bugs.launchpad.net/bugs/1863019
[ Upstream commit 6a7c59c6d9f3b280e81d7a04bbe4e55e90152dce ]

A stream may specify a rate range using 'rate_min' and 'rate_max', so a
stream may be valid and not specify any rates. However, as stream cannot
be valid and not have any channel. Let's use this condition instead to
determine if a stream is valid or not.

Fixes: cde79035c6cf ("ASoC: Handle multiple codecs with split playback / capture")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
sound/soc/soc-pcm.c