Re: [PATCH v10] sun4i-codec: Add mixer controls: Line-In, FM-In, Mic 2, Capture Source, Differential Line-In.

From: Chen-Yu Tsai
Date: Wed Jun 07 2017 - 03:38:16 EST


On Wed, Jun 7, 2017 at 3:27 PM, Danny Milosavljevic
<dannym@xxxxxxxxxxxxxxx> wrote:
> Adds support for some mixer controls to sun4i-codec:
> - Line-In
> - FM-In
> - Mic 2
> - Capture Source
> - Differential Line-In
>
> It also adds a mux for the capture source and the PGA for the MIC2 preamp.
>
> Where possible, it uses SOC_DAPM_DOUBLE in order to cut down on the number
> of distinct controls in alsamixer.

You are doing too many things in one patch.

Please split this up into 1 patch per control/mux/source/widget added,
preceded by patches for any required cleanups.

ChenYu

> Signed-off-by: Danny Milosavljevic <dannym@xxxxxxxxxxxxxxx>