Home
last modified time | relevance | path

Searched refs:snd_afmt2str (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/dev/sound/pcm/
HDsndstat.c537 snd_afmt2str(f->desc->in, buf, sizeof(buf)); in sndstat_build_sound4_nvlist()
539 snd_afmt2str(f->desc->out, buf, sizeof(buf)); in sndstat_build_sound4_nvlist()
554 snd_afmt2str(f->desc->out, buf, sizeof(buf)); in sndstat_build_sound4_nvlist()
HDchannel.h334 uint32_t snd_afmt2str(uint32_t, char *, size_t);
HDvchan.c552 if (snd_afmt2str(*vchanformat, fmtstr, sizeof(fmtstr)) != *vchanformat) in sysctl_dev_pcm_vchanformat()
HDchannel.c1070 snd_afmt2str(uint32_t afmt, char *buf, size_t len) in snd_afmt2str() function