Home
last modified time | relevance | path

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

/netbsd/sys/dev/hdaudio/
H A Dhdaudio.c677 struct hdaudio_codec *co = fg->fg_codec; in hdaudio_attach_fg()
745 fg->fg_codec = co; in hdaudio_codec_attach()
1414 nodecnt = hdaudio_command(fg->fg_codec, fg->fg_nid, in hdaudioioctl_fgrp_getconfig()
1420 wcap = hdaudio_command(fg->fg_codec, i, in hdaudioioctl_fgrp_getconfig()
1424 config = hdaudio_command(fg->fg_codec, i, in hdaudioioctl_fgrp_getconfig()
H A Dhdaudiovar.h71 struct hdaudio_codec *fg_codec; member
H A Dhdafg.c3767 sc->sc_codec = sc->sc_fg->fg_codec; in hdafg_attach()