Searched defs:stereo (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pci/
H A Daureal.c251 int i, stereo = (AFMT_CHANNEL(format) > 1)? 1 : 0; local
H A Dsolo.c433 int stereo = (AFMT_CHANNEL(fmt) > 1)? 1 : 0; local
H A Dvibes.c465 u_int8_t stereo:1; /* Supports 2 channels */ member in struct:sv_mix_props
H A Dcmi.c618 u_int8_t stereo:1; /* (no explanation needed, honest) */ member in struct:sb16props
H A Dmaestro.c114 unsigned stereo : 1; member in struct:agg_chinfo
135 unsigned stereo : 1; member in struct:agg_rchinfo
[all...]
H A Dds1.c370 ds_initpbank(volatile struct pbank *pb, int ch, int stereo, int b16, u_int32_t rate, bus_addr_t base, u_int32_t len) argument
438 int stereo, b16, c, sz; local
457 int stereo, b16, i, sz, pri; local
552 int stereo; local
[all...]
H A Des137x.c262 unsigned stereo:1; member in struct:__anon14310
H A Demu10k1.c181 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member in struct:emu_voice
[all...]
H A Demu10kx.c258 unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1; member in struct:emu_voice
[all...]
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dac97.c50 unsigned stereo:1; /* set for stereo controls */ member in struct:ac97mixtable_entry
/freebsd-13-stable/sys/dev/sound/isa/
H A Dsb16.c293 int stereo; member in struct:sb16_mixent
H A Dsb8.c503 int stereo = (AFMT_CHANNEL(ch->fmt) > 1)? 1 : 0; local
544 int stereo = (AFMT_CHANNEL(ch->fmt) > 1)? 1 : 0; local
H A Dess.c465 int stereo = (AFMT_CHANNEL(fmt) > 1)? 1 : 0; local

Completed in 206 milliseconds