Home
last modified time | relevance | path

Searched refs:hda_stream (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/sof/intel/
A Dhda-stream.c200 hda_stream); in hda_dsp_stream_get()
220 hda_stream->flags = flags; in hda_dsp_stream_get()
253 hda_stream = container_of(stream, struct sof_intel_hda_stream, hda_stream); in hda_dsp_stream_put()
843 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
845 if (!hda_stream) in hda_dsp_stream_init()
848 hda_stream->sdev = sdev; in hda_dsp_stream_init()
850 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
898 hda_stream = devm_kzalloc(sdev->dev, sizeof(*hda_stream), in hda_dsp_stream_init()
900 if (!hda_stream) in hda_dsp_stream_init()
905 stream = &hda_stream->hda_stream; in hda_dsp_stream_init()
[all …]
A Dhda-ipc.c264 struct sof_intel_hda_stream *hda_stream; in hda_ipc_msg_data() local
266 hda_stream = container_of(hstream, in hda_ipc_msg_data()
268 hda_stream.hstream); in hda_ipc_msg_data()
274 sof_mailbox_read(sdev, hda_stream->stream.posn_offset, p, sz); in hda_ipc_msg_data()
285 struct sof_intel_hda_stream *hda_stream; in hda_ipc_pcm_params() local
289 hda_stream = container_of(hstream, struct sof_intel_hda_stream, in hda_ipc_pcm_params()
290 hda_stream.hstream); in hda_ipc_pcm_params()
297 hda_stream->stream.posn_offset = sdev->stream_box.offset + posn_offset; in hda_ipc_pcm_params()
300 substream->stream, hda_stream->stream.posn_offset); in hda_ipc_pcm_params()
A Dhda-dai.c64 struct sof_intel_hda_stream *hda_stream; in hda_link_stream_assign() local
82 hda_stream = hstream_to_sof_hda_stream(hstream); in hda_link_stream_assign()
103 hda_stream->host_reserved = 1; in hda_link_stream_assign()
188 struct snd_sof_dev *sdev = hda_stream->sdev; in hda_link_config_ipc()
207 struct snd_sof_dev *sdev = hda_stream->sdev; in hda_link_dai_widget_update()
232 struct sof_intel_hda_stream *hda_stream; in hda_link_hw_params() local
251 hda_stream = hstream_to_sof_hda_stream(link_dev); in hda_link_hw_params()
313 struct sof_intel_hda_stream *hda_stream; in hda_link_pcm_trigger() local
330 hda_stream = hstream_to_sof_hda_stream(link_dev); in hda_link_pcm_trigger()
384 struct sof_intel_hda_stream *hda_stream; in hda_link_hw_free() local
[all …]
A Dhda.h474 struct hdac_ext_stream hda_stream; member
481 container_of(hstream, struct sof_intel_hda_stream, hda_stream)
/linux/sound/soc/codecs/
A Dhdac_hda.c240 struct hda_pcm_stream *hda_stream; in hdac_hda_dai_hw_free() local
248 hda_stream = &pcm->stream[substream->stream]; in hdac_hda_dai_hw_free()
258 struct hda_pcm_stream *hda_stream; in hdac_hda_dai_prepare() local
272 hda_stream = &pcm->stream[substream->stream]; in hdac_hda_dai_prepare()
277 ret = snd_hda_codec_prepare(&hda_pvt->codec, hda_stream, in hdac_hda_dai_prepare()
290 struct hda_pcm_stream *hda_stream; in hdac_hda_dai_open() local
300 hda_stream = &pcm->stream[substream->stream]; in hdac_hda_dai_open()
302 return hda_stream->ops.open(hda_stream, &hda_pvt->codec, substream); in hdac_hda_dai_open()
310 struct hda_pcm_stream *hda_stream; in hdac_hda_dai_close() local
318 hda_stream = &pcm->stream[substream->stream]; in hdac_hda_dai_close()
[all …]

Completed in 11 milliseconds