Skip to content

Commit

Permalink
Bugfix for regression issue
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbod committed Jan 2, 2019
1 parent e16db9a commit 9129a42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions op25/gr-op25_repeater/apps/sockaudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def drain(self):
break
time.sleep(1)
ret = self.libasound.snd_pcm_prepare(self.c_pcm)
return ret

def drop(self):
ret = self.libasound.snd_pcm_drop(self.c_pcm)
Expand All @@ -243,6 +244,7 @@ def drop(self):
break
time.sleep(1)
ret = self.libasound.snd_pcm_prepare(self.c_pcm)
return ret

def dump(self):
if (self.c_pcm.value == None):
Expand Down

0 comments on commit 9129a42

Please sign in to comment.