summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-10-26 09:06:40 +0200
committerMax Kellermann <max@musicpd.org>2017-11-10 23:05:50 +0100
commit44c60567dd7957b440c7643797bc223cf5aceb6e (patch)
tree8b77ed482d14fef547af401faf52cbfe918c1915 /Makefile.am
parent967d81b78230ddb093820e775d73bc403c85f2f2 (diff)
output/alsa: add "allowed_formats" setting
Allows defining a list of supported audio formats, and allows switching on and off DoP with certain formats. This is a first rough draft. The setting syntax and its semantics may still be redesigned.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 51991920e..7ff9b1497 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -258,6 +258,7 @@ UPNP_SOURCES = \
ALSA_SOURCES = \
src/lib/alsa/Version.cxx src/lib/alsa/Version.hxx \
+ src/lib/alsa/AllowedFormat.cxx src/lib/alsa/AllowedFormat.hxx \
src/lib/alsa/HwSetup.cxx src/lib/alsa/HwSetup.hxx \
src/lib/alsa/Format.hxx \
src/lib/alsa/PeriodBuffer.hxx \