Home
last modified time | relevance | path

Searched refs:curve_type (Results 1 – 9 of 9) 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/sof/
H A Dipc4-topology.h368 * @curve_type: Curve type
376 uint32_t curve_type; member
H A Dipc4-control.c122 params.curve_type = gain->data.params.curve_type; in sof_ipc4_set_volume_data()
H A Dipc4-topology.c133 get_token_u32, offsetof(struct sof_ipc4_gain_params, curve_type)},
944 swidget->widget->name, gain->data.params.curve_type, in sof_ipc4_widget_setup_comp_pga()
/linux/sound/soc/intel/avs/
H A Dmessages.h799 u32 curve_type; member
H A Dpath.c315 cfg->vols[0].curve_type = AVS_AUDIO_CURVE_NONE; in avs_peakvol_create()