aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/intel_sst/intel_sst_fw_ipc.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2010-11-22 10:33:51 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-29 11:14:05 -0800
commit62877913ba55b3f2e5ac34dbc1a2975868ea8d25 (patch)
tree8bb9c3deb363846100b952e79de861399a21bb77 /drivers/staging/intel_sst/intel_sst_fw_ipc.h
parent79a35ad57300f78c7250eeeca57b602e06ff402a (diff)
Staging: sst: add ioctls for post processing algorithm interface
This patch adds two new ioctls to intel_sst_ctrl device. This i/f can be used by application to send algorithm parameters Signed-off-by: Vinod Koul <vinod.koul@intel.com> [This will need further discussion in the context of the final ALSA interface but is fine for staging, ie anyone who relies on it should expect changes Also fixed a missing kmalloc fail check] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/intel_sst/intel_sst_fw_ipc.h')
-rw-r--r--drivers/staging/intel_sst/intel_sst_fw_ipc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/intel_sst/intel_sst_fw_ipc.h b/drivers/staging/intel_sst/intel_sst_fw_ipc.h
index 75c18767245..8df313d10d2 100644
--- a/drivers/staging/intel_sst/intel_sst_fw_ipc.h
+++ b/drivers/staging/intel_sst/intel_sst_fw_ipc.h
@@ -68,6 +68,8 @@
#define IPC_IA_CAPT_VOICE 0x17
#define IPC_IA_DECODE_FRAMES 0x18
+#define IPC_IA_ALG_PARAMS 0x1A
+
/* I2L Stream config/control msgs */
#define IPC_IA_ALLOC_STREAM 0x20 /* Allocate a stream ID */
#define IPC_IA_FREE_STREAM 0x21 /* Free the stream ID */