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 <nicoleots...@gmail.com> > --- > 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 <r...@kernel.org> > sound/soc/codecs/rt5659.c | 24 > ++++++++++++++++++++++ > sound/soc/codecs/rt5659.h | 1 + > 3 files changed, 28 insertions(+)