diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-22 19:34:09 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-22 19:34:09 +0100 |
commit | f20e3b5fe7ead0615309433260b9784d8da0bbbd (patch) | |
tree | eabb2e47a0355ac4e8024b7087b4e7cb9f324358 /sound/core | |
parent | bcbfe664e7af019e698cef2feb85ac2b4f1ac11d (diff) | |
parent | f030d7b65e4e6399f23de2a41a58d1b607b6bd89 (diff) | |
download | kernel_samsung_crespo-f20e3b5fe7ead0615309433260b9784d8da0bbbd.zip kernel_samsung_crespo-f20e3b5fe7ead0615309433260b9784d8da0bbbd.tar.gz kernel_samsung_crespo-f20e3b5fe7ead0615309433260b9784d8da0bbbd.tar.bz2 |
Merge branch 'for-rmk' of git://git.android.com/kernel into devel
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/pcm_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/pcm_misc.c b/sound/core/pcm_misc.c index 89b7f54..ea2bf82 100644 --- a/sound/core/pcm_misc.c +++ b/sound/core/pcm_misc.c @@ -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. |