]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: HDA: remove the unused function declaration
authorVinod Koul <vinod.koul@intel.com>
Thu, 11 Jun 2015 16:41:49 +0000 (22:11 +0530)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 Jun 2015 17:04:54 +0000 (19:04 +0200)
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hdaudio_ext.h

index 0044caa1915595078974087924155fb921ae3aae..202350a8eddb6fc29b3044996221e0b82be4d368 100644 (file)
@@ -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);