summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-07-16 21:04:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-16 21:04:58 -0700
commit0ea2b1fc155e2c0b1483d0db781ffe8439dae58c (patch)
tree9e1892240fec0a9c790790a2a5b34d77e8006b35 /include
parent6a8c2e8775e69826b6d8a7a08e8e16b515cb15ac (diff)
parenta1170b1aecf33507bbf1a479367a86c9d83d0080 (diff)
Merge "ASoC: msm: Add hwdep node for NOIRQ FE"
Diffstat (limited to 'include')
-rw-r--r--include/uapi/sound/devdep_params.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/uapi/sound/devdep_params.h b/include/uapi/sound/devdep_params.h
index 5061ec0da356..9e3133b76c68 100644
--- a/include/uapi/sound/devdep_params.h
+++ b/include/uapi/sound/devdep_params.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2015,2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -66,4 +66,14 @@ struct dts_eagle_param_desc {
uint32_t device;
} __packed;
+#define HWDEP_FE_BASE 3000 /*unique base for FE hw dep nodes*/
+struct snd_pcm_mmap_fd {
+ int32_t dir;
+ int32_t fd;
+ int32_t size;
+ int32_t actual_size;
+};
+
+#define SNDRV_PCM_IOCTL_MMAP_DATA_FD _IOWR('U', 0xd2, struct snd_pcm_mmap_fd)
+
#endif