Searched refs:ctls (Results 1 – 8 of 8) sorted by relevance
132 struct snd_kcontrol_new *ctls, int num) in snd_pcsp_ctls_add() argument137 err = snd_ctl_add(card, snd_ctl_new1(ctls + i, chip)); in snd_pcsp_ctls_add()
356 if ((path->ctls[type] & AMP_VAL_COMPARE_MASK) == val) in is_ctl_used()1019 val = path->ctls[NID_PATH_VOL_CTL]; in add_vol_ctl()1032 hda_nid_t nid = get_amp_nid_(path->ctls[type]); in get_default_ch_nums()1057 val = path->ctls[NID_PATH_MUTE_CTL]; in add_sw_ctl()1112 return path && path->ctls[ctl_type]; in path_has_mixer()1239 if (path->ctls[NID_PATH_VOL_CTL] || in assign_out_path_ctls()1240 path->ctls[NID_PATH_MUTE_CTL]) in assign_out_path_ctls()1251 path->ctls[NID_PATH_VOL_CTL] = val; in assign_out_path_ctls()1265 path->ctls[NID_PATH_MUTE_CTL] = val; in assign_out_path_ctls()3056 path->ctls[NID_PATH_VOL_CTL] = mix_val; in new_analog_input()[all …]
2397 val |= spdif->ctls & 1; in snd_hda_spdif_default_put()2398 change = spdif->ctls != val; in snd_hda_spdif_default_put()2399 spdif->ctls = val; in snd_hda_spdif_default_put()2417 ucontrol->value.integer.value[0] = spdif->ctls & AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_get()2446 val = spdif->ctls & ~AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_put()2449 change = spdif->ctls != val; in snd_hda_spdif_out_switch_put()2450 spdif->ctls = val; in snd_hda_spdif_out_switch_put()2552 spdif->ctls = val; in snd_hda_create_dig_out_ctls()2553 spdif->status = convert_to_spdif_status(spdif->ctls); in snd_hda_create_dig_out_ctls()2614 val = spdif->ctls; in snd_hda_spdif_ctls_assign()[all …]
48 unsigned int ctls[NID_PATH_NUM_CTLS]; /* NID_PATH_XXX_CTL */ member
2833 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()2838 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()2850 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()2855 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()2872 (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()2877 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()2893 (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()2898 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
172 unsigned short ctls = spdif ? spdif->ctls : 0; in azx_pcm_prepare() local186 ctls); in azx_pcm_prepare()
401 unsigned short ctls; /* SPDIF control bits */ member
743 #define ADD_CTLS(emu, ctls) \ argument746 for (i = 0; i < ARRAY_SIZE(ctls); i++) { \747 _err = snd_ctl_add(card, snd_ctl_new1(&ctls[i], emu)); \