Commit a12ec83
aplay: add missing break before the default case
Add the break before the default case back. Otherwise, all cases will
fall into the default/error case.
Closes: #315
Fixes: e78583a ("aplay: reorganize format handling in begin_wave()")
Signed-off-by: Bard Liao <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>1 parent 1058706 commit a12ec83
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2731 | 2731 | | |
2732 | 2732 | | |
2733 | 2733 | | |
| 2734 | + | |
2734 | 2735 | | |
2735 | 2736 | | |
2736 | 2737 | | |
| |||
0 commit comments