Lines Matching defs:i810_card
399 struct i810_card { struct
403 struct i810_card *next; argument
407 spinlock_t lock;
410 spinlock_t ac97_lock;
413 struct pci_dev * pci_dev;
414 u16 pci_id;
415 u16 pci_id_internal; /* used to access card_cap[] */
417 u16 pm_suspended;
418 u32 pm_save_state[64/sizeof(u32)];
419 int pm_saved_mixer_settings[SOUND_MIXER_NRDEVICES][NR_AC97];
422 int dev_audio;
448 struct i810_channel *(*alloc_pcm_channel)(struct i810_card *); argument
449 struct i810_channel *(*alloc_rec_pcm_channel)(struct i810_card *); argument
450 struct i810_channel *(*alloc_rec_mic_channel)(struct i810_card *); argument
451 void (*free_pcm_channel)(struct i810_card *, int chan); argument
459 #define IO_REG_OFF(codec) (((struct i810_card *) codec->private_data)->ac97_id_map[codec->id]) argument