Searched refs:AFMT_AC3 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/ntp/util/
H A Daudio-pcm.c58 if (format & AFMT_AC3) printf("AC3 ");
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder_format.c113 AFMT_AC3,
H A Dfeeder_mixer.c124 { AFMT_AC3, PCM_16_BPS, NULL },
H A Dsound.h213 #define AFMT_PASSTHROUGH AFMT_AC3
H A Dchannel.c1028 { "ac3", NULL, NULL, AFMT_AC3 },
/freebsd-10.0-release/sys/sys/
H A Dsoundcard.h172 #define AFMT_AC3 0x00000400 /* Dolby Digital AC3 */ macro
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.c1885 if (ch->fmt & AFMT_AC3)
1962 if ((ch->fmt & AFMT_AC3) && (cchn == 7))
5428 ch->fmtlist[i++] = SND_FORMAT(AFMT_AC3, 2, 0);
5430 ch->fmtlist[i++] = SND_FORMAT(AFMT_AC3, 8, 0);
5431 ch->fmtlist[i++] = SND_FORMAT(AFMT_AC3, 8, 1);

Completed in 134 milliseconds