Loading sound/usb/pcm.c +2 −0 Original line number Diff line number Diff line Loading @@ -486,6 +486,8 @@ static int snd_usb_hw_params(struct snd_pcm_substream *substream, } if (changed) { subs->period_bytes = params_period_bytes(hw_params); mutex_lock(&subs->stream->chip->shutdown_mutex); /* format changed */ stop_endpoints(subs, 0, 0, 0); Loading Loading
sound/usb/pcm.c +2 −0 Original line number Diff line number Diff line Loading @@ -486,6 +486,8 @@ static int snd_usb_hw_params(struct snd_pcm_substream *substream, } if (changed) { subs->period_bytes = params_period_bytes(hw_params); mutex_lock(&subs->stream->chip->shutdown_mutex); /* format changed */ stop_endpoints(subs, 0, 0, 0); Loading