Message ID | 20210115154151.75022-1-colin.king@canonical.com |
---|---|
State | New |
Headers | show |
Series | [next] ALSA: usb-audio: remove initialization of param_period_time_if_needed | expand |
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index f71965bf815f..ed654338f6b7 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c @@ -934,7 +934,7 @@ static int setup_hw_info(struct snd_pcm_runtime *runtime, struct snd_usb_substre { const struct audioformat *fp; unsigned int pt, ptmin; - int param_period_time_if_needed = -1; + int param_period_time_if_needed; int err; runtime->hw.formats = subs->formats;