Searched refs:AFMT_AC3 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/sound/pcm/ |
| H A D | pcm.h | 137 case AFMT_AC3: in pcm_sample_read() 306 case AFMT_AC3: in pcm_sample_write()
|
| H A D | sound.h | 338 #define AFMT_PASSTHROUGH AFMT_AC3
|
| H A D | channel.c | 926 { "ac3", NULL, NULL, AFMT_AC3 },
|
| /freebsd/contrib/ntp/util/ |
| H A D | audio-pcm.c | 58 if (format & AFMT_AC3) printf("AC3 "); in d_fmt()
|
| /freebsd/sys/sys/ |
| H A D | soundcard.h | 172 #define AFMT_AC3 0x00000400 /* Dolby Digital AC3 */ macro
|
| /freebsd/usr.sbin/sndctl/ |
| H A D | sndctl.c | 249 { AFMT_AC3, "ac3" },
|
| /freebsd/sys/dev/sound/pci/hda/ |
| H A D | hdaa.c | 1911 if (ch->fmt & AFMT_AC3) in hdaa_audio_setup() 1988 if ((ch->fmt & AFMT_AC3) && (cchn == 7)) in hdaa_audio_setup() 5495 ch->fmtlist[i++] = SND_FORMAT(AFMT_AC3, 2, 0); in hdaa_prepare_pcms() 5497 ch->fmtlist[i++] = SND_FORMAT(AFMT_AC3, 8, 1); in hdaa_prepare_pcms()
|