diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-06-11 22:11:49 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-06-11 19:04:54 +0200 |
commit | 9e8af74c38162c884465385a7f1ded1c98cdc752 (patch) | |
tree | 7bb4df324c303412bc38fd6c68fdf45daae1cb59 /include/sound/hdaudio_ext.h | |
parent | a457782a1c694c5c84dac55c9a77789dd741a7e5 (diff) |
ALSA: HDA: remove the unused function declaration
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>
Diffstat (limited to 'include/sound/hdaudio_ext.h')
-rw-r--r-- | include/sound/hdaudio_ext.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |