alsa: don't stop recording if there's an unexpected ring buffer error

This commit is contained in:
Trek H 2022-02-02 17:07:18 +10:30
parent a0867331cb
commit eeef34e1fb
1 changed files with 0 additions and 1 deletions

View File

@ -406,7 +406,6 @@ func (d *ALSA) input() {
d.l.Log(logger.Warning, "old audio data overwritten")
default:
d.l.Log(logger.Error, "unexpected ringbuffer error", "error", err.Error())
return
}
}
}