• Home
  • Raw
  • Download

Lines Matching refs:sel

5810 	int sel = ucontrol->value.enumerated.item[0];  in ca0132_alt_mic_boost_put()  local
5813 if (sel >= items) in ca0132_alt_mic_boost_put()
5817 sel); in ca0132_alt_mic_boost_put()
5819 spec->mic_boost_enum_val = sel; in ca0132_alt_mic_boost_put()
5864 int sel = ucontrol->value.enumerated.item[0]; in ae5_headphone_gain_put() local
5867 if (sel >= items) in ae5_headphone_gain_put()
5871 sel); in ae5_headphone_gain_put()
5873 spec->ae5_headphone_gain_val = sel; in ae5_headphone_gain_put()
5917 int sel = ucontrol->value.enumerated.item[0]; in ae5_sound_filter_put() local
5920 if (sel >= items) in ae5_sound_filter_put()
5924 ae5_filter_presets[sel].name); in ae5_sound_filter_put()
5926 spec->ae5_filter_val = sel; in ae5_sound_filter_put()
5929 ae5_filter_presets[sel].val); in ae5_sound_filter_put()
5967 int sel = ucontrol->value.enumerated.item[0]; in ca0132_alt_input_source_put() local
5977 if (sel >= items) in ca0132_alt_input_source_put()
5981 sel, in_src_str[sel]); in ca0132_alt_input_source_put()
5983 spec->in_enum_val = sel; in ca0132_alt_input_source_put()
6019 int sel = ucontrol->value.enumerated.item[0]; in ca0132_alt_output_select_put() local
6023 if (sel >= items) in ca0132_alt_output_select_put()
6027 sel, out_type_str[sel]); in ca0132_alt_output_select_put()
6029 spec->out_enum_val = sel; in ca0132_alt_output_select_put()
6070 int sel = ucontrol->value.enumerated.item[0]; in ca0132_alt_speaker_channel_cfg_put() local
6073 if (sel >= items) in ca0132_alt_speaker_channel_cfg_put()
6077 sel, speaker_channel_cfgs[sel].name); in ca0132_alt_speaker_channel_cfg_put()
6079 spec->channel_cfg_val = sel; in ca0132_alt_speaker_channel_cfg_put()
6123 int sel = ucontrol->value.enumerated.item[0]; in ca0132_alt_svm_setting_put() local
6128 if (sel >= items) in ca0132_alt_svm_setting_put()
6132 sel, out_svm_set_enum_str[sel]); in ca0132_alt_svm_setting_put()
6134 spec->smart_volume_setting = sel; in ca0132_alt_svm_setting_put()
6136 switch (sel) { in ca0132_alt_svm_setting_put()
6188 int sel = ucontrol->value.enumerated.item[0]; in ca0132_alt_eq_preset_put() local
6191 if (sel >= items) in ca0132_alt_eq_preset_put()
6194 codec_dbg(codec, "%s: sel=%d, preset=%s\n", __func__, sel, in ca0132_alt_eq_preset_put()
6195 ca0132_alt_eq_presets[sel].name); in ca0132_alt_eq_preset_put()
6203 ca0132_alt_eq_presets[sel].vals[i]); in ca0132_alt_eq_preset_put()
6209 spec->eq_preset_val = sel; in ca0132_alt_eq_preset_put()
6245 int sel = ucontrol->value.enumerated.item[0]; in ca0132_voicefx_put() local
6247 if (sel >= ARRAY_SIZE(ca0132_voicefx_presets)) in ca0132_voicefx_put()
6251 sel, ca0132_voicefx_presets[sel].name); in ca0132_voicefx_put()
6260 ca0132_voicefx_presets[sel].vals[i]); in ca0132_voicefx_put()
6266 spec->voicefx_val = sel; in ca0132_voicefx_put()
6268 ca0132_voicefx_set(codec, (sel ? 1 : 0)); in ca0132_voicefx_put()