From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-eopbgr30089.outbound.protection.outlook.com [40.107.3.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vslF71xWgzDqZS for ; Tue, 28 Mar 2017 19:59:06 +1100 (AEDT) From: Daniel Baluta To: , , CC: , , , , , , , Subject: [PATCH v3 0/2] imx-wm8962: Let codec driver enable/disable its MCLK Date: Tue, 28 Mar 2017 11:58:50 +0300 Message-ID: <1490691532-2086-1-git-send-email-daniel.baluta@nxp.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a small cleanup patch series which removes MLCK enable/disable from imx-wm8962 machine driver and lets the codec handle that. While reviewing this, Nicolin noticed that codec_clk cleanup is not correct so the second patch fixes this. Changes since v2: * added 2/2 patch to fix codec_clk cleanup * fixed prefix subject Daniel Baluta (2): ASoC: imx-wm8962: Let codec driver enable/disable its MCLK ASoC: imx-wm8962: Fix codec_clk cleanup sound/soc/fsl/imx-wm8962.c | 41 +++++++++-------------------------------- 1 file changed, 9 insertions(+), 32 deletions(-) -- 2.7.4