aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/hdac_regmap.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-08-14 19:59:44 +0200
committerTakashi Iwai <tiwai@suse.de>2019-08-14 20:00:56 +0200
commitddf7cb83b0f45feb94ad89a987f600c766c463ca (patch)
treee5fb54d43450875854700c73a96415a2b1a7502c /sound/hda/hdac_regmap.c
parentALSA: hda: Drop export of snd_hdac_bus_add/remove_device() (diff)
downloadlinux-dev-ddf7cb83b0f45feb94ad89a987f600c766c463ca.tar.xz
linux-dev-ddf7cb83b0f45feb94ad89a987f600c766c463ca.zip
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/hdac_regmap.c')
-rw-r--r--sound/hda/hdac_regmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/hda/hdac_regmap.c b/sound/hda/hdac_regmap.c
index f399a1552e73..286361ecd640 100644
--- a/sound/hda/hdac_regmap.c
+++ b/sound/hda/hdac_regmap.c
@@ -21,6 +21,7 @@
#include <sound/core.h>
#include <sound/hdaudio.h>
#include <sound/hda_regmap.h>
+#include "local.h"
static int codec_pm_lock(struct hdac_device *codec)
{