CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/01/15 04:04:16
Modified files: sys/arch/arm64/dev: apliic.c Log message: Don't reset the controller on each transaction. Remove unecessary polling loop and adjust another polling loop. This makes accessing the cs42l83 audio codec work. Probably removing the reset is enough to fix this but the other changes bring us in line with the Linux driver which had some decent RE done to it recently. ok patrick@