Home | History | Annotate | Download | only in mint

Lines Matching full:snd_format

202 	long snd_format = 0;
223 snd_format = Sndstatus(SND_QUERYFORMATS);
231 if (snd_format & SND_FORMAT8) {
233 snd_format = Sndstatus(SND_QUERY8BIT);
241 if (snd_format & SND_FORMAT16) {
243 snd_format = Sndstatus(SND_QUERY16BIT);
260 if (snd_format & SND_FORMATSIGNED) {
262 } else if (snd_format & SND_FORMATUNSIGNED) {
267 if (snd_format & SND_FORMATUNSIGNED) {
269 } else if (snd_format & SND_FORMATSIGNED) {
276 if (snd_format & SND_FORMATBIGENDIAN) {
278 } else if (snd_format & SND_FORMATLITTLEENDIAN) {
283 if (snd_format & SND_FORMATLITTLEENDIAN) {
285 } else if (snd_format & SND_FORMATBIGENDIAN) {