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

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

ASoC: lm59453: Unconstify dai_driver



The core fills in some blanks which makes it annoying to do the right thing
and constify the calls in the core.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 61dc479e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1357,7 +1357,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = {
};
};


/* LM49453 dai structure. */
/* LM49453 dai structure. */
static const struct snd_soc_dai_driver lm49453_dai[] = {
static struct snd_soc_dai_driver lm49453_dai[] = {
	{
	{
		.name = "LM49453 Headset",
		.name = "LM49453 Headset",
		.playback = {
		.playback = {