Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e97db9ab authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: pcm512x: Fix duplicate const warning



Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 22066226
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ static const unsigned int pcm512x_dsp_program_values[] = {
	7,
};

static const SOC_VALUE_ENUM_SINGLE_DECL(pcm512x_dsp_program,
static SOC_VALUE_ENUM_SINGLE_DECL(pcm512x_dsp_program,
				  PCM512x_DSP_PROGRAM, 0, 0x1f,
				  pcm512x_dsp_program_texts,
				  pcm512x_dsp_program_values);