diff options
Diffstat (limited to 'src/ls.cxx')
-rw-r--r-- | src/ls.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ls.cxx b/src/ls.cxx index 117c8875b..8039cf1d8 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -55,6 +55,9 @@ static const char *remoteUrlPrefixes[] = { #ifdef ENABLE_DESPOTIFY "spt://", #endif +#ifdef HAVE_ALSA + "alsa://", +#endif NULL }; |