Home
last modified time | relevance | path

Searched defs:stream_hw_id (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/intel/catpt/
H A Dmessages.c106 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
305 u32 stream_hw_id:4; member
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()