All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: HDA: remove the unused function declaration
@ 2015-06-11 16:41 Vinod Koul
  2015-06-11 17:05 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2015-06-11 16:41 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

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 <vinod.koul@intel.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: HDA: remove the unused function declaration
  2015-06-11 16:41 [PATCH] ALSA: HDA: remove the unused function declaration Vinod Koul
@ 2015-06-11 17:05 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2015-06-11 17:05 UTC (permalink / raw)
  To: Vinod Koul; +Cc: liam.r.girdwood, patches.audio, alsa-devel, broonie

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 <vinod.koul@intel.com>

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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-11 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-11 16:41 [PATCH] ALSA: HDA: remove the unused function declaration Vinod Koul
2015-06-11 17:05 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.