1) In the dmesg diff referenced from the PR, the analog amplifier driver (simpleamp0) is reporting an error with the regulator:
simpleamp0 at simplebus0fregulator0: autoconfiguration error: failed to acquire regulator: 6 The previous patch should solve that problem.2) For the issue you pointed out, it seems that the binding specification for allwinner,sun8i-a33-codec has changed, and now #sound-dai-cells can be either 0 or 1.
To answer your question in the previous email -- we check these values to ensure that the device tree we are given matches the interface that the driver expects.
Fixing 2) is easy, I'll check that in now. If someone could test the patch for 1) separately that would be great.
Take care, Jared On Sat, 29 Oct 2022, Robert Swindells wrote:
Jared McNeill <jmcneill%invisible.ca@localhost> wrote:On Thu, 27 Oct 2022, Jun Ebihara wrote:- pinebook: Can't see audio interface.aiomixer do nothing. http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57030Does the attached patch help?The patch may fix some problem with pin routing but there are no audio devices attached on a Pinebook. The cause of this is described here: <https://mail-index.netbsd.org/port-arm/2022/09/28/msg007866.html> I referenced the wrong bug from that email, should have been 57030.