Lines Matching defs:kcontrol

2241 static int snd_hdspm_info_system_sample_rate(struct snd_kcontrol *kcontrol,
2253 static int snd_hdspm_get_system_sample_rate(struct snd_kcontrol *kcontrol,
2257 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2263 static int snd_hdspm_put_system_sample_rate(struct snd_kcontrol *kcontrol,
2267 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2409 static int snd_hdspm_info_autosync_sample_rate(struct snd_kcontrol *kcontrol,
2417 static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol *kcontrol,
2421 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2425 switch (kcontrol->private_value) {
2441 kcontrol->private_value-1);
2446 switch (kcontrol->private_value) {
2462 kcontrol->private_value-1);
2468 switch (kcontrol->private_value) {
2488 kcontrol->private_value -
2554 static int snd_hdspm_info_system_clock_mode(struct snd_kcontrol *kcontrol,
2562 static int snd_hdspm_get_system_clock_mode(struct snd_kcontrol *kcontrol,
2565 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2571 static int snd_hdspm_put_system_clock_mode(struct snd_kcontrol *kcontrol,
2574 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2648 static int snd_hdspm_info_clock_source(struct snd_kcontrol *kcontrol,
2654 static int snd_hdspm_get_clock_source(struct snd_kcontrol *kcontrol,
2657 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2663 static int snd_hdspm_put_clock_source(struct snd_kcontrol *kcontrol,
2666 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2965 static int snd_hdspm_info_pref_sync_ref(struct snd_kcontrol *kcontrol,
2968 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2975 static int snd_hdspm_get_pref_sync_ref(struct snd_kcontrol *kcontrol,
2978 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2989 static int snd_hdspm_put_pref_sync_ref(struct snd_kcontrol *kcontrol,
2992 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3059 static int snd_hdspm_info_autosync_ref(struct snd_kcontrol *kcontrol,
3062 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3078 static int snd_hdspm_get_autosync_ref(struct snd_kcontrol *kcontrol,
3081 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3098 static int snd_hdspm_info_tco_video_input_format(struct snd_kcontrol *kcontrol,
3106 static int snd_hdspm_get_tco_video_input_format(struct snd_kcontrol *kcontrol,
3112 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3144 static int snd_hdspm_info_tco_ltc_frames(struct snd_kcontrol *kcontrol,
3184 static int snd_hdspm_get_tco_ltc_frames(struct snd_kcontrol *kcontrol,
3187 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3239 static int snd_hdspm_get_toggle_setting(struct snd_kcontrol *kcontrol,
3242 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3243 u32 regmask = kcontrol->private_value;
3251 static int snd_hdspm_put_toggle_setting(struct snd_kcontrol *kcontrol,
3254 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3255 u32 regmask = kcontrol->private_value;
3294 static int snd_hdspm_info_input_select(struct snd_kcontrol *kcontrol,
3302 static int snd_hdspm_get_input_select(struct snd_kcontrol *kcontrol,
3305 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3313 static int snd_hdspm_put_input_select(struct snd_kcontrol *kcontrol,
3316 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3356 static int snd_hdspm_info_ds_wire(struct snd_kcontrol *kcontrol,
3364 static int snd_hdspm_get_ds_wire(struct snd_kcontrol *kcontrol,
3367 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3375 static int snd_hdspm_put_ds_wire(struct snd_kcontrol *kcontrol,
3378 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3429 static int snd_hdspm_info_qs_wire(struct snd_kcontrol *kcontrol,
3437 static int snd_hdspm_get_qs_wire(struct snd_kcontrol *kcontrol,
3440 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3448 static int snd_hdspm_put_qs_wire(struct snd_kcontrol *kcontrol,
3451 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3493 static int snd_hdspm_info_tristate(struct snd_kcontrol *kcontrol,
3496 u32 regmask = kcontrol->private_value;
3512 static int snd_hdspm_get_tristate(struct snd_kcontrol *kcontrol,
3515 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3516 u32 regmask = kcontrol->private_value;
3524 static int snd_hdspm_put_tristate(struct snd_kcontrol *kcontrol,
3527 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3528 u32 regmask = kcontrol->private_value;
3583 static int snd_hdspm_info_madi_speedmode(struct snd_kcontrol *kcontrol,
3591 static int snd_hdspm_get_madi_speedmode(struct snd_kcontrol *kcontrol,
3594 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3602 static int snd_hdspm_put_madi_speedmode(struct snd_kcontrol *kcontrol,
3605 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3635 static int snd_hdspm_info_mixer(struct snd_kcontrol *kcontrol,
3646 static int snd_hdspm_get_mixer(struct snd_kcontrol *kcontrol,
3649 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3679 static int snd_hdspm_put_mixer(struct snd_kcontrol *kcontrol,
3682 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3739 static int snd_hdspm_info_playback_mixer(struct snd_kcontrol *kcontrol,
3750 static int snd_hdspm_get_playback_mixer(struct snd_kcontrol *kcontrol,
3753 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3769 static int snd_hdspm_put_playback_mixer(struct snd_kcontrol *kcontrol,
3772 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3818 static int snd_hdspm_info_sync_check(struct snd_kcontrol *kcontrol,
3826 static int snd_hdspm_tco_info_lock_check(struct snd_kcontrol *kcontrol,
4015 static int snd_hdspm_get_sync_check(struct snd_kcontrol *kcontrol,
4018 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4023 switch (kcontrol->private_value) {
4032 kcontrol->private_value-1);
4037 switch (kcontrol->private_value) {
4046 kcontrol->private_value-1);
4051 switch (kcontrol->private_value) {
4068 switch (kcontrol->private_value) {
4077 kcontrol->private_value-1);
4084 switch (kcontrol->private_value) {
4211 static int snd_hdspm_info_tco_sample_rate(struct snd_kcontrol *kcontrol,
4220 static int snd_hdspm_get_tco_sample_rate(struct snd_kcontrol *kcontrol,
4223 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4230 static int snd_hdspm_put_tco_sample_rate(struct snd_kcontrol *kcontrol,
4233 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4258 static int snd_hdspm_info_tco_pull(struct snd_kcontrol *kcontrol,
4267 static int snd_hdspm_get_tco_pull(struct snd_kcontrol *kcontrol,
4270 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4277 static int snd_hdspm_put_tco_pull(struct snd_kcontrol *kcontrol,
4280 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4304 static int snd_hdspm_info_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4312 static int snd_hdspm_get_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4315 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4322 static int snd_hdspm_put_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4325 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4350 static int snd_hdspm_info_tco_frame_rate(struct snd_kcontrol *kcontrol,
4359 static int snd_hdspm_get_tco_frame_rate(struct snd_kcontrol *kcontrol,
4362 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4369 static int snd_hdspm_put_tco_frame_rate(struct snd_kcontrol *kcontrol,
4372 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4397 static int snd_hdspm_info_tco_sync_source(struct snd_kcontrol *kcontrol,
4405 static int snd_hdspm_get_tco_sync_source(struct snd_kcontrol *kcontrol,
4408 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4415 static int snd_hdspm_put_tco_sync_source(struct snd_kcontrol *kcontrol,
4418 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4443 static int snd_hdspm_info_tco_word_term(struct snd_kcontrol *kcontrol,
4455 static int snd_hdspm_get_tco_word_term(struct snd_kcontrol *kcontrol,
4458 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4466 static int snd_hdspm_put_tco_word_term(struct snd_kcontrol *kcontrol,
4469 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);