Lines Matching defs:speaker
5 * This file is part of the speaker-test tool.
9 * speaker-test is free software; you can redistribute it and/or modify
14 * speaker-test is distributed in the hope that it will be useful,
107 static unsigned int speaker = 0; /* count of channels */
427 * beyond speaker localization, this can be used for setting loudness to standard
982 _("Usage: speaker-test [OPTION]... \n"
994 "-s,--speaker single speaker test. Values 1=Left, 2=right, etc\n"
1039 {"speaker", 1, NULL, 's'},
1149 speaker = atoi(optarg);
1150 speaker = speaker < 1 ? 0 : speaker;
1186 speaker = speaker > channels ? 0 : speaker;
1187 if (speaker==0) {
1263 if (speaker==0) {
1293 chn = get_speaker_channel(speaker - 1);