summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorMark Greer <mgreer@animalcreek.com>2016-01-13 14:07:47 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-01-13 16:02:04 -0800
commit4dbf5056405ad3c0ead370f0f3254c17b81b1e04 (patch)
tree52c45adf2a359ccc869ad866fc7365276e041575 /drivers/staging/greybus/Makefile
parent184992e305f1de3a3d5fa446da3a2bc76be7c54a (diff)
downloadlinux-stable-4dbf5056405ad3c0ead370f0f3254c17b81b1e04.tar.gz
linux-stable-4dbf5056405ad3c0ead370f0f3254c17b81b1e04.tar.bz2
linux-stable-4dbf5056405ad3c0ead370f0f3254c17b81b1e04.zip
greybus: audio: Add direct audio streaming control for APBridgeA
The latest audio architecture does not stream audio data over the USB link between the AP and APBridgeA. Instead, audio data is streamed directly over the I2S link between the two. To support the Greybus audio driver in setting up the I2S port and controling packeting/depacketizing of audio data to/from Greybus audio messages, define a set of commands and their parameters. These commands and parameters will be placed into a request and sent over the USB control channel to APBridgeA. A corresponding driver on APBridgeA will receive and process the requests. Signed-off-by: Mark Greer <mgreer@animalcreek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 3010f1606dae..e2ae24b32ab7 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -31,6 +31,7 @@ gb-es2-y := es2.o
gb-arche-y := arche-platform.o arche-apb-ctrl.o
gb-audio-codec-y := audio_codec.o
gb-audio-gb-y := audio_gb.o
+gb-audio-apbridgea-y := audio_apbridgea.o
gb-camera-y := camera.o
obj-m += greybus.o
@@ -46,6 +47,7 @@ obj-m += gb-arche.o
obj-m += gb-audio-codec.o
obj-m += gb-camera.o
obj-m += gb-audio-gb.o
+obj-m += gb-audio-apbridgea.o
KERNELVER ?= $(shell uname -r)
KERNELDIR ?= /lib/modules/$(KERNELVER)/build