mbox series

[0/3] ASoC: wm8782: Allow higher audio rates

Message ID 20230810224930.3216717-1-contact@jookia.org (mailing list archive)
Headers show
Series ASoC: wm8782: Allow higher audio rates | expand

Message

John Watts Aug. 10, 2023, 10:49 p.m. UTC
The wm8782 supports higher audio rates than just 48kHz. This is
configured by setting the FSAMPEN pin on the codec chip.

This patch series introduces the 'max-rate' device tree property
to allow indicating which rates are fully supported by the codec
without accidentally overclocking.

John Watts (3):
  ASoC: wm8782: Handle maximum audio rate at runtime
  ASoC: wm8782: Use max-rate device tree property
  ASoC: dt-bindings: wlf,wm8782: Add max-rate property

 .../devicetree/bindings/sound/wm8782.txt      |  2 +
 sound/soc/codecs/wm8782.c                     | 49 ++++++++++++++-----
 2 files changed, 39 insertions(+), 12 deletions(-)