diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-05-16 08:28:54 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-05-16 08:29:49 +0200 |
commit | b9f2d35f05308813c4c887d5c530004f01e1829c (patch) | |
tree | d238f9f3fedefd1962c212b18b9b9b53db13c997 /include/sound/hdaudio.h | |
parent | ALSA: hda: Drop unused snd_hda_queue_unsol_event() (diff) | |
download | linux-b9f2d35f05308813c4c887d5c530004f01e1829c.tar.xz linux-b9f2d35f05308813c4c887d5c530004f01e1829c.zip |
ALSA: hda: Unexport some local helper functions
snd_hdac_bus_queue_event() and snd_hdac_bus_exec_verb() are used only
internally in HD-audio core. Let's drop the exports and move the
declarations into local.h.
Link: https://lore.kernel.org/r/20200516062854.22141-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/hdaudio.h')
-rw-r--r-- | include/sound/hdaudio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h index 10945963d727..c1f78d9a6e47 100644 --- a/include/sound/hdaudio.h +++ b/include/sound/hdaudio.h @@ -372,11 +372,8 @@ struct hdac_bus { int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, const struct hdac_bus_ops *ops); void snd_hdac_bus_exit(struct hdac_bus *bus); -int snd_hdac_bus_exec_verb(struct hdac_bus *bus, unsigned int addr, - unsigned int cmd, unsigned int *res); int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr, unsigned int cmd, unsigned int *res); -void snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex); static inline void snd_hdac_codec_link_up(struct hdac_device *codec) { |