Lines Matching defs:kcontrol
2240 static int snd_hdspm_info_system_sample_rate(struct snd_kcontrol *kcontrol,
2252 static int snd_hdspm_get_system_sample_rate(struct snd_kcontrol *kcontrol,
2256 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2262 static int snd_hdspm_put_system_sample_rate(struct snd_kcontrol *kcontrol,
2266 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2404 static int snd_hdspm_info_autosync_sample_rate(struct snd_kcontrol *kcontrol,
2412 static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol *kcontrol,
2416 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2420 switch (kcontrol->private_value) {
2436 kcontrol->private_value-1);
2441 switch (kcontrol->private_value) {
2457 kcontrol->private_value-1);
2463 switch (kcontrol->private_value) {
2483 kcontrol->private_value -
2549 static int snd_hdspm_info_system_clock_mode(struct snd_kcontrol *kcontrol,
2557 static int snd_hdspm_get_system_clock_mode(struct snd_kcontrol *kcontrol,
2560 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2566 static int snd_hdspm_put_system_clock_mode(struct snd_kcontrol *kcontrol,
2569 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2643 static int snd_hdspm_info_clock_source(struct snd_kcontrol *kcontrol,
2649 static int snd_hdspm_get_clock_source(struct snd_kcontrol *kcontrol,
2652 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2658 static int snd_hdspm_put_clock_source(struct snd_kcontrol *kcontrol,
2661 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2960 static int snd_hdspm_info_pref_sync_ref(struct snd_kcontrol *kcontrol,
2963 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2970 static int snd_hdspm_get_pref_sync_ref(struct snd_kcontrol *kcontrol,
2973 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
2984 static int snd_hdspm_put_pref_sync_ref(struct snd_kcontrol *kcontrol,
2987 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3054 static int snd_hdspm_info_autosync_ref(struct snd_kcontrol *kcontrol,
3057 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3073 static int snd_hdspm_get_autosync_ref(struct snd_kcontrol *kcontrol,
3076 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3093 static int snd_hdspm_info_tco_video_input_format(struct snd_kcontrol *kcontrol,
3101 static int snd_hdspm_get_tco_video_input_format(struct snd_kcontrol *kcontrol,
3107 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3139 static int snd_hdspm_info_tco_ltc_frames(struct snd_kcontrol *kcontrol,
3179 static int snd_hdspm_get_tco_ltc_frames(struct snd_kcontrol *kcontrol,
3182 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3234 static int snd_hdspm_get_toggle_setting(struct snd_kcontrol *kcontrol,
3237 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3238 u32 regmask = kcontrol->private_value;
3246 static int snd_hdspm_put_toggle_setting(struct snd_kcontrol *kcontrol,
3249 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3250 u32 regmask = kcontrol->private_value;
3289 static int snd_hdspm_info_input_select(struct snd_kcontrol *kcontrol,
3297 static int snd_hdspm_get_input_select(struct snd_kcontrol *kcontrol,
3300 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3308 static int snd_hdspm_put_input_select(struct snd_kcontrol *kcontrol,
3311 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3351 static int snd_hdspm_info_ds_wire(struct snd_kcontrol *kcontrol,
3359 static int snd_hdspm_get_ds_wire(struct snd_kcontrol *kcontrol,
3362 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3370 static int snd_hdspm_put_ds_wire(struct snd_kcontrol *kcontrol,
3373 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3424 static int snd_hdspm_info_qs_wire(struct snd_kcontrol *kcontrol,
3432 static int snd_hdspm_get_qs_wire(struct snd_kcontrol *kcontrol,
3435 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3443 static int snd_hdspm_put_qs_wire(struct snd_kcontrol *kcontrol,
3446 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3488 static int snd_hdspm_info_tristate(struct snd_kcontrol *kcontrol,
3491 u32 regmask = kcontrol->private_value;
3507 static int snd_hdspm_get_tristate(struct snd_kcontrol *kcontrol,
3510 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3511 u32 regmask = kcontrol->private_value;
3519 static int snd_hdspm_put_tristate(struct snd_kcontrol *kcontrol,
3522 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3523 u32 regmask = kcontrol->private_value;
3578 static int snd_hdspm_info_madi_speedmode(struct snd_kcontrol *kcontrol,
3586 static int snd_hdspm_get_madi_speedmode(struct snd_kcontrol *kcontrol,
3589 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3597 static int snd_hdspm_put_madi_speedmode(struct snd_kcontrol *kcontrol,
3600 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3630 static int snd_hdspm_info_mixer(struct snd_kcontrol *kcontrol,
3641 static int snd_hdspm_get_mixer(struct snd_kcontrol *kcontrol,
3644 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3674 static int snd_hdspm_put_mixer(struct snd_kcontrol *kcontrol,
3677 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3734 static int snd_hdspm_info_playback_mixer(struct snd_kcontrol *kcontrol,
3745 static int snd_hdspm_get_playback_mixer(struct snd_kcontrol *kcontrol,
3748 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3764 static int snd_hdspm_put_playback_mixer(struct snd_kcontrol *kcontrol,
3767 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
3813 static int snd_hdspm_info_sync_check(struct snd_kcontrol *kcontrol,
3821 static int snd_hdspm_tco_info_lock_check(struct snd_kcontrol *kcontrol,
4006 static int snd_hdspm_get_sync_check(struct snd_kcontrol *kcontrol,
4009 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4014 switch (kcontrol->private_value) {
4023 kcontrol->private_value-1);
4028 switch (kcontrol->private_value) {
4037 kcontrol->private_value-1);
4042 switch (kcontrol->private_value) {
4059 switch (kcontrol->private_value) {
4068 kcontrol->private_value-1);
4075 switch (kcontrol->private_value) {
4202 static int snd_hdspm_info_tco_sample_rate(struct snd_kcontrol *kcontrol,
4211 static int snd_hdspm_get_tco_sample_rate(struct snd_kcontrol *kcontrol,
4214 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4221 static int snd_hdspm_put_tco_sample_rate(struct snd_kcontrol *kcontrol,
4224 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4249 static int snd_hdspm_info_tco_pull(struct snd_kcontrol *kcontrol,
4258 static int snd_hdspm_get_tco_pull(struct snd_kcontrol *kcontrol,
4261 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4268 static int snd_hdspm_put_tco_pull(struct snd_kcontrol *kcontrol,
4271 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4295 static int snd_hdspm_info_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4303 static int snd_hdspm_get_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4306 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4313 static int snd_hdspm_put_tco_wck_conversion(struct snd_kcontrol *kcontrol,
4316 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4341 static int snd_hdspm_info_tco_frame_rate(struct snd_kcontrol *kcontrol,
4350 static int snd_hdspm_get_tco_frame_rate(struct snd_kcontrol *kcontrol,
4353 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4360 static int snd_hdspm_put_tco_frame_rate(struct snd_kcontrol *kcontrol,
4363 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4388 static int snd_hdspm_info_tco_sync_source(struct snd_kcontrol *kcontrol,
4396 static int snd_hdspm_get_tco_sync_source(struct snd_kcontrol *kcontrol,
4399 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4406 static int snd_hdspm_put_tco_sync_source(struct snd_kcontrol *kcontrol,
4409 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4434 static int snd_hdspm_info_tco_word_term(struct snd_kcontrol *kcontrol,
4446 static int snd_hdspm_get_tco_word_term(struct snd_kcontrol *kcontrol,
4449 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);
4457 static int snd_hdspm_put_tco_word_term(struct snd_kcontrol *kcontrol,
4460 struct hdspm *hdspm = snd_kcontrol_chip(kcontrol);