-----Original Message----- From: Takashi Iwai [mailto:tiwai@suse.de] Sent: Monday, February 26, 2018 9:30 PM To: Ughreja, Rakesh A rakesh.a.ughreja@intel.com Cc: alsa-devel@alsa-project.org; broonie@kernel.org; liam.r.girdwood@linux.intel.com; pierre-louis.bossart@linux.intel.com; Koul, Vinod vinod.koul@intel.com; Patches Audio patches.audio@intel.com Subject: Re: [PATCH v1 8/9] ASoC: hdac_hda: add asoc extension for legacy HDA codec drivers
On Mon, 26 Feb 2018 16:57:45 +0100, Ughreja, Rakesh A wrote:
Ah crap, now I see the point. The confusion comes from that you have two probe and two remove functions. How about renaming the ext_ops ones?
Oh okay, instead of "probe" and "remove", shall I call them "hdev_probe" and "hdev_remove" to indicate that its related to HDA Device probe at the bus level and not the ASoC porbe.
I'd call e.g. hdev_attach and hdev_detach or such so that the terms don't conflict.
Sure, I will use the hdev_attach and hdev_detach.
Regards, Rakesh