Lines Matching refs:snd_ac97
87 struct snd_ac97 *ac97;
103 int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97);
105 void olpc_analog_input(struct snd_ac97 *ac97, int on);
106 void olpc_mic_bias(struct snd_ac97 *ac97, int on);
108 static inline void olpc_capture_open(struct snd_ac97 *ac97)
116 static inline void olpc_capture_close(struct snd_ac97 *ac97)
126 static inline int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97)
131 static inline void olpc_analog_input(struct snd_ac97 *ac97, int on) { }
132 static inline void olpc_mic_bias(struct snd_ac97 *ac97, int on) { }
133 static inline void olpc_capture_open(struct snd_ac97 *ac97) { }
134 static inline void olpc_capture_close(struct snd_ac97 *ac97) { }