Searched refs:set_volume (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/media/i2c/cx25840/ |
A D | cx25840-audio.c | 468 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-6.3-rc2/sound/isa/sb/ |
A D | emu8000_callback.c | 33 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
|
/linux-6.3-rc2/drivers/media/pci/cx18/ |
A D | cx18-av-audio.c | 331 static void set_volume(struct cx18 *cx, int volume) in set_volume() function 435 set_volume(cx, ctrl->val); in cx18_av_audio_s_ctrl()
|
/linux-6.3-rc2/include/linux/mfd/ |
A D | wl1273-core.h | 274 int (*set_volume)(struct wl1273_core *core, unsigned int); member
|
/linux-6.3-rc2/drivers/mfd/ |
A D | wl1273-core.c | 201 core->set_volume = wl1273_fm_set_volume; in wl1273_core_probe()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | wl1273.c | 258 r = wl1273->core->set_volume(wl1273->core, in snd_wl1273_fm_volume_put()
|
/linux-6.3-rc2/drivers/media/radio/ |
A D | radio-wl1273.c | 728 r = core->set_volume(core, core->volume); in wl1273_fm_set_mode() 1443 r = core->set_volume(core, core->volume); in wl1273_fm_vidioc_s_ctrl()
|
Completed in 17 milliseconds