Home
last modified time | relevance | path

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

/linux-6.6.21/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
914 stream = catpt_stream_find(cdev, pin_id); in catpt_stream_volume_get()
947 stream = catpt_stream_find(cdev, pin_id); in catpt_stream_volume_put()
1026 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()