mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:45:41 +01:00
Added woofer...
This commit is contained in:
parent
338bb62b73
commit
095f7b89b3
1 changed files with 2 additions and 0 deletions
|
@ -346,6 +346,8 @@ static const char *speaker_position(int position)
|
|||
return "Rear-Left";
|
||||
case SND_MIXER_VOICE_REAR_RIGHT:
|
||||
return "Rear-Right";
|
||||
case SND_MIXER_VOICE_WOOFER:
|
||||
return "Woofer";
|
||||
default:
|
||||
sprintf(str, "Speaker%i", position);
|
||||
return str;
|
||||
|
|
Loading…
Reference in a new issue