Skip to content

Commit

Permalink
audio: initialize ausrc_prm
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Sep 5, 2024
1 parent 98b9236 commit 5e2db0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ static int start_source(struct autx *tx, struct audio *a, struct list *ausrcl)
size_t sz;
size_t psize_alloc;

memset(&prm, 0, sizeof(prm));
prm.srate = srate_dsp;
prm.ch = channels_dsp;
prm.ptime = tx->ptime;
Expand Down

0 comments on commit 5e2db0a

Please sign in to comment.