While these icon names are not part of the spec standard names [0] they
are in practice implemented by at least Adwaita, Gnome, Oxygen, Arc and Breeze
themes.
[0] https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
switch ((class & 0xfc) >> 2) {
case 0x01:
case 0x02:
- return "audio-card"; /* Headset */
+ return "audio-headset";
case 0x06:
- return "audio-card"; /* Headphone */
+ return "audio-headphones";
case 0x0b: /* VCR */
case 0x0c: /* Video Camera */
case 0x0d: /* Camcorder */