Lines Matching defs:atiixp_modem
221 struct atiixp_modem { struct
222 struct snd_card *card;
223 struct pci_dev *pci;
225 struct resource *res; /* memory i/o */
226 unsigned long addr;
227 void __iomem *remap_addr;
228 int irq;
230 struct snd_ac97_bus *ac97_bus;
231 struct snd_ac97 *ac97[NUM_ATI_CODECS];
233 spinlock_t reg_lock;
235 struct atiixp_dma dmas[NUM_ATI_DMAS];
236 struct ac97_pcm *pcms[NUM_ATI_PCMS];
237 struct snd_pcm *pcmdevs[NUM_ATI_PCMDEVS];
239 int max_channels; /* max. channels for PCM out */
241 unsigned int codec_not_ready_bits; /* for codec detection */
243 int spdif_over_aclink; /* passed from the module option */
267 static int snd_atiixp_update_bits(struct atiixp_modem *chip, unsigned int reg, in snd_atiixp_update_bits() argument