Loading hal/msm8974/platform.c +2 −1 Original line number Diff line number Diff line Loading @@ -8435,7 +8435,8 @@ static int platform_set_codec_backend_cfg(struct audio_device* adev, int controller = -1; int stream = -1; if (usecase) { if (usecase != NULL && usecase->stream.out && usecase->type == PCM_PLAYBACK) { controller = usecase->stream.out->extconn.cs.controller; stream = usecase->stream.out->extconn.cs.stream; } Loading Loading
hal/msm8974/platform.c +2 −1 Original line number Diff line number Diff line Loading @@ -8435,7 +8435,8 @@ static int platform_set_codec_backend_cfg(struct audio_device* adev, int controller = -1; int stream = -1; if (usecase) { if (usecase != NULL && usecase->stream.out && usecase->type == PCM_PLAYBACK) { controller = usecase->stream.out->extconn.cs.controller; stream = usecase->stream.out->extconn.cs.stream; } Loading