]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tas2562: Return invalid for when bitwidth is invalid
authorDan Murphy <dmurphy@ti.com>
Tue, 18 Feb 2020 18:52:52 +0000 (12:52 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 20:29:08 +0000 (20:29 +0000)
commitaa37bc9cab19dbed56824e19593b8ebeb3b8e45b
treed24eba1ccd405b16b23878bd663cc5088d8cba3d
parent700dc030e8fe251a7cb58c8fbfddd7dc64d6f211
ASoC: tas2562: Return invalid for when bitwidth is invalid

If the bitwidth passed in to the set_bitwidth function is not supported
then return an error.

Fixes: 29b74236bd57 ("ASoC: tas2562: Introduce the TAS2562 amplifier")
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200218185252.26290-1-dmurphy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2562.c