[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] 2 commits: bluetooth: Add missing argument to module's usage
Arun Raghavan
gitlab at gitlab.freedesktop.org
Mon Jul 30 12:09:27 UTC 2018
Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits:
4863d190 by João Paulo Rechi Vita at 2018-07-27T08:27:40Z
bluetooth: Add missing argument to module's usage
module-bluetooth-discover usage was missing the autodetect_mtu argument.
- - - - -
32bd68bc by João Paulo Rechi Vita at 2018-07-27T08:28:11Z
bluetooth: Remove leftover references to the BlueZ 4/5 split
There is no need to mention a module argument is valid only when using
BlueZ 5 now that we don't support BlueZ 4 anymore.
- - - - -
2 changed files:
- src/modules/bluetooth/module-bluetooth-discover.c
- src/modules/bluetooth/module-bluez5-discover.c
Changes:
=====================================
src/modules/bluetooth/module-bluetooth-discover.c
=====================================
--- a/src/modules/bluetooth/module-bluetooth-discover.c
+++ b/src/modules/bluetooth/module-bluetooth-discover.c
@@ -30,8 +30,8 @@ PA_MODULE_DESCRIPTION("Detect available Bluetooth daemon and load the correspond
PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_LOAD_ONCE(true);
PA_MODULE_USAGE(
- "headset=ofono|native|auto (bluez 5 only)"
- "autodetect_mtu=<boolean> (bluez 5 only)"
+ "headset=ofono|native|auto"
+ "autodetect_mtu=<boolean>"
);
struct userdata {
=====================================
src/modules/bluetooth/module-bluez5-discover.c
=====================================
--- a/src/modules/bluetooth/module-bluez5-discover.c
+++ b/src/modules/bluetooth/module-bluez5-discover.c
@@ -36,6 +36,7 @@ PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_LOAD_ONCE(true);
PA_MODULE_USAGE(
"headset=ofono|native|auto"
+ "autodetect_mtu=<boolean>"
);
static const char* const valid_modargs[] = {
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/compare/30f49dae18069f8ada76d9103902b167c3f7f275...32bd68bc313fd670738c21cf2e4d0086a0a75e89
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/compare/30f49dae18069f8ada76d9103902b167c3f7f275...32bd68bc313fd670738c21cf2e4d0086a0a75e89
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20180730/372a8546/attachment.html>
More information about the pulseaudio-commits
mailing list