mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
sound: add missing pcm kernel-doc
Fix alsa kernel-doc warning in linux-next: Warning(linux-next-20081016//sound/core/pcm_misc.c:327): No description found for parameter 'samples' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
1c85cc6445
commit
a66547f3a1
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ EXPORT_SYMBOL(snd_pcm_format_physical_width);
|
|||
/**
|
||||
* snd_pcm_format_size - return the byte size of samples on the given format
|
||||
* @format: the format to check
|
||||
* @samples: sampling rate
|
||||
*
|
||||
* Returns the byte size of the given samples for the format, or a
|
||||
* negative error code if unknown format.
|
||||
|
|
Loading…
Reference in a new issue