Home
last modified time | relevance | path

Searched refs:set_volume (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/i2c/cx25840/
H A Dcx25840-audio.c468 static void set_volume(struct i2c_client *client, int volume) in set_volume() function
533 set_volume(client, 0); in cx25840_audio_s_ctrl()
535 set_volume(client, state->volume->val); in cx25840_audio_s_ctrl()
/linux/sound/isa/sb/
H A Demu8000_callback.c33 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
117 set_volume(hw, vp); in update_voice()
253 set_volume(hw, vp); in start_voice()
345 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_volume() function