Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion audioreach-driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ audioreach_driver-objs := \
q6prm_audioreach.o \
audioreach_common.o

ccflags-y += -I$(KERNEL_SRC)/sound/soc/qcom/qdsp6 -I$(KERNEL_SRC)/sound/soc/qcom
ccflags-y += -I$(KERNEL_SRC)/sound/soc/qcom/qdsp6 -I$(KERNEL_SRC)/sound/soc/qcom -I$(src)/../include/uapi
7 changes: 1 addition & 6 deletions audioreach-driver/q6apm_audio_mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@
#include <dt-bindings/firmware/qcom,scm.h>
#include <sound/soc.h>
#include "q6prm_audioreach.h"
#include <linux/msm_audio.h>

#define DRV_NAME "q6apm-audio-mem"

#define AUDIO_IOCTL_MAGIC 'a'
#define IOCTL_MAP_PHYS_ADDR _IOW(AUDIO_IOCTL_MAGIC, 97, int)
#define IOCTL_UNMAP_PHYS_ADDR _IOW(AUDIO_IOCTL_MAGIC, 98, int)
#define IOCTL_MAP_HYP_ASSIGN _IOW(AUDIO_IOCTL_MAGIC, 99, int)
#define IOCTL_UNMAP_HYP_ASSIGN _IOW(AUDIO_IOCTL_MAGIC, 100, int)

#define MSM_AUDIO_MEM_PROBED (1 << 0)

#define MSM_AUDIO_MEM_PHYS_ADDR(alloc_data) \
Expand Down
Loading