ASoC: nau8824: Fix open coded prefix handling
authorMark Brown <broonie@kernel.org>
Wed, 28 Jul 2021 23:47:29 +0000 (00:47 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 30 Jul 2021 17:34:58 +0000 (18:34 +0100)
commit1d25684e22516f1cff77176d288b1da02fff57bb
treedccfa8fb0772f0dbcc8184702199a89e6d29e4e6
parentbb6a40fc5a830cae45ddd5cd6cfa151b008522ed
ASoC: nau8824: Fix open coded prefix handling

As with the component layer code the nau8824 driver had been doing some
open coded pin manipulation which will have been broken now the core is
fixed to handle this properly, remove the open coding to avoid the issue.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210728234729.10135-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8824.c