Home
last modified time | relevance | path

Searched refs:catpt_stream_find (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/sound/soc/intel/catpt/
Dcore.h172 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id);
Dpcm.c101 catpt_stream_find(struct catpt_dev *cdev, u8 stream_hw_id) in catpt_stream_find() function
910 stream = catpt_stream_find(cdev, pin_id); in catpt_stream_volume_get()
943 stream = catpt_stream_find(cdev, pin_id); in catpt_stream_volume_put()
1022 stream = catpt_stream_find(cdev, CATPT_PIN_ID_REFERENCE); in catpt_loopback_switch_put()
Dipc.c152 stream = catpt_stream_find(cdev, msg.stream_hw_id); in catpt_dsp_notify_stream()