Loading sound/soc/codecs/wcd9335.c +7 −0 Original line number Diff line number Diff line Loading @@ -7575,6 +7575,13 @@ static int tasha_mad_input_put(struct snd_kcontrol *kcontrol, tasha_mad_input = ucontrol->value.integer.value[0]; if (tasha_mad_input >= ARRAY_SIZE(tasha_conn_mad_text)) { dev_err(codec->dev, "%s: tasha_mad_input = %d out of bounds\n", __func__, tasha_mad_input); return -EINVAL; } if (!strcmp(tasha_conn_mad_text[tasha_mad_input], "NOTUSED1") || !strcmp(tasha_conn_mad_text[tasha_mad_input], "NOTUSED2") || !strcmp(tasha_conn_mad_text[tasha_mad_input], "NOTUSED3") || Loading Loading
sound/soc/codecs/wcd9335.c +7 −0 Original line number Diff line number Diff line Loading @@ -7575,6 +7575,13 @@ static int tasha_mad_input_put(struct snd_kcontrol *kcontrol, tasha_mad_input = ucontrol->value.integer.value[0]; if (tasha_mad_input >= ARRAY_SIZE(tasha_conn_mad_text)) { dev_err(codec->dev, "%s: tasha_mad_input = %d out of bounds\n", __func__, tasha_mad_input); return -EINVAL; } if (!strcmp(tasha_conn_mad_text[tasha_mad_input], "NOTUSED1") || !strcmp(tasha_conn_mad_text[tasha_mad_input], "NOTUSED2") || !strcmp(tasha_conn_mad_text[tasha_mad_input], "NOTUSED3") || Loading