Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dhda_codec.c160 static int hda_audio_ctxt_init(struct hda_audio_ctxt *actx, const char *tname,
162 static int hda_audio_ctxt_start(struct hda_audio_ctxt *actx);
163 static int hda_audio_ctxt_stop(struct hda_audio_ctxt *actx);
186 struct hda_audio_ctxt actx; member
427 err = hda_audio_ctxt_init(&st->actx, "hda-audio-output", in hda_codec_init()
445 err = hda_audio_ctxt_init(&st->actx, "hda-audio-input", in hda_codec_init()
581 struct hda_audio_ctxt *actx = NULL; in hda_codec_notify() local
602 actx = &st->actx; in hda_codec_notify()
605 err = hda_audio_ctxt_start(actx); in hda_codec_notify()
607 err = hda_audio_ctxt_stop(actx); in hda_codec_notify()
[all …]