Home
last modified time | relevance | path

Searched refs:stream_hw_id (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/intel/catpt/
H A Dmessages.c97 int catpt_ipc_free_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_alloc_stream()
103 request.size = sizeof(stream_hw_id); in catpt_ipc_alloc_stream()
104 request.data = &stream_hw_id; in catpt_ipc_alloc_stream()
150 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_enter_dxstate()
155 msg.stream_hw_id = stream_hw_id; in catpt_ipc_enter_dxstate()
161 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id)
166 msg.stream_hw_id = stream_hw_id; in catpt_ipc_get_mixer_stream_info()
172 int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_get_mixer_stream_info()
106 catpt_ipc_free_stream(struct catpt_dev * cdev,u8 stream_hw_id) catpt_ipc_free_stream() argument
180 catpt_ipc_reset_stream(struct catpt_dev * cdev,u8 stream_hw_id) catpt_ipc_reset_stream() argument
197 catpt_ipc_pause_stream(struct catpt_dev * cdev,u8 stream_hw_id) catpt_ipc_pause_stream() argument
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:4; member
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()
333 u32 id = stream->info.stream_hw_id; in catpt_dai_apply_usettings()
415 catpt_ipc_free_stream(cdev, stream->info.stream_hw_id); in catpt_dai_hw_params()
433 catpt_ipc_reset_stream(cdev, stream->info.stream_hw_id); in catpt_dai_hw_free()
434 catpt_ipc_free_stream(cdev, stream->info.stream_hw_id); in catpt_dai_hw_free()
451 ret = catpt_ipc_reset_stream(cdev, stream->info.stream_hw_id); in catpt_dai_prepare()
455 ret = catpt_ipc_pause_stream(cdev, stream->info.stream_hw_id); in catpt_dai_prepare()
485 ret = catpt_ipc_set_write_pos(cdev, stream->info.stream_hw_id, in catpt_dai_trigger()
494 ret = catpt_ipc_resume_stream(cdev, stream->info.stream_hw_id); in catpt_dai_trigger()
[all …]
H A Dipc.c154 stream = catpt_stream_find(cdev, msg.stream_hw_id); in catpt_dsp_notify_stream()
157 msg.notify_reason, msg.stream_hw_id); in catpt_dsp_notify_stream()
H A Dcore.h173 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()