From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Subject: Re: [PATCH] ASoC: wm9712: fix replace codec to component Date: Fri, 20 Jul 2018 11:20:47 +0200 Message-ID: <1532078447.19673.8.camel@ziswiler.com> References: <20180720075148.14648-1-marcel@ziswiler.com> <87effy48lz.wl-kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87effy48lz.wl-kuninori.morimoto.gx@renesas.com> Sender: linux-kernel-owner@vger.kernel.org To: Kuninori Morimoto Cc: alsa-devel@alsa-project.org, linux-tegra@vger.kernel.org, Mark Brown , linux-mips@linux-mips.org, Gregory CLEMENT , Haojian Zhuang , James Hogan , Philippe Ombredanne , Bhumika Goyal , Kate Stewart , Greg Kroah-Hartman , Ralf Baechle , Thierry Reding , Jonathan Hunter , Takashi Iwai , Paul Burton , Liam Girdwood , Lee Jones , Daniel Mack , Manuel Lauss , Russell List-Id: linux-tegra@vger.kernel.org Hi Kuninori On Fri, 2018-07-20 at 08:30 +0000, Kuninori Morimoto wrote: > Hi Marcel > > > From: Marcel Ziswiler > > > > Since commit 143b44845d87 ("ASoC: wm9712: replace codec to > > component") > > "wm9712-codec" got renamed to "wm9712-component", however, this > > change > > never got propagated down to the actual board/platform drivers. > > E.g. on > > Colibri T20 this lead to the following spew upon boot with > > sound/touch > > being broken: > > Oops, my bad... > The platform_driver name is not important, > how about simply rename back it to "wm9712-codec" ? Sure, that's your call. After all it was now broken for almost half a year (;-p). Should I cook that up as well or are you gona do it? > Best regards > --- > Kuninori Morimoto Cheers Marcel