We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beeddb commit 29d49a7Copy full SHA for 29d49a7
drivers/staging/vc04_services/bcm2835-audio/Makefile
@@ -1,5 +1,3 @@
1
# SPDX-License-Identifier: GPL-2.0
2
obj-$(CONFIG_SND_BCM2835) += snd-bcm2835.o
3
snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
4
-
5
-ccflags-y += -I $(srctree)/$(src)/../include
drivers/staging/vc04_services/bcm2835-audio/bcm2835.h
@@ -6,11 +6,12 @@
6
7
#include <linux/device.h>
8
#include <linux/wait.h>
9
-#include <linux/raspberrypi/vchiq.h>
10
#include <sound/core.h>
11
#include <sound/pcm.h>
12
#include <sound/pcm-indirect.h>
13
+#include "../include/linux/raspberrypi/vchiq.h"
14
+
15
#define MAX_SUBSTREAMS (8)
16
#define AVAIL_SUBSTREAMS_MASK (0xff)
17
0 commit comments