fix: audio issues from KORA tool

Signed-off-by: xxxxyang <xiaoyang75@huawei.com>
This commit is contained in:
xxxxyang
2022-03-24 15:37:33 +08:00
parent c0edf05afe
commit ec97fb340b
-1
View File
@@ -1150,7 +1150,6 @@ static int32_t MixerUpdatePowerStatus(const struct AudioKcontrol *kcontrol, uint
{
struct AudioCard *audioCard = NULL;
struct AudioSapmpath *path = NULL;
int ret = HDF_SUCCESS;
if (kcontrol == NULL || kcontrol->pri == NULL) {
ADM_LOG_ERR("input param kcontrol is NULL.");