Re: [PATCH v2] ASoC: rt5659: Add mclk controls

From: Rob Herring
Date: Fri Jul 29 2016 - 17:32:48 EST


On Thu, Jul 28, 2016 at 02:57:16PM -0700, Nicolin Chen wrote:
> The codec driver should control the mclk. So this patch adds this support.
>
> Signed-off-by: Nicolin Chen <nicoleotsuka@xxxxxxxxx>
> ---
> Changlog:
> v1->v2
> * Only set the mclk pointer to NULL when getting an ENOENT error code
> (i.e. no clock is specified) -- corrected by Lars-Peter
>
> Documentation/devicetree/bindings/sound/rt5659.txt | 3 +++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> sound/soc/codecs/rt5659.c | 24 ++++++++++++++++++++++
> sound/soc/codecs/rt5659.h | 1 +
> 3 files changed, 28 insertions(+)