Lines Matching refs:snd_ac97
86 struct snd_ac97 *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()
115 static inline void olpc_capture_close(struct snd_ac97 *ac97) in olpc_capture_close()
125 static inline int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97) in olpc_quirks()
130 static inline void olpc_analog_input(struct snd_ac97 *ac97, int on) { } in olpc_analog_input()
131 static inline void olpc_mic_bias(struct snd_ac97 *ac97, int on) { } in olpc_mic_bias()
132 static inline void olpc_capture_open(struct snd_ac97 *ac97) { } in olpc_capture_open()
133 static inline void olpc_capture_close(struct snd_ac97 *ac97) { } in olpc_capture_close()