14 Oct
2021
14 Oct
'21
9:54 p.m.
On Thu, Oct 14, 2021 at 11:31:24AM -0500, Pierre-Louis Bossart wrote:
BTW while looking at the code, I started to wonder if it's intentional that we cannot check any error code on component->driver->read(). We do for the write and on regmap read, which suggests this API is problematic?
I dunno about intentional but it's always been that way since ASoC was originally merged, it's just that nobody's ever changed that as part of one of the refactorings. I did add error checking to the regmap read interface when I wrote that but I wasn't about to go fixing up all the ASoC drivers for a new API.