aboutsummaryrefslogtreecommitdiffstats
path: root/pulse.h
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-01-03 22:29:43 -0500
committerDave Reisner <dreisner@archlinux.org>2013-01-03 22:29:43 -0500
commit81d7ece0122dd853f18b9c041ac3cf0c52ad5847 (patch)
treedc0e93a523d9bf7e2f46913f82d9dd0110536b85 /pulse.h
parent5c7d8e7d407be9aef46ed422f51a599f56a740c7 (diff)
downloadmirror-ponymix-81d7ece0122dd853f18b9c041ac3cf0c52ad5847.tar.gz
mirror-ponymix-81d7ece0122dd853f18b9c041ac3cf0c52ad5847.tar.bz2
mirror-ponymix-81d7ece0122dd853f18b9c041ac3cf0c52ad5847.zip
allow fuzzy matching on devices
Diffstat (limited to 'pulse.h')
-rw-r--r--pulse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pulse.h b/pulse.h
index a19ce0b..a062975 100644
--- a/pulse.h
+++ b/pulse.h
@@ -24,8 +24,9 @@ enum DeviceType {
struct Profile {
Profile(const pa_card_profile_info& info) :
- name(info.name),
- desc(info.description) {}
+ name(info.name),
+ desc(info.description) {
+ }
string name;
string desc;