mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Fixed typo
This commit is contained in:
parent
97ff1cead9
commit
3d1998857a
1 changed files with 2 additions and 2 deletions
|
|
@ -123,11 +123,11 @@ int main(int argc,char *argv[])
|
|||
out_config.pcm_name = optarg;
|
||||
break;
|
||||
case '4':
|
||||
if (out_config.spdif != SPDIF_NONE)
|
||||
if (out_config.spdif == SPDIF_NONE)
|
||||
ac3_config.num_output_ch = 4;
|
||||
break;
|
||||
case '6':
|
||||
if (out_config.spdif != SPDIF_NONE)
|
||||
if (out_config.spdif == SPDIF_NONE)
|
||||
ac3_config.num_output_ch = 6;
|
||||
break;
|
||||
case 'C':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue