mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-30 11:10:19 -04:00
doxygen: topology: silence 'not documented' warnings
From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c4680ed458
commit
220377a2dd
5 changed files with 41 additions and 26 deletions
|
|
@ -1364,10 +1364,12 @@ int tplg_save_cc(snd_tplg_t *tplg ATTRIBUTE_UNUSED,
|
|||
return err;
|
||||
}
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
struct audio_hw_format {
|
||||
unsigned int type;
|
||||
const char *name;
|
||||
};
|
||||
#endif /* DOC_HIDDEN */
|
||||
|
||||
static struct audio_hw_format audio_hw_formats[] = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue