Audio: fix call recording.

Change-Id: I312d2a36009ec1415dd5ccba4fbb68ae4a10e2ab
tirimbino
stenkinevgeniy 6 years ago committed by Jan Altensen
parent efdfdba35a
commit 282d59245e
No known key found for this signature in database
GPG Key ID: 3E45BB95F7AD33DA
  1. 6
      audio/audio_hw.c

@ -2126,11 +2126,6 @@ static int start_input_stream(struct stream_in *in)
#endif #endif
if (in->dev->voice.in_call) {
ALOGV("%s: in_call, not handling PCMs", __func__);
goto skip_pcm_handling;
}
/* Open the PCM device. /* Open the PCM device.
* The HW is limited to support only the default pcm_profile settings. * The HW is limited to support only the default pcm_profile settings.
* As such a change in aux_channels will not have an effect. * As such a change in aux_channels will not have an effect.
@ -2151,7 +2146,6 @@ static int start_input_stream(struct stream_in *in)
goto error_open; goto error_open;
} }
skip_pcm_handling:
/* force read and proc buffer reallocation in case of frame size or /* force read and proc buffer reallocation in case of frame size or
* channel count change */ * channel count change */
in->proc_buf_frames = 0; in->proc_buf_frames = 0;

Loading…
Cancel
Save