Searched refs:set_volume (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/media/i2c/cx25840/ |
H 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()
|
/openbmc/linux/sound/isa/sb/ |
H 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
|
/openbmc/qemu/hw/audio/ |
H A D | ac97.c | 431 static void set_volume(AC97LinkState *s, int index, uint32_t val) in set_volume() function 497 set_volume(s, AC97_Master_Volume_Mute, 0x8000); in mixer_reset() 498 set_volume(s, AC97_PCM_Out_Volume_Mute, 0x8808); in mixer_reset() 499 set_volume(s, AC97_Record_Gain_Mute, 0x8808); in mixer_reset() 559 set_volume(s, addr, val); in nam_writew() 1118 set_volume(s, AC97_Master_Volume_Mute, in ac97_post_load() 1120 set_volume(s, AC97_PCM_Out_Volume_Mute, in ac97_post_load() 1122 set_volume(s, AC97_Record_Gain_Mute, in ac97_post_load()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H 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()
|
/openbmc/linux/include/linux/mfd/ |
H A D | wl1273-core.h | 274 int (*set_volume)(struct wl1273_core *core, unsigned int); member
|
/openbmc/linux/drivers/mfd/ |
H A D | wl1273-core.c | 201 core->set_volume = wl1273_fm_set_volume; in wl1273_core_probe()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wl1273.c | 258 r = wl1273->core->set_volume(wl1273->core, in snd_wl1273_fm_volume_put()
|
/openbmc/linux/drivers/media/radio/ |
H 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()
|