mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
Added missing break;
This commit is contained in:
parent
724e181fa0
commit
8bda6292d8
1 changed files with 1 additions and 0 deletions
|
|
@ -508,6 +508,7 @@ static int snd_pcm_rate_init(snd_pcm_t *pcm)
|
|||
rate->states[k].u.linear.pos = 0;
|
||||
rate->states[k].u.linear.init = 0;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue