diff options
| author | Dave Reisner <dreisner@archlinux.org> | 2013-01-03 22:29:43 -0500 |
|---|---|---|
| committer | Dave Reisner <dreisner@archlinux.org> | 2013-01-03 22:29:43 -0500 |
| commit | 81d7ece0122dd853f18b9c041ac3cf0c52ad5847 (patch) | |
| tree | dc0e93a523d9bf7e2f46913f82d9dd0110536b85 /pulse.h | |
| parent | 5c7d8e7d407be9aef46ed422f51a599f56a740c7 (diff) | |
| download | mirror-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.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |
