Home
last modified time | relevance | path

Searched refs:actx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dhda_codec.c161 static int hda_audio_ctxt_init(struct hda_audio_ctxt *actx, const char *tname,
163 static int hda_audio_ctxt_start(struct hda_audio_ctxt *actx);
164 static int hda_audio_ctxt_stop(struct hda_audio_ctxt *actx);
187 struct hda_audio_ctxt actx; member
428 err = hda_audio_ctxt_init(&st->actx, "hda-audio-output", in hda_codec_init()
446 err = hda_audio_ctxt_init(&st->actx, "hda-audio-input", in hda_codec_init()
582 struct hda_audio_ctxt *actx = NULL; in hda_codec_notify() local
603 actx = &st->actx; in hda_codec_notify()
606 err = hda_audio_ctxt_start(actx); in hda_codec_notify()
608 err = hda_audio_ctxt_stop(actx); in hda_codec_notify()
[all …]