mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-01 07:47:55 +00:00
audio: in_call is a bool type
Change-Id: Ie8db6ddac7f3cb64acd4bf95be00744754a2907d
This commit is contained in:
parent
7cc49b4fb2
commit
6d31bae512
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ struct audio_device {
|
|||
audio_mode_t mode;
|
||||
struct stream_in* active_input;
|
||||
struct stream_out* primary_output;
|
||||
int in_call;
|
||||
bool in_call;
|
||||
float voice_volume;
|
||||
bool mic_mute;
|
||||
bool bluetooth_nrec;
|
||||
|
|
Loading…
Reference in a new issue