Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h54 typedef int (*audio_cnv_func_t)(audio_stream_t *, int); typedef
106 audio_cnv_func_t s_converter;
H A Daudio_format.c669 audio_cnv_func_t from;
670 audio_cnv_func_t to;
698 audio_cnv_func_t converter = NULL; in auimpl_format_setup()