Audio: fix call recording.
authorstenkinevgeniy <stenkinevgeniy@gmail.com>
Thu, 12 Jul 2018 05:55:33 +0000 (05:55 +0000)
committerJan Altensen <info@stricted.net>
Tue, 5 Feb 2019 18:55:06 +0000 (19:55 +0100)
Change-Id: I312d2a36009ec1415dd5ccba4fbb68ae4a10e2ab

audio/audio_hw.c

index 9413297a87e96d50364452e41268dc4c8b09a27d..3c7ea6b02930d4505916f9cf45e371bc601ed811 100644 (file)
@@ -2126,11 +2126,6 @@ static int start_input_stream(struct stream_in *in)
 
 #endif
 
-    if (in->dev->voice.in_call) {
-        ALOGV("%s: in_call, not handling PCMs", __func__);
-        goto skip_pcm_handling;
-    }
-
     /* Open the PCM device.
      * The HW is limited to support only the default pcm_profile settings.
      * 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;
     }
 
-skip_pcm_handling:
     /* force read and proc buffer reallocation in case of frame size or
      * channel count change */
     in->proc_buf_frames = 0;