]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: Drop export of snd_hdac_bus_add/remove_device()
authorTakashi Iwai <tiwai@suse.de>
Wed, 14 Aug 2019 16:27:08 +0000 (18:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 14 Aug 2019 17:51:24 +0000 (19:51 +0200)
commit7a067821cec26637cb1dc8ed77d20792021579dc
treea92f321c63d90e5f2c361e1ec14e22b5d63a14de
parentd696b1403763192aec30fad49ab9588e1db5fde4
ALSA: hda: Drop export of snd_hdac_bus_add/remove_device()

snd_hdac_bus_add_device() and snd_hdac_remove_device() are called only
internally in hda-core.  Let's drop the exports of them and move the
declarations into local.h.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hdaudio.h
sound/hda/hdac_bus.c
sound/hda/local.h