Searched defs:sst_ops (Results 1 – 1 of 1) sorted by relevance
128345 struct sst_ops { struct128346 int (*open)(struct device *, struct snd_sst_params *);128347 int (*stream_init)(struct device *, struct pcm_stream_info *);128348 int (*stream_start)(struct device *, int);128349 int (*stream_drop)(struct device *, int);128350 int (*stream_pause)(struct device *, int);128351 int (*stream_pause_release)(struct device *, int);128352 int (*stream_read_tstamp)(struct device *, struct pcm_stream_info *);128353 int (*send_byte_stream)(struct device *, struct snd_sst_bytes_v2 *);128354 int (*close)(struct device *, unsigned int);[all …]