Home
last modified time | relevance | path

Searched refs:s_cnv_max (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c57 size = sp->s_cnv_max / 4; /* sample size is 4 */ in do_src()
855 if (sp->s_cnv_max < cnv_max) { in auimpl_format_setup()
872 kmem_free(sp->s_cnv_buf0, sp->s_cnv_max); in auimpl_format_setup()
874 kmem_free(sp->s_cnv_buf1, sp->s_cnv_max); in auimpl_format_setup()
878 sp->s_cnv_max = cnv_max; in auimpl_format_setup()
H A Daudio_impl.h105 int s_cnv_max; member
H A Daudio_client.c976 kmem_free(sp->s_cnv_buf0, sp->s_cnv_max); in audio_stream_fini()
978 kmem_free(sp->s_cnv_buf1, sp->s_cnv_max); in audio_stream_fini()