These are a couple of bugfixes for the tlv320aic32x4 driver that we discovered after the Raspberry Pi Foundation's move to the 5.10 kernel.
The first increases the maximum value in the regmap configuration so that the powerup command actually works.
The second changes the ordering of the clock registration in the module probe function so that the clocks are properly registered before the component probe function runs.
Changes in v2: - Corrected commit hashes in Fixes lines to be proper length - Including inadvertently omitted maintainers on To list.
Annaliese McDermond (2): ASoC: tlv320aic32x4: Increase maximum register in regmap ASoC: tlv320aic32x4: Register clocks before registering component
sound/soc/codecs/tlv320aic32x4.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)