提交 cd86e3ce 编写于 作者: M Mark Brown

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: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 61dc479e
......@@ -1357,7 +1357,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = {
};
/* LM49453 dai structure. */
static const struct snd_soc_dai_driver lm49453_dai[] = {
static struct snd_soc_dai_driver lm49453_dai[] = {
{
.name = "LM49453 Headset",
.playback = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册