Searched refs:audio_indexof_format (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/audio/ |
H A D | audio_if.h | 155 extern int audio_indexof_format(const struct audio_format *, int, int,
|
H A D | audio.c | 7997 audio_indexof_format(const struct audio_format *formats, int nformats, in audio_indexof_format() function
|
/netbsd-src/sys/dev/pci/ |
H A D | auich.c | 1009 index = audio_indexof_format( in auich_set_format() 1013 index = audio_indexof_format( in auich_set_format() 1017 index = audio_indexof_format(sc->sc_modem_formats, in auich_set_format()
|
H A D | auacer.c | 542 index = audio_indexof_format(sc->sc_formats, AUACER_NFORMATS, in auacer_set_format()
|
H A D | auixp.c | 401 index = audio_indexof_format(sc->sc_formats, AUIXP_NFORMATS, in auixp_set_format()
|
/netbsd-src/sys/dev/usb/ |
H A D | uaudio.c | 4112 paltidx = audio_indexof_format(sc->sc_formats, sc->sc_nformats, in uaudio_set_format() 4119 raltidx = audio_indexof_format(sc->sc_formats, sc->sc_nformats, in uaudio_set_format()
|