Searched refs:mixart_set_clock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart.c | 158 static int mixart_set_clock(struct mixart_mgr *mgr, in mixart_set_clock() function 178 "error mixart_set_clock(%d) called with wrong pipe->status !\n", in mixart_set_clock() 191 dev_dbg(&mgr->pci->dev, "mixart_set_clock to %d kHz\n", rate); in mixart_set_clock() 348 err = mixart_set_clock( mgr, pipe, 0); in snd_mixart_kill_ref_pipe() 351 "mixart_set_clock(0) return error!\n"); in snd_mixart_kill_ref_pipe() 496 if( mixart_set_clock(chip->mgr, stream->pipe, subs->runtime->rate) ) in snd_mixart_prepare()
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart.c | 157 static int mixart_set_clock(struct mixart_mgr *mgr, in mixart_set_clock() function 177 "error mixart_set_clock(%d) called with wrong pipe->status !\n", in mixart_set_clock() 190 dev_dbg(&mgr->pci->dev, "mixart_set_clock to %d kHz\n", rate); in mixart_set_clock() 347 err = mixart_set_clock( mgr, pipe, 0); in snd_mixart_kill_ref_pipe() 350 "mixart_set_clock(0) return error!\n"); in snd_mixart_kill_ref_pipe() 495 if( mixart_set_clock(chip->mgr, stream->pipe, subs->runtime->rate) ) in snd_mixart_prepare()
|
Completed in 4 milliseconds