I just got a new pi and it won't load the drivers correctly. The audio driver doesn't load. The latest pi 3 is A52082
in utils.py you are missing the new hardware revision.
# The order of checks here is done Descending by Most Likely Model.
if revision_hex & 0x00FFFFFF in (0x00A02082, 0x00A22082, 0x00A32082):
model_name = RPI_3_KEY