Home
last modified time | relevance | path

Searched refs:audio_stage_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/audio/
H A Daudiodef.h104 } audio_stage_t; typedef
144 audio_stage_t codec; /* encoding conversion stage */
145 audio_stage_t chvol; /* channel volume stage */
146 audio_stage_t chmix; /* channel mix stage */
147 audio_stage_t freq; /* frequency conversion stage */
H A Daudio.c4924 audio_apply_stage(audio_track_t *track, audio_stage_t *stage, bool isfreq) in audio_apply_stage()