Home
last modified time | relevance | path

Searched refs:AFMT_AC3 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dpcm.h136 case AFMT_AC3: in pcm_sample_read()
247 case AFMT_AC3: in pcm_sample_write()
H A Dsound.h470 #define AFMT_PASSTHROUGH AFMT_AC3
H A Dchannel.c986 { "ac3", NULL, NULL, AFMT_AC3 },
/freebsd/contrib/ntp/util/
H A Daudio-pcm.c58 if (format & AFMT_AC3) printf("AC3 "); in d_fmt()
/freebsd/sys/sys/
H A Dsoundcard.h172 #define AFMT_AC3 0x00000400 /* Dolby Digital AC3 */ macro
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1884 if (ch->fmt & AFMT_AC3) in hdaa_audio_setup()
1961 if ((ch->fmt & AFMT_AC3) && (cchn == 7)) in hdaa_audio_setup()
5427 ch->fmtlist[i++] = SND_FORMAT(AFMT_AC3, 2, 0); in hdaa_pcmchannel_setup()
5429 ch->fmtlist[i++] = SND_FORMAT(AFMT_AC3, 8, 1); in hdaa_pcmchannel_setup()