Lines Matching defs:fm801
159 struct fm801 { struct
160 int irq;
162 unsigned long port; /* I/O port number */
163 unsigned int multichannel: 1, /* multichannel support */
164 secondary: 1; /* secondary codec */
165 unsigned char secondary_addr; /* address of the secondary codec */
166 unsigned int tea575x_tuner; /* tuner access method & flags */
168 unsigned short ply_ctrl; /* playback control */
169 unsigned short cap_ctrl; /* capture control */
171 unsigned long ply_buffer;
172 unsigned int ply_buf;
173 unsigned int ply_count;
174 unsigned int ply_size;
175 unsigned int ply_pos;
177 unsigned long cap_buffer;
178 unsigned int cap_buf;
179 unsigned int cap_count;
180 unsigned int cap_size;
181 unsigned int cap_pos;
183 struct snd_ac97_bus *ac97_bus;
184 struct snd_ac97 *ac97;
208 static DEFINE_PCI_DEVICE_TABLE(snd_fm801_ids) = { argument
220 static int snd_fm801_update_bits(struct fm801 *chip, unsigned short reg, in snd_fm801_update_bits() argument