Searched refs:codec_wait (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dac97_codec.h232 void (*codec_wait) (struct ac97_codec *codec); member in struct:ac97_codec
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dac97_codec.h232 void (*codec_wait) (struct ac97_codec *codec); member in struct:ac97_codec
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dac97_codec.c688 * codec_wait field of @codec can optionally be provided
689 * when calling this function. If codec_wait is not %NULL,
690 * this function will call codec_wait any time it is
692 * codec-ready state. If codec_wait is %NULL, then
694 * Currently codec_wait is used to wait for AC97 codec
710 if (codec->codec_wait)
711 codec->codec_wait(codec);
H A Dnec_vrc5477.c1850 s->codec.codec_wait = waitcodec;
H A Dau1000.c311 /* codec_wait is used to wait for a ready state after
2030 s->codec.codec_wait = waitcodec;
H A Dite8172.c510 /* codec_wait is used to wait for a ready state after
2003 s->codec.codec_wait = waitcodec;
H A Dvia82cxxx_audio.c1532 card->ac97.codec_wait = via_ac97_codec_wait;

Completed in 193 milliseconds