| /dragonfly/sys/dev/video/bktr/ |
| HD | bktr_audio.c | 465 int stereo; in msp_autodetect() 527 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect() 529 bktr_name(bktr), stereo); in msp_autodetect() 531 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect() 533 bktr_name(bktr), stereo); in msp_autodetect() 535 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect() 537 bktr_name(bktr), stereo); in msp_autodetect() 538 if (stereo > 0x0100 && stereo < 0x8000) { /* Seems to be stereo */ in msp_autodetect() 545 } else if (stereo > 0x8000) { /* bilingual mode */ in msp_autodetect()
|
| HD | msp34xx.c | 120 int stereo; member 377 msp->stereo = VIDEO_SOUND_MONO; in msp3400c_setmode() 590 int newstereo = msp->stereo; in autodetect_stereo() 659 if (newstereo != msp->stereo) { in autodetect_stereo() 662 msp->stereo,newstereo)); in autodetect_stereo() 663 msp->stereo = newstereo; in autodetect_stereo() 685 if (msp->stereo & VIDEO_SOUND_STEREO) in watch_stereo() 687 else if (msp->stereo & VIDEO_SOUND_LANG1) in watch_stereo() 877 msp->stereo = VIDEO_SOUND_MONO; in msp3400c_thread() 1069 msp->stereo = VIDEO_SOUND_STEREO; in msp3410d_thread() [all …]
|
| /dragonfly/sys/dev/sound/pci/ |
| HD | maestro.c | 119 unsigned stereo : 1; member 140 unsigned stereo : 1; member 863 if (ch->stereo) { in aggch_start_dac() 907 if (ch->stereo) { in aggch_start_dac() 969 if (ch->stereo) { in aggch_start_adc() 997 ch->buflen >> ch->stereo, 0, dv); in aggch_start_adc() 1003 ch->buflen >> ch->stereo, 0, dv); in aggch_start_adc() 1151 if (ch->stereo) { in suppress_jitter() 1171 cp1 = (ch->stereo? ch->parent->bufsz >> 2 : ch->parent->bufsz >> 1) in suppress_rec_jitter() 1195 return (48000 * (ch->blklen << (!ch->qs16 + !ch->stereo)) in calc_timer_div() [all …]
|
| HD | sb.h | 86 #define DSP_CMD_DMAMODE(stereo, bit16) (0xA0 | (stereo ? 8:0) | (bit16 ? 4:0)) argument
|
| HD | emu10k1.c | 179 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member 584 m->stereo = 0; in emu_vinit() 606 s->stereo = 0; in emu_vinit() 625 v->stereo = (AFMT_CHANNEL(ch->fmt) > 1) ? 1 : 0; in emu_vsetup() 628 v->slave->stereo = v->stereo; in emu_vsetup() 645 s = (v->stereo ? 1 : 0) + (v->b16 ? 1 : 0); in emu_vwrite() 651 if (v->stereo) { in emu_vwrite() 656 emu_wrptr(sc, v->vnum, EMU_CHAN_CPF, v->stereo ? EMU_CHAN_CPF_STEREO_MASK : 0); in emu_vwrite() 657 val = v->stereo ? 28 : 30; in emu_vwrite() 713 cs = v->stereo ? 4 : 2; in emu_vtrigger() [all …]
|
| HD | aureal.c | 249 int i, stereo = (AFMT_CHANNEL(format) > 1)? 1 : 0; in au_prepareoutput() local 291 au_wr(au, 0, 0x0f800, stereo? 0x00030032 : 0x00030030, 4); in au_prepareoutput() 292 au_wr(au, 0, 0x0f804, stereo? 0x00030032 : 0x00030030, 4); in au_prepareoutput() 295 au_addroute(au, 0x11, stereo? 0 : 1, 0x59); in au_prepareoutput()
|
| HD | emu10kx.c | 254 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member 1318 m->stereo = 0; in emu_vinit() 1330 s->stereo = 0; in emu_vinit() 1346 v->stereo = (AFMT_CHANNEL(fmt) > 1) ? 1 : 0; in emu_vsetup() 1349 v->slave->stereo = v->stereo; in emu_vsetup() 1368 if ((v->stereo) && (v->ismaster == 0)) in emu_vroute() 1374 if ((v->stereo) && (v->slave != NULL)) in emu_vroute() 1384 s = (v->stereo ? 1 : 0) + (v->b16 ? 1 : 0); in emu_vwrite() 1390 if (v->stereo) { in emu_vwrite() 1395 val = v->stereo ? 28 : 30; in emu_vwrite() [all …]
|
| HD | solo.c | 431 int stereo = (AFMT_CHANNEL(fmt) > 1)? 1 : 0; in ess_setupch() local 450 ess_write(sc, 0xa8, (ess_read(sc, 0xa8) & ~0x03) | (stereo? 0x01 : 0x02)); in ess_setupch() 469 (stereo? 0x08 : 0x40)); in ess_setupch() 484 fmtval = b16 | (stereo << 1) | ((!unsign) << 2); in ess_setupch()
|
| HD | cmi.c | 619 u_int8_t stereo:1; /* (no explanation needed, honest) */ member 698 if (cmt[dev].stereo) { in cmimix_set() 734 if (cmt[i].stereo) { in cmimix_setrecsrc()
|
| HD | es137x.c | 260 unsigned stereo:1; member 354 r = (mixtable[dev].stereo) ? right : l; in es1370_mixset() 366 if (mixtable[dev].stereo) { in es1370_mixset() 369 if (set_dac1 && mixtable[SOUND_MIXER_SYNTH].stereo) in es1370_mixset()
|
| HD | vibes.c | 463 u_int8_t stereo:1; /* Supports 2 channels */ member 508 if (mt[dev].stereo) in sv_gain()
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | audio | 43 >20 belong 2 stereo, 81 >20 lelong 2 stereo, 281 >12 beshort =-1 stereo, 363 >18 byte &4 stereo 385 >31 byte &2 stereo 491 >>20 byte&0xe 0x2 \b, stereo 551 >>(0x08.l+18) uleshort =2 \b, stereo 560 >>10 uleshort =2 \b, stereo 1065 >>>>&-2 byte 2 stereo 1093 >>&0x1E byte 2 stereo [all …]
|
| HD | vorbis | 69 >>>>39 ubyte 2 stereo, 145 >>>>>37 ubyte 2 stereo 148 >>>>>37 ubyte 2 stereo
|
| HD | dsf | 9 >0x30 leshort 2 stereo,
|
| HD | dolby | 34 # dsurmod (for stereo only)
|
| HD | riff | 122 >2 leshort =2 \b, stereo 575 >>>>>>>>(92.l+182) leshort 2 (stereo, 587 >>>>>>>>(92.l+190) leshort 2 (stereo, 797 >>22 beshort =2 \b, stereo 827 >>>&10 leshort =2 \b, stereo 838 >>&6 leshort =2 \b, stereo
|
| HD | msx | 27 >>>0xF byte&0x04 4 stereo 37 >>>0xF byte&0x04 0x04 stereo
|
| HD | animation | 302 >8 string ssc1 \b, Samsung stereo, single stream (patent pending) 303 >8 string ssc2 \b, Samsung stereo, dual stream (patent pending) 842 >2 beshort&0x01c0 0x0080 \b, stereo 843 >2 beshort&0x01c0 0x00c0 \b, stereo + center 844 >2 beshort&0x01c0 0x0100 \b, stereo+center+LFE 1062 >>51 byte&0x20 !0 stereo
|
| HD | images | 1843 >>28 ubyte 2 stereo
|
| /dragonfly/usr.sbin/powerd/ |
| HD | powerd.c | 745 int fmt, stereo, freq; in low_battery_alert() local 763 stereo = 0; in low_battery_alert() 764 if (ioctl(fd, SNDCTL_DSP_STEREO, &stereo, sizeof(stereo)) < 0) in low_battery_alert()
|
| /dragonfly/sys/dev/sound/pcm/ |
| HD | ac97.c | 48 unsigned stereo:1; /* set for stereo controls */ member 448 if (!e->stereo) in ac97_setmixer()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | complete.tcsh | 624 speaker stdout stereo test verbose wav)/'
|
| /dragonfly/sys/config/ |
| HD | LINT64 | 1439 # Should fix stereo autodetection if the old driver does only output
|
| /dragonfly/share/misc/ |
| HD | pci_vendors | 8710 11bd 0012 PCTV pro (TV + FM stereo receiver) 8764 bd11 1200 PCTV pro (TV + FM stereo receiver) 8806 11bd 0012 PCTV pro (TV + FM stereo receiver, audio section) 8826 bd11 1200 PCTV pro (TV + FM stereo receiver, audio section)
|
| /dragonfly/games/fortune/datfiles/ |
| HD | fortunes-o | 845 hear the stereo."
|