diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-08-14 19:59:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-08-14 20:00:56 +0200 |
commit | ddf7cb83b0f45feb94ad89a987f600c766c463ca (patch) | |
tree | e5fb54d43450875854700c73a96415a2b1a7502c /sound/hda/local.h | |
parent | 53eff75e5f4dd4b9bc489955fdc60fde48d85e93 (diff) |
ALSA: hda: Unexport a few more stuff
Drop EXPORT_SYMBOL*() from a few more stuff in HD-audio core that
aren't used outside. Particular the unsol event handler can be
staticized now because the recent change removed all external
callers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda/local.h')
-rw-r--r-- | sound/hda/local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/hda/local.h b/sound/hda/local.h index 3a4e303169a6..5b935219352f 100644 --- a/sound/hda/local.h +++ b/sound/hda/local.h @@ -37,4 +37,7 @@ int snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec); void snd_hdac_bus_remove_device(struct hdac_bus *bus, struct hdac_device *codec); +int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, + unsigned int flags, unsigned int *res); + #endif /* __HDAC_LOCAL_H */ |