Home | History | Annotate | Download | only in sound

Lines Matching refs:chip

30 #define AD1848P( chip, x ) ( (chip) -> port + c_d_c_AD1848##x )
118 #define AD1848_HW_DETECT 0x0000 /* let AD1848 driver detect chip */
119 #define AD1848_HW_AD1847 0x0001 /* AD1847 chip */
120 #define AD1848_HW_AD1848 0x0002 /* AD1848 chip */
121 #define AD1848_HW_CS4248 0x0003 /* CS4248 chip */
122 #define AD1848_HW_CMI8330 0x0004 /* CMI8330 chip */
135 unsigned short version; /* version of CODEC chip */
152 void (*suspend)(struct snd_ad1848 *chip);
153 void (*resume)(struct snd_ad1848 *chip);
161 void snd_ad1848_out(struct snd_ad1848 *chip, unsigned char reg, unsigned char value);
167 struct snd_ad1848 ** chip);
169 int snd_ad1848_pcm(struct snd_ad1848 * chip, int device, struct snd_pcm **rpcm);
171 int snd_ad1848_mixer(struct snd_ad1848 * chip);
216 int snd_ad1848_add_ctl_elem(struct snd_ad1848 *chip, const struct ad1848_mix_elem *c);