hdafg.c | 3368 hdafg_probe_encoding(struct hdafg_softc *sc, function in typeref:typename:bool 3471 if (hdafg_probe_encoding(sc, 8, 16, e, false)) 3473 if (hdafg_probe_encoding(sc, 16, 16, e, false)) 3475 if (hdafg_probe_encoding(sc, 20, 32, e, false)) 3477 if (hdafg_probe_encoding(sc, 24, 32, e, false)) 3479 if (hdafg_probe_encoding(sc, 32, 32, e, false)) 3486 if (hdafg_probe_encoding(sc, 16, 16, e, false)) 3491 hdafg_probe_encoding(sc, 16, 16, AUDIO_ENCODING_SLINEAR_LE, true);
|