Code cleanup
This commit is contained in:
parent
08bd5545dc
commit
b5aaac39b1
26
src/mixer.c
26
src/mixer.c
|
@ -1089,19 +1089,19 @@ static String const * _mixer_get_icon(String const * id)
|
||||||
String const * name;
|
String const * name;
|
||||||
String const * icon;
|
String const * icon;
|
||||||
} icons[] = {
|
} icons[] = {
|
||||||
{ "beep", "audio-volume-high" },
|
{ "beep", "audio-volume-high" },
|
||||||
{ "cd", "media-cdrom" },
|
{ "cd", "media-cdrom" },
|
||||||
{ "dacsel", "audio-card" },
|
{ "dacsel", "audio-card" },
|
||||||
{ "input", "stock_mic" },
|
{ "input", "stock_mic" },
|
||||||
{ "line", "stock_volume" },
|
{ "line", "stock_volume" },
|
||||||
{ "master", "audio-volume-high" },
|
{ "master", "audio-volume-high" },
|
||||||
{ "mic", "audio-input-microphone"},
|
{ "mic", "audio-input-microphone" },
|
||||||
{ "monitor", "utilities-system-monitor"},
|
{ "monitor", "utilities-system-monitor" },
|
||||||
{ "output", "audio-volume-high" },
|
{ "output", "audio-volume-high" },
|
||||||
{ "pcm", "audio-volume-high" },
|
{ "pcm", "audio-volume-high" },
|
||||||
{ "rec", "gtk-media-record" },
|
{ "rec", "gtk-media-record" },
|
||||||
{ "source", "audio-card" },
|
{ "source", "audio-card" },
|
||||||
{ "vol", "audio-volume-high" }
|
{ "vol", "audio-volume-high" }
|
||||||
};
|
};
|
||||||
size_t len;
|
size_t len;
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user