mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 17:26:31 +01:00
alsabat: fix a missing break in switch
Add the break line for OPT_ROUNDUPLATENCY case. Signed-off-by: Lu, Han <han.lu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0cfe406618
commit
9dee2da0af
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ static void parse_arguments(struct bat *bat, int argc, char *argv[])
|
|||
break;
|
||||
case OPT_ROUNDTRIPLATENCY:
|
||||
bat->roundtriplatency = true;
|
||||
break;
|
||||
case OPT_SNRTHD_DB:
|
||||
get_snr_thd_db(bat, optarg);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue