Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c1277 struct dwc2_core_params defparams; in dwc2_init() local
1282 dwc2_set_all_params(&defparams, -1); in dwc2_init()
1283 sc->sc_params = &defparams; in dwc2_init()
1289 defparams.dma_desc_enable = 0; in dwc2_init()
/netbsd-src/sys/dev/hdaudio/
H A Dhdafg.c3706 audio_params_t defparams; in hdafg_attach() local
3835 defparams.channels = 2; in hdafg_attach()
3836 defparams.sample_rate = sc->sc_fixed_rate ? sc->sc_fixed_rate : 48000; in hdafg_attach()
3837 defparams.precision = defparams.validbits = 16; in hdafg_attach()
3838 defparams.encoding = AUDIO_ENCODING_SLINEAR_LE; in hdafg_attach()
3839 sc->sc_pparam = sc->sc_rparam = defparams; in hdafg_attach()