Home
last modified time | relevance | path

Searched refs:sstream (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/sound/soc/sof/
Dcompress.c14 static void sof_set_transferred_bytes(struct sof_compr_stream *sstream, in sof_set_transferred_bytes() argument
20 div64_u64_rem(sstream->copied_total, buffer_size, &prev_pos); in sof_set_transferred_bytes()
27 sstream->copied_total += copied; in sof_set_transferred_bytes()
52 struct sof_compr_stream *sstream; in snd_sof_compr_fragment_elapsed() local
60 sstream = crtd->private_data; in snd_sof_compr_fragment_elapsed()
70 sof_set_transferred_bytes(sstream, spcm->stream[cstream->direction].posn.host_posn, in snd_sof_compr_fragment_elapsed()
99 struct sof_compr_stream *sstream; in sof_compr_open() local
103 sstream = kzalloc(sizeof(*sstream), GFP_KERNEL); in sof_compr_open()
104 if (!sstream) in sof_compr_open()
109 kfree(sstream); in sof_compr_open()
[all …]
/Linux-v6.1/sound/soc/intel/skylake/
Dskl-pcm.c1244 struct hdac_ext_stream *sstream = get_hdac_ext_stream(substream); in skl_platform_soc_get_time_info() local
1245 struct hdac_stream *hstr = hdac_stream(sstream); in skl_platform_soc_get_time_info()