HomeSort by: relevance | last modified time | path
    Searched defs:ch_volume (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audiodef.h 157 uint16_t ch_volume[AUDIO_MAX_CHANNELS]; member in struct:audio_track
audio.c 3813 * arg->context points track->ch_volume[].
3818 int16_t *ch_volume; local in function:audio_track_chvol
3835 ch_volume = arg->context;
3842 val = AUDIO_SCALEDOWN(val * ch_volume[ch], 8);
4178 track->ch_volume[i] = 256;
4368 if (track->ch_volume[ch] != 256) {
4390 arg->context = track->ch_volume;

Completed in 42 milliseconds