mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
bluetooth: Use stdbool for pa_bool_t
Use lowercase true/false instead of TRUE/FALSE for pa_bool_t.
This commit is contained in:
parent
4e93d8711b
commit
93e19c884b
3 changed files with 58 additions and 58 deletions
|
|
@ -42,7 +42,7 @@ PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetoo
|
|||
PA_MODULE_VERSION(PACKAGE_VERSION);
|
||||
PA_MODULE_USAGE("sco_sink=<name of sink> "
|
||||
"sco_source=<name of source> ");
|
||||
PA_MODULE_LOAD_ONCE(TRUE);
|
||||
PA_MODULE_LOAD_ONCE(true);
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"sco_sink",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue