diff options
| -rw-r--r-- | src/modules/bluetooth/module-bluetooth-device.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index bcb65a47..0a3c91a5 100644 --- a/src/modules/bluetooth/module-bluetooth-device.c +++ b/src/modules/bluetooth/module-bluetooth-device.c @@ -462,6 +462,9 @@ static int setup_a2dp(struct userdata *u) {          }      } +    if (cap->capability.configured) +        return 0; +      if (u->sample_spec.channels <= 1) {          if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_MONO) {              cap->channel_mode = BT_A2DP_CHANNEL_MODE_MONO;  | 
