Message ID | 20220616155836.3401420-1-judyhsiao@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: rockchip: i2s: switch BCLK to GPIO | expand |
The patches series is to fix the unexpected large DC output voltage of Max98357a to burn the speakers on rockchip platform when BCLK and SD_MODE are ON but LRCLK is OFF. Changes Since V3: -- Fix indentation in the documentation. -- Put pinctrl-1 right after pinctrl-0 in dtsi. -- Fix indentation in the driver. -- Remove unnecessary dev_dbg() in the driver. Changes Since V2: -- Add documents of i2s pinctrl-names. -- Fix dtsi syntax error. -- Include the dtsi change and the driver change in the same series. -- Ensure that driver gets both bclk_on and bclk_off states before using them. Judy Hsiao (3): ASoC: rockchip: i2s: switch BCLK to GPIO arm64: dts: rk3399: i2s: switch BCLK to GPIO ASoC: dt-bindings: rockchip: Document pinctrl-names for i2s .../bindings/sound/rockchip-i2s.yaml | 7 + .../boot/dts/rockchip/rk3399-gru-scarlet.dtsi | 10 ++ arch/arm64/boot/dts/rockchip/rk3399.dtsi | 25 ++- sound/soc/rockchip/rockchip_i2s.c | 167 +++++++++++++----- 4 files changed, 162 insertions(+), 47 deletions(-)
On Fri, Jun 17, 2022 at 04:42:48AM +0000, Judy Hsiao wrote: > The patches series is to fix the unexpected large > DC output voltage of Max98357a to burn the speakers > on rockchip platform when BCLK and SD_MODE are ON but LRCLK is OFF. Please don't send new patches in reply to old patches or serieses, this makes it harder for both people and tools to understand what is going on - it can bury things in mailboxes and make it difficult to keep track of what current patches are, both for the new patches and the old ones.