Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A Dwav.h70 uint16_t wav_fmt_channels; /* number of channels */ member
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c708 AUDIO_WAV_FILE2HOST_SHORT(&fhdr.wav_fmt_channels, &hdrp->channels); in decode_wav()
1194 AUDIO_WAV_HOST2FILE_SHORT(&hdrp->channels, &fhdr.wav_fmt_channels); in audio_encode_wav()