Home | History | Annotate | Download | only in hdaudio

Lines Matching defs:dfmt

3160 	uint16_t fmt, dfmt;
3239 dfmt = hdaudio_command(sc->sc_codec, w->w_nid,
3242 dfmt |= COP_DIGITAL_CONVCTRL1_DIGEN;
3244 dfmt |= COP_DIGITAL_CONVCTRL1_NAUDIO;
3246 dfmt &= ~COP_DIGITAL_CONVCTRL1_NAUDIO;
3248 dfmt |= COP_DIGITAL_CONVCTRL1_COPY;
3250 CORB_SET_DIGITAL_CONVERTER_CONTROL_1, dfmt);
4070 uint16_t dfmt;
4086 dfmt = hdaudio_command(sc->sc_codec, w->w_nid,
4089 dfmt &= ~COP_DIGITAL_CONVCTRL1_DIGEN;
4091 CORB_SET_DIGITAL_CONVERTER_CONTROL_1, dfmt);