Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/sound/soc/intel/avs/
H A Dpath.c416 vols[i].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
428 vols[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_volume()
452 mutes[i].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_mute()
464 mutes[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_mute()
492 cfg->vols[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_create()
H A Dtopology.h118 u32 curve_type; member
H A Dmessages.h811 u32 curve_type; member
820 u32 curve_type; member
H A Dtopology.c869 .offset = offsetof(struct avs_tplg_modcfg_ext, peakvol.curve_type),
/linux-6.15/sound/soc/sof/
H A Dipc4-topology.h376 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.c134 get_token_u32, offsetof(struct sof_ipc4_gain_params, curve_type)},
945 swidget->widget->name, gain->data.params.curve_type, in sof_ipc4_widget_setup_comp_pga()