refactor(alsa): rename and move volume -> alsa

This commit is contained in:
NBonaparte 2018-01-20 12:50:48 -08:00 committed by Patrick Ziegler
parent 818bcbd0b5
commit e16227ca43
6 changed files with 18 additions and 18 deletions
include/modules

View file

@ -41,7 +41,7 @@ namespace modules {
DEFINE_UNSUPPORTED_MODULE(network_module, "internal/network");
#endif
#if not ENABLE_ALSA
DEFINE_UNSUPPORTED_MODULE(volume_module, "internal/volume");
DEFINE_UNSUPPORTED_MODULE(alsa_module, "internal/alsa");
#endif
#if not ENABLE_PULSEAUDIO
DEFINE_UNSUPPORTED_MODULE(pulseaudio_module, "internal/pulseaudio");