diff options
| author | Takashi Iwai <tiwai@suse.de> | 2022-08-01 08:11:19 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2022-08-01 08:11:19 +0200 |
| commit | 9769e44d41a1359b9000ff8458f0f2f66080ebf4 (patch) | |
| tree | e91d2d71fd469c2fa9289fed87f0bb4fded196a5 /sound/core/info.c | |
| parent | f38e6458e16df7bac3871f4e69f9681c0b3c58bd (diff) | |
| parent | be561ffad708f0cee18aee4231f80ffafaf7a419 (diff) | |
| download | linux-9769e44d41a1359b9000ff8458f0f2f66080ebf4.tar.gz linux-9769e44d41a1359b9000ff8458f0f2f66080ebf4.tar.bz2 linux-9769e44d41a1359b9000ff8458f0f2f66080ebf4.zip | |
Merge branch 'for-next' into for-linus
Diffstat (limited to 'sound/core/info.c')
| -rw-r--r-- | sound/core/info.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/info.c b/sound/core/info.c index 782fba87cc04..b8058b341178 100644 --- a/sound/core/info.c +++ b/sound/core/info.c @@ -868,6 +868,8 @@ EXPORT_SYMBOL(snd_info_register); * * This proc file entry will be registered via snd_card_register() call, and * it will be removed automatically at the card removal, too. + * + * Return: zero if successful, or a negative error code */ int snd_card_rw_proc_new(struct snd_card *card, const char *name, void *private_data, |
