audio_hw_probe
perror = audio_hw_probe(sc, &phwfmt, AUMODE_PLAY);
rerror = audio_hw_probe(sc, &rhwfmt, AUMODE_RECORD);
error = audio_hw_probe(sc, fmt, mode);
static int audio_hw_probe(struct audio_softc *, audio_format2_t *, int);