FreeBSD kernel sound device code
feed_eq_tone Struct Reference

Data Fields

intpcm_t o1 [SND_CHN_MAX]
 
intpcm_t o2 [SND_CHN_MAX]
 
intpcm_t i1 [SND_CHN_MAX]
 
intpcm_t i2 [SND_CHN_MAX]
 
int gain
 

Detailed Description

Definition at line 110 of file feeder_eq.c.

Field Documentation

◆ gain

int feed_eq_tone::gain

Definition at line 115 of file feeder_eq.c.

Referenced by feed_eq_init(), and feed_eq_set().

◆ i1

intpcm_t feed_eq_tone::i1[SND_CHN_MAX]

Definition at line 113 of file feeder_eq.c.

Referenced by feed_eq_reset().

◆ i2

intpcm_t feed_eq_tone::i2[SND_CHN_MAX]

Definition at line 114 of file feeder_eq.c.

Referenced by feed_eq_reset().

◆ o1

intpcm_t feed_eq_tone::o1[SND_CHN_MAX]

Definition at line 111 of file feeder_eq.c.

Referenced by feed_eq_reset().

◆ o2

intpcm_t feed_eq_tone::o2[SND_CHN_MAX]

Definition at line 112 of file feeder_eq.c.

Referenced by feed_eq_reset().


The documentation for this struct was generated from the following file: