diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-10-28 12:33:48 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-10-28 12:37:50 +0100 |
commit | a5804dc7cf986cc99689ef54e577f9efb4f1c455 (patch) | |
tree | 40cb0eccbfa647a7508a2eac3b1dd7b60af9b102 | |
parent | 78dd5e21b075053e67194ea8f496439bebc52728 (diff) | |
download | talos-obmc-linux-a5804dc7cf986cc99689ef54e577f9efb4f1c455.tar.gz talos-obmc-linux-a5804dc7cf986cc99689ef54e577f9efb4f1c455.zip |
ALSA: DocBook: Add soc-ops.c and soc-compress.c
These have been missing in the template file although they provide
good kernel doc comments. Let's add them.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | Documentation/DocBook/alsa-driver-api.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/DocBook/alsa-driver-api.tmpl b/Documentation/DocBook/alsa-driver-api.tmpl index e94a10bb4a9e..53f439dcc94b 100644 --- a/Documentation/DocBook/alsa-driver-api.tmpl +++ b/Documentation/DocBook/alsa-driver-api.tmpl @@ -112,6 +112,8 @@ !Esound/soc/soc-devres.c !Esound/soc/soc-io.c !Esound/soc/soc-pcm.c +!Esound/soc/soc-ops.c +!Esound/soc/soc-compress.c </sect1> <sect1><title>ASoC DAPM API</title> !Esound/soc/soc-dapm.c |