diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-21 15:08:23 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-21 16:18:26 +0100 |
commit | 4f904735c809e44c11f57cd4f82446aac1243e0e (patch) | |
tree | 06b6de3f168fad2d9dca16b139068f81b158be34 /Documentation/sound/alsa/soc/machine.txt | |
parent | 39639faba98eafeb327a30bc10b7d921c398a59a (diff) |
ALSA: ASoC: Fix typo in snd_soc_card update documentation
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/alsa/soc/machine.txt')
-rw-r--r-- | Documentation/sound/alsa/soc/machine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/soc/machine.txt b/Documentation/sound/alsa/soc/machine.txt index 4a9f51e2905..bab7711ce96 100644 --- a/Documentation/sound/alsa/soc/machine.txt +++ b/Documentation/sound/alsa/soc/machine.txt @@ -9,7 +9,7 @@ the audio subsystem with the kernel as a platform device and is represented by the following struct:- /* SoC machine */ -struct snd_soc_card {_ +struct snd_soc_card { char *name; int (*probe)(struct platform_device *pdev); |