Lines Matching refs:ac97
87 struct snd_ac97 *ac97; member
102 struct snd_ac97_template *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) in olpc_capture_open() argument
111 olpc_analog_input(ac97, 0); in olpc_capture_open()
113 olpc_mic_bias(ac97, 1); in olpc_capture_open()
116 static inline void olpc_capture_close(struct snd_ac97 *ac97) in olpc_capture_close() argument
119 olpc_analog_input(ac97, 0); in olpc_capture_close()
121 olpc_mic_bias(ac97, 0); in olpc_capture_close()
125 struct snd_ac97_template *ac97) { } in olpc_prequirks() argument
126 static inline int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97) in olpc_quirks() argument
131 static inline void olpc_analog_input(struct snd_ac97 *ac97, int on) { } in olpc_analog_input() argument
132 static inline void olpc_mic_bias(struct snd_ac97 *ac97, int on) { } in olpc_mic_bias() argument
133 static inline void olpc_capture_open(struct snd_ac97 *ac97) { } in olpc_capture_open() argument
134 static inline void olpc_capture_close(struct snd_ac97 *ac97) { } in olpc_capture_close() argument