Loading drivers/soc/qcom/qdsp6v2/msm_audio_ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ struct msm_audio_ion_private { bool smmu_enabled; bool audioheap_enabled; struct iommu_group *group; u32 domain_id; int32_t domain_id; struct iommu_domain *domain; }; Loading sound/soc/msm/qdsp6v2/q6afe.c +1 −1 Original line number Diff line number Diff line Loading @@ -3048,7 +3048,7 @@ static ssize_t afe_debug_write(struct file *filp, goto afe_error; } if (param[1] < 0 || param[1] > 100) { if (param[1] > 100) { pr_err("%s: Error, volume shoud be 0 to 100 percentage param = %lu\n", __func__, param[1]); rc = -EINVAL; Loading Loading
drivers/soc/qcom/qdsp6v2/msm_audio_ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ struct msm_audio_ion_private { bool smmu_enabled; bool audioheap_enabled; struct iommu_group *group; u32 domain_id; int32_t domain_id; struct iommu_domain *domain; }; Loading
sound/soc/msm/qdsp6v2/q6afe.c +1 −1 Original line number Diff line number Diff line Loading @@ -3048,7 +3048,7 @@ static ssize_t afe_debug_write(struct file *filp, goto afe_error; } if (param[1] < 0 || param[1] > 100) { if (param[1] > 100) { pr_err("%s: Error, volume shoud be 0 to 100 percentage param = %lu\n", __func__, param[1]); rc = -EINVAL; Loading