/src/sys/dev/audio/ |
audiodef.h | 145 audio_stage_t chvol; /* channel volume stage */ member in struct:audio_track
|
audiodef.h | 145 audio_stage_t chvol; /* channel volume stage */ member in struct:audio_track
|
audio.c | 459 char chvol[32]; member in struct:audio_track_debugbuf 481 if (track->chvol.filter) 482 snprintf(buf->chvol, sizeof(buf->chvol), " v=%d", 483 track->chvol.srcbuf.used); 4197 audio_free(track->chvol.srcbuf.mem); 4341 * Initialize the chvol stage of this track as necessary. 4342 * If successful, it initializes the chvol stage as necessary, stores updated 4362 srcbuf = &track->chvol.srcbuf; 4375 track->chvol.dst = last_dst [all...] |
audio.c | 459 char chvol[32]; member in struct:audio_track_debugbuf 481 if (track->chvol.filter) 482 snprintf(buf->chvol, sizeof(buf->chvol), " v=%d", 483 track->chvol.srcbuf.used); 4197 audio_free(track->chvol.srcbuf.mem); 4341 * Initialize the chvol stage of this track as necessary. 4342 * If successful, it initializes the chvol stage as necessary, stores updated 4362 srcbuf = &track->chvol.srcbuf; 4375 track->chvol.dst = last_dst [all...] |