summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-02-04 19:48:22 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-02-04 19:48:22 +0100
commit9e7fe9f01d47a671ab5a6bc333abaa1a9782b58a (patch)
tree21c237cdcb2dd8e564197875d326f02b51fdea63 /src
parent8569aed5570e415a2d4361c521c0b511684e3b7e (diff)
Add icon for other audio devices
Diffstat (limited to 'src')
-rw-r--r--src/dbus-hci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-hci.c b/src/dbus-hci.c
index 19bba24d..e7d2c78e 100644
--- a/src/dbus-hci.c
+++ b/src/dbus-hci.c
@@ -114,6 +114,8 @@ const char *class_to_icon(uint32_t class)
return "audio-card"; /* Headset */
case 0x06:
return "audio-card"; /* Headphone */
+ default:
+ return "audio-card"; /* Other audio device */
}
break;
case 0x05: