summaryrefslogtreecommitdiffstats
path: root/sound/usb/Makefile
diff options
context:
space:
mode:
authorJorge Sanjuan2018-07-31 14:28:42 +0200
committerTakashi Iwai2018-07-31 15:01:22 +0200
commit11785ef53228d23ec386f5fe4a34601536f0c891 (patch)
treeecdf75859e73b7671550204c42d1dd6949bb8288 /sound/usb/Makefile
parentALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros (diff)
downloadkernel-qcow2-linux-11785ef53228d23ec386f5fe4a34601536f0c891.tar.gz
kernel-qcow2-linux-11785ef53228d23ec386f5fe4a34601536f0c891.tar.xz
kernel-qcow2-linux-11785ef53228d23ec386f5fe4a34601536f0c891.zip
ALSA: usb-audio: Initial Power Domain support
Thee USB Audio Class 3 (UAC3) introduces Power Domains as a new feature to let a host turn individual parts of an audio function to different power states via USB requests. This lets the device get to know a bit amore about what the host is up to in order to optimize power consumption efficiently. The Power Domains are optional for UAC3 configuration but all UAC3 devices shall include at least one BADD configuration where the support for Power Domains is compulsory. This patch adds a set of features/helpers to parse these power domains and change their status. Signed-off-by: Jorge Sanjuan <jorge.sanjuan@codethink.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/Makefile')
-rw-r--r--sound/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/Makefile b/sound/usb/Makefile
index 05440e2df8d9..d330f74c90e6 100644
--- a/sound/usb/Makefile
+++ b/sound/usb/Makefile
@@ -13,6 +13,7 @@ snd-usb-audio-objs := card.o \
mixer_scarlett.o \
mixer_us16x08.o \
pcm.o \
+ power.o \
proc.o \
quirks.o \
stream.o