Commit d66a327d authored by Mark Brown's avatar Mark Brown

ASoC: Remove extra space in runtime struct definition

My usual technique for finding definitions is to search for "name {"
which breaks with the extra space.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f4034147
...@@ -843,7 +843,7 @@ struct snd_soc_card { ...@@ -843,7 +843,7 @@ struct snd_soc_card {
}; };
/* SoC machine DAI configuration, glues a codec and cpu DAI together */ /* SoC machine DAI configuration, glues a codec and cpu DAI together */
struct snd_soc_pcm_runtime { struct snd_soc_pcm_runtime {
struct device dev; struct device dev;
struct snd_soc_card *card; struct snd_soc_card *card;
struct snd_soc_dai_link *dai_link; struct snd_soc_dai_link *dai_link;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment