Searched refs:AFMT_MU_LAW (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/ntp/util/
H A Daudio-pcm.c48 if (format & AFMT_MU_LAW) printf("MU_LAW ");
H A Dtg2.c982 AudioFormat = AFMT_MU_LAW;
989 if (AudioFormat != AFMT_MU_LAW)
/freebsd-current/sys/dev/sound/pcm/
H A Dfeeder_format.c105 AFMT_MU_LAW,
H A Dfeeder_mixer.c125 { AFMT_MU_LAW, PCM_8_BPS, feed_mixer_U8NE }, /* dummy */
H A Dfeeder.c298 * | | | | +----------------------------> AFMT_MU_LAW
333 else if (fmt & AFMT_MU_LAW)
H A Dsound.h171 #define AFMT_G711 (AFMT_MU_LAW | AFMT_A_LAW)
H A Dbuffer.c594 else if (fmt & AFMT_MU_LAW)
H A Dchannel.c999 { "mulaw", NULL, NULL, AFMT_MU_LAW },
/freebsd-current/sys/sys/
H A Dsoundcard.h160 #define AFMT_MU_LAW 0x00000001 /* Logarithmic mu-law */ macro
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c449 {UA_FMT_MULAW, 8, AFMT_MU_LAW, "8-bit mu-Law"},
465 {UA20_FMT_MULAW, 8, AFMT_MU_LAW, "8-bit mu-Law"},

Completed in 303 milliseconds