diff options
Diffstat (limited to 'plugins/lib')
-rw-r--r-- | plugins/lib/bluetooth/hal-bt-mixer-link.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lib/bluetooth/hal-bt-mixer-link.h b/plugins/lib/bluetooth/hal-bt-mixer-link.h index 6fc90f6..0550339 100644 --- a/plugins/lib/bluetooth/hal-bt-mixer-link.h +++ b/plugins/lib/bluetooth/hal-bt-mixer-link.h @@ -52,7 +52,7 @@ \"volume\": 80,\ \"mute\": false,\ \"params\": {\ - \"rate\" : 48000,\ + \"rate\" : 44100,\ \"format\": \"S16_LE\",\ \"channels\": 2\ }\ @@ -62,4 +62,4 @@ // HAL controllers handle mixer bt calls functions int HalBtMixerLinkSetBtStreamingSettings(AFB_ApiT apiHandle, char *mixerApiName, unsigned int btStreamStatus, char *hci, char *btAddress); -#endif /* _HAL_BT_MIXER_LINK_INCLUDE_ */
\ No newline at end of file +#endif /* _HAL_BT_MIXER_LINK_INCLUDE_ */ |