]> git.alsa-project.org Git - alsa-utils.git/commit
aplay: add missing break before the default case master
authorBard Liao <yung-chuan.liao@linux.intel.com>
Tue, 16 Dec 2025 13:55:54 +0000 (21:55 +0800)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Dec 2025 14:09:02 +0000 (15:09 +0100)
commita12ec83fa93e16a76f5c57f128f819dfe332f96c
treed148a42d3ea08e139b8cdcfcae30a206fa3866f7
parent10587067fcf5b05e7fa5a84c38238dbffd079c4f
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: https://github.com/alsa-project/alsa-utils/pull/315
Fixes: e78583ab7cde ("aplay: reorganize format handling in begin_wave()")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
aplay/aplay.c