Home
last modified time | relevance | path

Searched refs:stream_hw_id (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dmessages.c106 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_free_stream() argument
113 request.size = sizeof(stream_hw_id); in catpt_ipc_free_stream()
114 request.data = &stream_hw_id; in catpt_ipc_free_stream()
119 stream_hw_id, ret); in catpt_ipc_free_stream()
180 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_reset_stream() argument
186 msg.stream_hw_id = stream_hw_id; in catpt_ipc_reset_stream()
192 stream_hw_id, ret); in catpt_ipc_reset_stream()
197 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_pause_stream() argument
203 msg.stream_hw_id in catpt_ipc_pause_stream()
214 catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id) catpt_ipc_resume_stream() argument
238 catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id, u32 channel, u32 volume, u32 curve_duration, enum catpt_audio_curve_type curve_type) catpt_ipc_set_volume() argument
272 catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id, u32 pos, bool eob, bool ll) catpt_ipc_set_write_pos() argument
297 catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute) catpt_ipc_mute_loopback() argument
[all...]
H A Dmessages.h199 u32 stream_hw_id; member
217 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id);
307 u32 stream_hw_id:4; member
326 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id);
327 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id);
328 int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id);
337 int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id,
342 int catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id,
345 int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute);
366 u32 stream_hw_id member
[all...]
H A Dpcm.c101 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_stream_find() argument
107 if (pos->info.stream_hw_id == stream_hw_id) { in catpt_stream_find()
387 catpt_ipc_reset_stream(cdev, stream->info.stream_hw_id); in catpt_dai_hw_free()
388 catpt_ipc_free_stream(cdev, stream->info.stream_hw_id); in catpt_dai_hw_free()
404 u32 id = stream->info.stream_hw_id; in catpt_dai_apply_usettings()
453 ret = catpt_ipc_reset_stream(cdev, stream->info.stream_hw_id); in catpt_dai_prepare()
457 ret = catpt_ipc_pause_stream(cdev, stream->info.stream_hw_id); in catpt_dai_prepare()
491 ret = catpt_ipc_set_write_pos(cdev, stream->info.stream_hw_id, in catpt_dai_trigger()
500 ret = catpt_ipc_resume_stream(cdev, stream->info.stream_hw_id); in catpt_dai_trigger()
[all...]
H A Dipc.c152 stream = catpt_stream_find(cdev, msg.stream_hw_id); in catpt_dsp_notify_stream()
155 msg.notify_reason, msg.stream_hw_id); in catpt_dsp_notify_stream()
H A Dcore.h185 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id);
H A Dloader.c100 stream->info.stream_hw_id, off, size); in catpt_store_streams_context()
190 stream->info.stream_hw_id, off, size); in catpt_restore_streams_context()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Dmessages.c106 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_free_stream() argument
113 request.size = sizeof(stream_hw_id); in catpt_ipc_free_stream()
114 request.data = &stream_hw_id; in catpt_ipc_free_stream()
119 stream_hw_id, ret); in catpt_ipc_free_stream()
180 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_reset_stream() argument
186 msg.stream_hw_id = stream_hw_id; in catpt_ipc_reset_stream()
192 stream_hw_id, ret); in catpt_ipc_reset_stream()
197 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_pause_stream() argument
203 msg.stream_hw_id in catpt_ipc_pause_stream()
214 catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id) catpt_ipc_resume_stream() argument
238 catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id, u32 channel, u32 volume, u32 curve_duration, enum catpt_audio_curve_type curve_type) catpt_ipc_set_volume() argument
272 catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id, u32 pos, bool eob, bool ll) catpt_ipc_set_write_pos() argument
297 catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute) catpt_ipc_mute_loopback() argument
[all...]
H A Dmessages.h199 u32 stream_hw_id; member
217 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id);
305 u32 stream_hw_id:4; member
324 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id);
325 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id);
326 int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id);
335 int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id,
340 int catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id,
343 int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute);
364 u32 stream_hw_id member
[all...]
H A Dpcm.c101 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_stream_find() argument
107 if (pos->info.stream_hw_id == stream_hw_id) { in catpt_stream_find()
337 u32 id = stream->info.stream_hw_id; in catpt_dai_apply_usettings()
437 catpt_ipc_reset_stream(cdev, stream->info.stream_hw_id); in catpt_dai_hw_free()
438 catpt_ipc_free_stream(cdev, stream->info.stream_hw_id); in catpt_dai_hw_free()
455 ret = catpt_ipc_reset_stream(cdev, stream->info.stream_hw_id); in catpt_dai_prepare()
459 ret = catpt_ipc_pause_stream(cdev, stream->info.stream_hw_id); in catpt_dai_prepare()
489 ret = catpt_ipc_set_write_pos(cdev, stream->info.stream_hw_id, in catpt_dai_trigger()
498 ret = catpt_ipc_resume_stream(cdev, stream->info.stream_hw_id); in catpt_dai_trigger()
[all...]
H A Dipc.c152 stream = catpt_stream_find(cdev, msg.stream_hw_id); in catpt_dsp_notify_stream()
155 msg.notify_reason, msg.stream_hw_id); in catpt_dsp_notify_stream()
H A Dcore.h172 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id);
H A Dloader.c100 stream->info.stream_hw_id, off, size); in catpt_store_streams_context()
190 stream->info.stream_hw_id, off, size); in catpt_restore_streams_context()

Completed in 10 milliseconds