[linux-sunxi] [PATCH v3 3/9] ASoC: sun8i-codec-analog: add support for V3s SoC
From: Chen-Yu Tsai <hidden>
Date: 2017-05-25 03:59:03
Also in:
alsa-devel, linux-devicetree, lkml
From: Chen-Yu Tsai <hidden>
Date: 2017-05-25 03:59:03
Also in:
alsa-devel, linux-devicetree, lkml
On Wed, May 24, 2017 at 6:06 PM, Icenowy Zheng [off-list ref] wrote:
From: Icenowy Zheng <redacted> The V3s SoC features an analog codec with headphone support but without mic2 and linein. Add support for it. Signed-off-by: Icenowy Zheng <redacted>
Reviewed-by: Chen-Yu Tsai <redacted> Mark, please hold off on applying this patch until the comments from the previous patch have been addressed. They should be applied in order.
--- Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt | 1 + sound/soc/sunxi/sun8i-codec-analog.c | 9 +++++++++
Also, is there a preference for splitting out device tree binding changes from driver changes? Thanks ChenYu