Searched refs:catpt_dsp_select_lpclock (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/soc/intel/catpt/ ! |
D | dsp.c | 257 static int catpt_dsp_select_lpclock(struct catpt_dev *cdev, bool lp, bool waiti) in catpt_dsp_select_lpclock() function 319 return catpt_dsp_select_lpclock(cdev, false, true); in catpt_dsp_update_lpclock() 321 return catpt_dsp_select_lpclock(cdev, true, true); in catpt_dsp_update_lpclock() 368 catpt_dsp_select_lpclock(cdev, true, false); in catpt_dsp_power_down() 426 catpt_dsp_select_lpclock(cdev, false, false); in catpt_dsp_power_up()
|