Searched refs:sst_hsw_stream (Results 1 – 3 of 3) sorted by relevance
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.h | 45 struct sst_hsw_stream; 412 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume); 414 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 *volume); 423 struct sst_hsw_stream *sst_hsw_stream_new(struct sst_hsw *hsw, int id, 424 u32 (*get_write_position)(struct sst_hsw_stream *stream, void *data), 427 int sst_hsw_stream_free(struct sst_hsw *hsw, struct sst_hsw_stream *stream); 430 int sst_hsw_stream_format(struct sst_hsw *hsw, struct sst_hsw_stream *stream, 435 int sst_hsw_stream_buffer(struct sst_hsw *hsw, struct sst_hsw_stream *stream, 439 int sst_hsw_stream_commit(struct sst_hsw *hsw, struct sst_hsw_stream *stream); 441 int sst_hsw_stream_set_valid(struct sst_hsw *hsw, struct sst_hsw_stream *stream, [all …]
|
D | sst-haswell-ipc.c | 214 struct sst_hsw_stream; 218 struct sst_hsw_stream { struct 247 u32 (*notify_position)(struct sst_hsw_stream *stream, void *data); argument 426 static struct sst_hsw_stream *get_stream_by_id(struct sst_hsw *hsw, in get_stream_by_id() 429 struct sst_hsw_stream *stream; in get_stream_by_id() 483 struct sst_hsw_stream *stream = container_of(work, in hsw_notification_work() 484 struct sst_hsw_stream, notify_work); in hsw_notification_work() 528 struct sst_hsw_stream *stream; in hsw_stream_update() 671 struct sst_hsw_stream *stream; in hsw_stream_message() 841 int sst_hsw_stream_get_volume(struct sst_hsw *hsw, struct sst_hsw_stream *stream, in sst_hsw_stream_get_volume() [all …]
|
D | sst-haswell-pcm.c | 114 struct sst_hsw_stream *stream; 159 static u32 hsw_notify_pointer(struct sst_hsw_stream *stream, void *data); 680 struct sst_hsw_stream *sst_stream; in hsw_pcm_trigger() 715 static u32 hsw_notify_pointer(struct sst_hsw_stream *stream, void *data) in hsw_notify_pointer()
|