Skip to content

Commit

Permalink
techpack/audio: mius: Demote verbosity to info
Browse files Browse the repository at this point in the history
  • Loading branch information
Ristovski committed Nov 18, 2023
1 parent 647fae6 commit adde55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techpack/audio/dsp/mius/mius_mixer_controls.c
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ int mius_system_configuration_param_get(
struct soc_mixer_control *mc =
(struct soc_mixer_control *)kcontrol->private_value;

pr_err("%s: reg: %d shift: %d\n", __func__, mc->reg, mc->shift);
pr_info("%s: reg: %d shift: %d\n", __func__, mc->reg, mc->shift);

if (mc->reg != MIUS_SYSTEM_CONFIGURATION)
return -EINVAL;
Expand Down

0 comments on commit adde55e

Please sign in to comment.