Hi,
Here are some more updates for the tlv320aic32x4 codec. This series fixes the mixer controls to operate on the full range instead of only the positive range. This depends on my other series: "ASoC: core: volume control using signed register values"
Patch 3 adds DT support. Patch 4 adds support to control the master clock connected to the codec.
Regards,
Markus
Markus Pargmann (4): ASoC: tlv320aic32x4: Use signed int mixer controls ASoC: tlv320aic32x4: Use gpio_is_valid ASoC: tlv320aic32x4: DT support ASoC: tlv320aic32x4: Support for master clock
.../devicetree/bindings/sound/tlv320aic32x4.txt | 25 +++++++ sound/soc/codecs/tlv320aic32x4.c | 83 ++++++++++++++++++---- 2 files changed, 96 insertions(+), 12 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/tlv320aic32x4.txt