From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: HDA: remove the unused function declaration Date: Thu, 11 Jun 2015 19:05:22 +0200 Message-ID: References: <1434040909-14813-1-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 1747026657D for ; Thu, 11 Jun 2015 19:05:24 +0200 (CEST) In-Reply-To: <1434040909-14813-1-git-send-email-vinod.koul@intel.com> 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: Vinod Koul Cc: liam.r.girdwood@linux.intel.com, patches.audio@intel.com, alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org At Thu, 11 Jun 2015 22:11:49 +0530, Vinod Koul wrote: > > Commit a1b3fda6ae ALSA: hdac_ext: add hdac extended controller, > erroneously added snd_hdac_ext_bus_map_codec_to_link() function > declaration, so remove it > > Signed-off-by: Vinod Koul Applied, thanks. Takashi > --- > include/sound/hdaudio_ext.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h > index 0044caa19155..202350a8eddb 100644 > --- a/include/sound/hdaudio_ext.h > +++ b/include/sound/hdaudio_ext.h > @@ -47,7 +47,6 @@ void snd_hdac_ext_stream_spbcap_enable(struct hdac_ext_bus *chip, > bool enable, int index); > > int snd_hdac_ext_bus_get_ml_capabilities(struct hdac_ext_bus *bus); > -int snd_hdac_ext_bus_map_codec_to_link(struct hdac_ext_bus *bus, int addr); > struct hdac_ext_link *snd_hdac_ext_bus_get_link(struct hdac_ext_bus *bus, > const char *codec_name); > > -- > 1.9.1 >