|
| struct pci_dev * | pci |
| |
| struct snd_card * | card |
| |
| unsigned int | rsr |
| |
| unsigned int | msr |
| |
| unsigned int | pll_rate |
| |
| int | chip_type |
| |
| int | model |
| |
| const char * | chip_name |
| |
| const char * | model_name |
| |
| struct ct_vm * | vm |
| |
| int(* | map_audio_buffer )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| void(* | unmap_audio_buffer )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| unsigned long(* | get_ptp_phys )(struct ct_atc *atc, int index) |
| |
| struct mutex | atc_mutex |
| |
| int(* | pcm_playback_prepare )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_playback_start )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_playback_stop )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_playback_position )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | spdif_passthru_playback_prepare )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_capture_prepare )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_capture_start )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_capture_stop )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_capture_position )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | pcm_release_resources )(struct ct_atc *atc, struct ct_atc_pcm *apcm) |
| |
| int(* | select_line_in )(struct ct_atc *atc) |
| |
| int(* | select_mic_in )(struct ct_atc *atc) |
| |
| int(* | select_digit_io )(struct ct_atc *atc) |
| |
| int(* | line_front_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | line_surround_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | line_clfe_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | line_rear_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | line_in_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | mic_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | spdif_out_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | spdif_in_unmute )(struct ct_atc *atc, unsigned char state) |
| |
| int(* | spdif_out_get_status )(struct ct_atc *atc, unsigned int *status) |
| |
| int(* | spdif_out_set_status )(struct ct_atc *atc, unsigned int status) |
| |
| int(* | spdif_out_passthru )(struct ct_atc *atc, unsigned char state) |
| |
| struct capabilities(* | capabilities )(struct ct_atc *atc) |
| |
| int(* | output_switch_get )(struct ct_atc *atc) |
| |
| int(* | output_switch_put )(struct ct_atc *atc, int position) |
| |
| int(* | mic_source_switch_get )(struct ct_atc *atc) |
| |
| int(* | mic_source_switch_put )(struct ct_atc *atc, int position) |
| |
| void * | rsc_mgrs [NUM_RSCTYP] |
| |
| void * | mixer |
| |
| void * | hw |
| |
| void ** | daios |
| |
| void ** | pcm |
| |
| void ** | srcs |
| |
| void ** | srcimps |
| |
| unsigned char | n_daio |
| |
| unsigned char | n_src |
| |
| unsigned char | n_srcimp |
| |
| unsigned char | n_pcm |
| |
| struct ct_timer * | timer |
| |
Definition at line 77 of file ctatc.h.