Lines Matching refs:ac97
86 struct snd_ac97 *ac97; member
101 struct snd_ac97_template *ac97);
102 int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97);
104 void olpc_analog_input(struct snd_ac97 *ac97, int on);
105 void olpc_mic_bias(struct snd_ac97 *ac97, int on);
107 static inline void olpc_capture_open(struct snd_ac97 *ac97) in olpc_capture_open() argument
110 olpc_analog_input(ac97, 0); in olpc_capture_open()
112 olpc_mic_bias(ac97, 1); in olpc_capture_open()
115 static inline void olpc_capture_close(struct snd_ac97 *ac97) in olpc_capture_close() argument
118 olpc_analog_input(ac97, 0); in olpc_capture_close()
120 olpc_mic_bias(ac97, 0); in olpc_capture_close()
124 struct snd_ac97_template *ac97) { } in olpc_prequirks() argument
125 static inline int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97) in olpc_quirks() argument
130 static inline void olpc_analog_input(struct snd_ac97 *ac97, int on) { } in olpc_analog_input() argument
131 static inline void olpc_mic_bias(struct snd_ac97 *ac97, int on) { } in olpc_mic_bias() argument
132 static inline void olpc_capture_open(struct snd_ac97 *ac97) { } in olpc_capture_open() argument
133 static inline void olpc_capture_close(struct snd_ac97 *ac97) { } in olpc_capture_close() argument