Searched defs:effective_fmt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c814 audfmt_e effective_fmt; local
830 err = alsa_to_audfmt (obt.fmt, &effective_fmt, &endianness);
838 obt_as.fmt = effective_fmt;
902 audfmt_e effective_fmt; local
916 err = alsa_to_audfmt (obt.fmt, &effective_fmt, &endianness);
924 obt_as.fmt = effective_fmt;
H A Dossaudio.c524 audfmt_e effective_fmt; local
539 err = oss_to_audfmt (obt.fmt, &effective_fmt, &endianness);
550 obt_as.fmt = effective_fmt;
684 audfmt_e effective_fmt; local
698 err = oss_to_audfmt (obt.fmt, &effective_fmt, &endianness);
709 obt_as.fmt = effective_fmt;

Completed in 49 milliseconds