Symbol: AUDIO_ENCODING_ALAW
lib/libossaudio/oss_dsp.c
558
case AUDIO_ENCODING_ALAW:
lib/libossaudio/oss_dsp.c
619
tmpinfo->play.encoding = AUDIO_ENCODING_ALAW;
sys/arch/hppa/gsc/harmony.c
156
HARMONY_FORMAT(AUDIO_ENCODING_ALAW, 8),
sys/arch/hppa/gsc/harmony.c
455
case AUDIO_ENCODING_ALAW:
sys/compat/ossaudio/ossaudio.c
354
tmpinfo.record.encoding = AUDIO_ENCODING_ALAW;
sys/compat/ossaudio/ossaudio.c
435
case AUDIO_ENCODING_ALAW:
sys/compat/ossaudio/ossaudio.c
605
case AUDIO_ENCODING_ALAW:
sys/dev/audio/alaw.c
121
KASSERT(arg->srcfmt->encoding == AUDIO_ENCODING_ALAW);
sys/dev/audio/alaw.c
152
KASSERT(arg->dstfmt->encoding == AUDIO_ENCODING_ALAW);
sys/dev/audio/audio.c
4217
} else if (dst->encoding == AUDIO_ENCODING_ALAW) {
sys/dev/audio/audio.c
4240
} else if (src->encoding == AUDIO_ENCODING_ALAW) {
sys/dev/audio/audio.c
6629
case AUDIO_ENCODING_ALAW:
sys/dev/audio/audio.c
867
{ 0, AudioEalaw, AUDIO_ENCODING_ALAW, 8, 0 },
sys/dev/ic/arcofi.c
264
ARCOFI_FORMAT(0, AUDIO_ENCODING_ALAW, 8),
sys/dev/ic/arcofi.c
347
case AUDIO_ENCODING_ALAW:
sys/dev/ic/arcofi.c
357
case AUDIO_ENCODING_ALAW:
sys/dev/ic/interwave.c
626
case AUDIO_ENCODING_ALAW:
sys/dev/isa/gus.c
1276
sc->sc_encoding == AUDIO_ENCODING_ALAW ||
sys/dev/isa/gus.c
1557
case AUDIO_ENCODING_ALAW:
sys/dev/isa/gus.c
2344
sc->sc_encoding == AUDIO_ENCODING_ALAW) && blocksize > 32768)
sys/dev/isa/gus.c
3031
sc->sc_encoding == AUDIO_ENCODING_ALAW ||
sys/dev/usb/uaudio.c
2321
enc = AUDIO_ENCODING_ALAW;
sys/dev/usb/uaudio.c
2355
enc = AUDIO_ENCODING_ALAW;
tests/lib/libossaudio/t_ossaudio.c
141
ATF_REQUIRE_EQ(info.play.encoding, AUDIO_ENCODING_ALAW);
usr.bin/audio/common/audio.c
94
{ AudioEalaw, AUDIO_ENCODING_ALAW },
usr.bin/audio/common/sun.c
80
{ AUDIO_FILE_ENCODING_ALAW_8, AUDIO_ENCODING_ALAW, 8 },
usr.bin/audio/common/wav.c
257
newenc = AUDIO_ENCODING_ALAW;
usr.bin/audio/common/wav.c
382
case AUDIO_ENCODING_ALAW: