alsa-mixer: add support for SteelSeries Arctis 5 and renamed Arctis 7 files appropriately

This commit is contained in:
Bert Hekman 2018-02-13 20:06:12 +01:00 committed by Arun Raghavan
parent 0d50e787f8
commit 83675b3745
10 changed files with 90 additions and 8 deletions

View file

@ -2545,6 +2545,8 @@ static int path_verify(pa_alsa_path *p) {
{ "iec958-passthrough-output", N_("Digital Passthrough (S/PDIF)") },
{ "multichannel-input", N_("Multichannel Input") },
{ "multichannel-output", N_("Multichannel Output") },
{ "steelseries-arctis-5-output-game", N_("Game Output") },
{ "steelseries-arctis-5-output-chat", N_("Chat Output") },
};
pa_alsa_element *e;