~ubuntu-branches/ubuntu/raring/bluez/raring

« back to all changes in this revision

Viewing changes to audio/manager.c

  • Committer: Evan Broder
  • Date: 2012-03-07 19:32:54 UTC
  • mfrom: (84.1.1 precise)
  • Revision ID: evan@ebroder.net-20120307193254-92ux968by84sdpfz
debian/patches/enable_audio_profiles.patch: enable the Gateway and Source
audio profiles by default. (LP: #948613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
static struct enabled_interfaces enabled = {
114
114
        .hfp            = TRUE,
115
115
        .headset        = TRUE,
116
 
        .gateway        = FALSE,
 
116
        .gateway        = TRUE,
117
117
        .sink           = TRUE,
118
 
        .source         = FALSE,
 
118
        .source         = TRUE,
119
119
        .control        = TRUE,
120
120
        .socket         = TRUE,
121
121
        .media          = TRUE,