Searched refs:vx_send_msg (Results 1 – 4 of 4) sorted by relevance
/sound/drivers/vx/ |
D | vx_pcm.c | 205 return vx_send_msg(chip, &rmh); in vx_set_stream_format() 252 err = vx_send_msg(chip, &rmh); in vx_set_ibl() 309 result = vx_send_msg(chip, &rmh); in vx_query_hbuffer_size() 474 err = vx_send_msg(chip, &rmh); in vx_alloc_pipe() 484 vx_send_msg(chip, &rmh); in vx_alloc_pipe() 511 vx_send_msg(chip, &rmh); in vx_free_pipe() 725 err = vx_send_msg(chip, &rmh); in vx_update_pipe_position() 901 if ((err = vx_send_msg(chip, &rmh)) < 0) in vx_pcm_prepare() 907 if ((err = vx_send_msg(chip, &rmh)) < 0) in vx_pcm_prepare() 1197 if (vx_send_msg(chip, &chip->irq_rmh) < 0) { in vx_pcm_update_intr() [all …]
|
D | vx_uer.c | 41 return vx_send_msg(chip, &rmh); in vx_modify_board_clock() 53 return vx_send_msg(chip, &rmh); in vx_modify_board_inputs()
|
D | vx_mixer.c | 255 return vx_send_msg(chip, &rmh); in vx_adjust_audio_level() 272 err = vx_send_msg(chip, &rmh); 396 err = vx_send_msg(chip, &rmh); in vx_get_audio_vu_meter()
|
D | vx_core.c | 346 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg() function
|