mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Added ommited break
This commit is contained in:
parent
4a0e9058a9
commit
63fc0363c4
1 changed files with 1 additions and 0 deletions
|
|
@ -653,6 +653,7 @@ static snd_pcm_sframes_t snd_pcm_hw_avail_update(snd_pcm_t *pcm)
|
||||||
/* everything is ok, state == SND_PCM_STATE_XRUN at the moment */
|
/* everything is ok, state == SND_PCM_STATE_XRUN at the moment */
|
||||||
return -EPIPE;
|
return -EPIPE;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case SNDRV_PCM_STATE_XRUN:
|
case SNDRV_PCM_STATE_XRUN:
|
||||||
return -EPIPE;
|
return -EPIPE;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue