|
@@ -17017,7 +17017,7 @@ static int msm_voice_sound_focus_get(struct snd_kcontrol *kcontrol,
|
|
|
|
|
|
ret = voc_get_sound_focus(&soundFocusData);
|
|
|
if (ret) {
|
|
|
- pr_err("%s: Error getting Sound Focus Params, err=%d\n",
|
|
|
+ pr_debug("%s: Error getting Sound Focus Params, err=%d\n",
|
|
|
__func__, ret);
|
|
|
|
|
|
ret = -EINVAL;
|
|
@@ -17049,7 +17049,7 @@ static int msm_voice_source_tracking_get(struct snd_kcontrol *kcontrol,
|
|
|
|
|
|
ret = voc_get_source_tracking(&sourceTrackingData);
|
|
|
if (ret) {
|
|
|
- pr_err("%s: Error getting Source Tracking Params, err=%d\n",
|
|
|
+ pr_debug("%s: Error getting Source Tracking Params, err=%d\n",
|
|
|
__func__, ret);
|
|
|
|
|
|
ret = -EINVAL;
|
|
@@ -17105,7 +17105,7 @@ static int msm_audio_get_copp_idx_from_port_id(int port_id, int session_type,
|
|
|
break;
|
|
|
}
|
|
|
if (i >= MSM_FRONTEND_DAI_MM_SIZE) {
|
|
|
- pr_err("%s: Invalid FE, exiting\n", __func__);
|
|
|
+ pr_debug("%s: Invalid FE, exiting\n", __func__);
|
|
|
|
|
|
ret = -EINVAL;
|
|
|
goto done;
|
|
@@ -17221,7 +17221,7 @@ static int msm_audio_sound_focus_get(struct snd_kcontrol *kcontrol,
|
|
|
ret = msm_audio_get_copp_idx_from_port_id(port_id, SESSION_TYPE_TX,
|
|
|
&copp_idx);
|
|
|
if (ret) {
|
|
|
- pr_err("%s: Could not get copp idx for port_id=%d\n",
|
|
|
+ pr_debug("%s: Could not get copp idx for port_id=%d\n",
|
|
|
__func__, port_id);
|
|
|
|
|
|
ret = -EINVAL;
|
|
@@ -17264,7 +17264,7 @@ static int msm_audio_source_tracking_get(struct snd_kcontrol *kcontrol,
|
|
|
ret = msm_audio_get_copp_idx_from_port_id(port_id, SESSION_TYPE_TX,
|
|
|
&copp_idx);
|
|
|
if (ret) {
|
|
|
- pr_err("%s: Could not get copp idx for port_id=%d\n",
|
|
|
+ pr_debug("%s: Could not get copp idx for port_id=%d\n",
|
|
|
__func__, port_id);
|
|
|
|
|
|
ret = -EINVAL;
|