Add missing option for echomic -z to megi's audioroute program
This commit is contained in:
parent
624b702210
commit
4c39cd16b0
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ int main(int ac, char* av[])
|
||||||
{
|
{
|
||||||
int opt;
|
int opt;
|
||||||
|
|
||||||
while ((opt = getopt(ac, av, "smhe2")) != -1) {
|
while ((opt = getopt(ac, av, "smhez2")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 's':
|
case 's':
|
||||||
audio_setup.spk_on = 1;
|
audio_setup.spk_on = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue