Searched refs:sstream (Results 1 – 2 of 2) sorted by relevance
28 sstream->copied_total += copied; in sof_set_transferred_bytes()53 struct sof_compr_stream *sstream; in snd_sof_compr_fragment_elapsed() local61 sstream = crtd->private_data; in snd_sof_compr_fragment_elapsed()104 sstream = kzalloc(sizeof(*sstream), GFP_KERNEL); in sof_compr_open()105 if (!sstream) in sof_compr_open()110 kfree(sstream); in sof_compr_open()117 kfree(sstream); in sof_compr_open()126 crtd->private_data = sstream; in sof_compr_open()157 kfree(sstream); in sof_compr_free()186 sstream = crtd->private_data; in sof_compr_set_params()[all …]
48 struct sof_compr_stream *sstream = sps->cstream->runtime->private_data; in sof_ipc_msg_data() local50 if (!sstream) in sof_ipc_msg_data()53 posn_offset = sstream->posn_offset; in sof_ipc_msg_data()81 struct sof_compr_stream *sstream = sps->cstream->runtime->private_data; in sof_set_stream_data_offset() local83 sstream->posn_offset = posn_offset; in sof_set_stream_data_offset()
Completed in 7 milliseconds