aboutsummaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-10 11:46:13 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-10 11:46:13 +0000
commitd66a327ddad647fd1678fd24d9070846737c6834 (patch)
tree106dbfa4e5c153b270b97b7a16638998ee8a1baa /include/sound
parentf4034147259f72cb7c4870a4188bd8beb592f87d (diff)
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: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 877fcc1e016..02a5c5519f3 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -843,7 +843,7 @@ struct snd_soc_card {
};
/* 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 snd_soc_card *card;
struct snd_soc_dai_link *dai_link;