mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
deduce a proper icon for TV sets
This commit is contained in:
parent
3e8c7ac65f
commit
4ebdee5b29
1 changed files with 2 additions and 0 deletions
|
|
@ -1921,6 +1921,8 @@ pa_bool_t pa_device_init_icon(pa_proplist *p, pa_bool_t is_sink) {
|
|||
t = "phone";
|
||||
else if (pa_streq(ff, "portable"))
|
||||
t = "multimedia-player";
|
||||
else if (pa_streq(ff, "tv"))
|
||||
t = "video-display";
|
||||
}
|
||||
|
||||
if (!t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue