From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH][RFC] ASoC: wm8350: remove snd_soc_codec Date: Wed, 28 Mar 2018 02:22:07 +0000 Message-ID: <87tvt13psj.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from relmlie3.idc.renesas.com (relmlor4.renesas.com [210.160.252.174]) by alsa0.perex.cz (Postfix) with ESMTP id DBCB8267194 for ; Wed, 28 Mar 2018 04:22:12 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown , Lee Jones , patches@opensource.cirrus.com, Liam Girdwood , Jaroslav Kysela Cc: Linux-ALSA List-Id: alsa-devel@alsa-project.org From: Kuninori Morimoto codec is replace to component. It seems no-one is using it, Let's remove it. Signed-off-by: Kuninori Morimoto --- Hi Mark, Liam I think no-one is using snd_soc_codec, but please double-check it. I added [RFC] on this patch include/linux/mfd/wm8350/audio.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/mfd/wm8350/audio.h b/include/linux/mfd/wm8350/audio.h index bd581c6..0bc41c4c 100644 --- a/include/linux/mfd/wm8350/audio.h +++ b/include/linux/mfd/wm8350/audio.h @@ -617,11 +617,8 @@ struct wm8350_audio_platform_data { u32 codec_current_charge:2; /* codec current @ vmid charge */ }; -struct snd_soc_codec; - struct wm8350_codec { struct platform_device *pdev; - struct snd_soc_codec *codec; struct wm8350_audio_platform_data *platform_data; }; -- 1.9.1