Home
last modified time | relevance | path

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

/openbmc/linux/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()
180 int catpt_ipc_reset_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_reset_stream()
197 int catpt_ipc_pause_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_pause_stream()
214 int catpt_ipc_resume_stream(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_ipc_resume_stream()
238 int catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id, in catpt_ipc_set_volume()
272 int catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id, in catpt_ipc_set_write_pos()
297 int catpt_ipc_mute_loopback(struct catpt_dev *cdev, u8 stream_hw_id, bool mute) in catpt_ipc_mute_loopback()
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()