Re: [PATCH v1 0/2] Fix snd_soc_component_update_bits return handling

From: Ilias Izmaylov

Date: Thu Feb 12 2026 - 03:17:45 EST


Hey!

I noticed that it's been more than two weeks since I submitted this patch series and there is still no reply so I decided to ping you guys just in case

On 1/20/26 19:11, Ilias Izmaylov wrote:
> This patchset fixes the way that snd_soc_component_update_bits
> function's return values are handled by codecs ntp8918 and ntp8835.
>
> Currently the return value "0" is considered erroneous when in fact it
> isn't and what would correctly indicate an error is a negative return
> value.
>
> Ilias Izmaylov (2):
> ASoC: codecs: ntp8918: fix snd_soc_component_update_bits handling
> ASoC: codecs: ntp8835: fix snd_soc_component_update_bits handling
>
> sound/soc/codecs/ntp8835.c | 17 ++++++++++++-----
> sound/soc/codecs/ntp8918.c | 17 ++++++++++++-----
> 2 files changed, 24 insertions(+), 10 deletions(-)
>