This patch series adds the codec FLL configuration code to allow different input MCLK frequencies, and prints out the received device properties to make debugging easier with multiple versions of ACPI _DSD blob.
Changes in v2: - Changed function/struct prefix from nau88xx_ to nau8825_ to match with the rest of the driver.
Changes in v3: - Changed the implicit unsigned 64-bit divide to div_u64() to fix build errors on 32-bit arch.
Changes in v4: - v2 and v3 updated only patch 1/2, not 2/2. The posted partial patch series makes code review confusing. v4 updates both patches in this series to the latest version.
Ben Zhang (2): ASoC: nau8825: Add FLL configuration ASoC: nau8825: Show device properties
sound/soc/codecs/nau8825.c | 193 +++++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/nau8825.h | 28 +++++-- 2 files changed, 216 insertions(+), 5 deletions(-)