Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dhfp.c61 static struct hfp_module hfpmod = { variable
92 hfpmod.hfp_volume = value; in hfp_set_volume()
104 if (!hfpmod.is_hfp_running) { in hfp_set_volume()
110 if (0 == hfpmod.hfp_vol_mixer_ctl[0]) { in hfp_set_volume()
112 strcpy(hfpmod.hfp_vol_mixer_ctl, "PRI AUXPCM LOOPBACK Volume"); in hfp_set_volume()
114 strcpy(hfpmod.hfp_vol_mixer_ctl, "Internal HFP RX Volume"); in hfp_set_volume()
117 __func__, hfpmod.hfp_vol_mixer_ctl); in hfp_set_volume()
119 ctl = mixer_get_ctl_by_name(adev->mixer, hfpmod.hfp_vol_mixer_ctl); in hfp_set_volume()
122 __func__, hfpmod.hfp_vol_mixer_ctl); in hfp_set_volume()
146 if (!hfpmod.is_hfp_running) { in hfp_set_mic_volume()
[all …]