refactor(alsa): rename and move volume -> alsa
This commit is contained in:
parent
818bcbd0b5
commit
e16227ca43
6 changed files with 18 additions and 18 deletions
include/modules
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue