Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_mvc.c100 if (mvc->curve_type == CURVE_POLY) { in tegra210_mvc_conv_vol()
268 if (mvc->curve_type == CURVE_POLY) { in tegra210_mvc_get_vol()
360 if (mvc->curve_type == CURVE_POLY) { in tegra210_mvc_reset_vol_settings()
373 mvc->curve_type << in tegra210_mvc_reset_vol_settings()
400 ucontrol->value.enumerated.item[0] = mvc->curve_type; in tegra210_mvc_get_curve_type()
419 if (mvc->curve_type == ucontrol->value.enumerated.item[0]) in tegra210_mvc_put_curve_type()
422 mvc->curve_type = ucontrol->value.enumerated.item[0]; in tegra210_mvc_put_curve_type()
724 mvc->curve_type = CURVE_LINEAR; in tegra210_mvc_platform_probe()
H A Dtegra210_mvc.h117 unsigned int curve_type; member
/linux/sound/soc/intel/catpt/
H A Dmessages.c235 u32 curve_type; member
241 enum catpt_audio_curve_type curve_type) in catpt_ipc_set_volume() argument
252 input.curve_type = curve_type; in catpt_ipc_set_volume()
H A Dmessages.h338 enum catpt_audio_curve_type curve_type);
/linux/sound/soc/intel/avs/
H A Dpath.c461 vols[i].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
473 vols[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
497 mutes[i].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_mute()
509 mutes[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_mute()
537 cfg->vols[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_create()
[all...]
H A Dmessages.h841 u32 curve_type; member
850 u32 curve_type; member
/linux/sound/soc/sof/
H A Dipc4-topology.h369 * @curve_type: Curve type
377 uint32_t curve_type; member
H A Dipc4-topology.c134 get_token_u32, offsetof(struct sof_ipc4_gain_params, curve_type)},
954 swidget->widget->name, gain->data.params.curve_type, in sof_ipc4_widget_setup_comp_pga()