~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/staging/intel_sst/intel_sst_fw_ipc.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#define IPC_IA_GET_FW_VERSION 0x04
57
57
#define IPC_IA_GET_FW_BUILD_INF 0x05
58
58
#define IPC_IA_GET_FW_INFO 0x06
 
59
#define IPC_IA_GET_FW_CTXT 0x07
 
60
#define IPC_IA_SET_FW_CTXT 0x08
59
61
 
60
62
/* I2L Codec Config/control msgs */
61
63
#define IPC_IA_SET_CODEC_PARAMS 0x10
69
71
#define IPC_IA_DECODE_FRAMES 0x18
70
72
 
71
73
#define IPC_IA_ALG_PARAMS 0x1A
 
74
#define IPC_IA_TUNING_PARAMS 0x1B
72
75
 
73
76
/* I2L Stream config/control msgs */
74
77
#define IPC_IA_ALLOC_STREAM 0x20 /* Allocate a stream ID */
406
409
        char *mailbox_data;
407
410
};
408
411
 
 
412
struct snd_sst_ctxt_params {
 
413
        u32 address; /* Physical Address in DDR where the context is stored */
 
414
        u32 size; /* size of the context */
 
415
};
409
416
#endif /* __INTEL_SST_FW_IPC_H__ */