From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: Re: [PATCH 1/2] OMAP4: PMIC: Rename =?UTF-8?Q?twl=36=30=33=30=5Fcodec=20a?= =?UTF-8?Q?s=20twl=36=30=34=30=5Fcodec?= Date: Sat, 13 Mar 2010 05:17:36 -0600 Message-ID: References: <1889FA7136B567478A67D4B0F85B0CCE66173AF6@dlee06.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <1889FA7136B567478A67D4B0F85B0CCE66173AF6@dlee06.ent.ti.com> Sender: linux-omap-owner@vger.kernel.org To: "Olaya, Margarita" Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org, broonie@opensource.wolfsonmicro.com, lrg@slimlogic.co.uk, Samuel Ortiz List-Id: alsa-devel@alsa-project.org Hi, On Fri, 12 Mar 2010 19:52:15 -0600, "Olaya, Margarita" wrote: please add a description here. Why do you need to rename it ? > Signed-off-by: Margarita Olaya Cabrera [snip] > @@ -708,7 +708,7 @@ add_children(struct twl4030_platform_data *pdata, > unsigned long features) > /* Phoenix*/ > if (twl_has_codec() && pdata->codec && twl_class_is_6030()) { > sub_chip_id = twl_map[TWL_MODULE_AUDIO_VOICE].sid; > - child = add_child(sub_chip_id, "twl6030_codec", > + child = add_child(sub_chip_id, "twl6040_codec", you rename the platform_device but no the platform_driver ?? how do you expect the driver to probe() ?? -- balbi