Searched hist:bfcf888a87a6dc56c86283890796714ccd166438 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | a10_codec.c | diff bfcf888a87a6dc56c86283890796714ccd166438 Wed Apr 17 23:45:19 CEST 2019 Emmanuel Vadot <manu@FreeBSD.org> arm: allwinner: Fix audio for Allwinner H3/H5
Due to three conditions the codec driver for Allwinner A10/A20 and H3/H5 did not work properly here:
Wrong bit position for the analog audio reset Hardware Reset of codec was not de-asserted correctly Linux DTS file did not contain the address of the analog register the way as the driver was expecting it.
This patch proposes fixes for those three parts.
Submitted by: freebsdnewbie@freenet.de (Manuel Stühn) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19910
|