[alsa-devel] [PATCH 1/1] ASoC: Fix typo in snd_soc_card update documentation
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- 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 4a9f51e..bab7711 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);
At Fri, 21 Nov 2008 15:08:23 +0000, Mark Brown wrote:
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com
Documentation/sound/alsa/soc/machine.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied. Thanks.
Takashi
participants (2)
-
Mark Brown
-
Takashi Iwai