Home
last modified time | relevance | path

Searched refs:snd_ppp_params (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/intel_sst/
Dintel_sst_ioctl.h194 struct snd_ppp_params { struct
429 #define SNDRV_SST_SET_ALGO _IOW('L', 0x30, struct snd_ppp_params *)
430 #define SNDRV_SST_GET_ALGO _IOWR('L', 0x31, struct snd_ppp_params *)
Dintel_sst_app_interface.c837 int sst_create_algo_ipc(struct snd_ppp_params *algo_params, in sst_create_algo_ipc()
885 struct snd_ppp_params algo_params; in intel_sst_ioctl_dsp()
886 struct snd_ppp_params *algo_params_copied; in intel_sst_ioctl_dsp()
932 algo_params_copied = (struct snd_ppp_params *) in intel_sst_ioctl_dsp()
948 struct snd_ppp_params, size); in intel_sst_ioctl_dsp()
Dintel_sst_ipc.c355 struct snd_ppp_params *mailbox_params, *get_params; in sst_process_reply()
359 mailbox_params = (struct snd_ppp_params *)msg->mailbox; in sst_process_reply()