~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
        struct snd_sst_buffs *obufs;
401
401
};
402
402
 
 
403
struct snd_sst_tuning_params {
 
404
        __u8 type;
 
405
        __u8 str_id;
 
406
        __u8 size;
 
407
        __u8 rsvd;
 
408
        __aligned_u64 addr;
 
409
} __attribute__ ((packed));
403
410
/*IOCTL defined here */
404
411
/*SST MMF IOCTLS only */
405
412
#define SNDRV_SST_STREAM_SET_PARAMS _IOR('L', 0x00, \
428
435
/*DSP Ioctls on /dev/intel_sst_ctrl only*/
429
436
#define SNDRV_SST_SET_ALGO      _IOW('L', 0x30,  struct snd_ppp_params *)
430
437
#define SNDRV_SST_GET_ALGO      _IOWR('L', 0x31,  struct snd_ppp_params *)
 
438
#define SNDRV_SST_TUNING_PARAMS _IOW('L', 0x32,  struct snd_sst_tuning_params *)
431
439
 
432
440
#endif /* __INTEL_SST_IOCTL_H__ */