Searched defs:wave_format (Results 1 – 1 of 1) sorted by relevance
35 struct wave_format struct37 int id;38 int samplingrate;39 u8 bitsperchannel;40 u8 channels; /* 1 = Mono, 2 = Stereo, 3, ... = Multichannel */41 u8 bytesperchannel;42 u8 bytespervoicesample;43 u8 bytespersample;44 int bytespersec;45 u8 passthrough;