summaryrefslogtreecommitdiff
path: root/include/audio_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/audio_codec.h')
-rw-r--r--include/audio_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/audio_codec.h b/include/audio_codec.h
index 2ea4ff096e..a81a315157 100644
--- a/include/audio_codec.h
+++ b/include/audio_codec.h
@@ -42,7 +42,7 @@ struct audio_codec_ops {
* @mclk_freq: Codec clock frequency in Hz
* @bits_per_sample: Must be 16 or 24
* @channels: Number of channels to use (1=mono, 2=stereo)
- * @return 0 if OK, -ve on error
+ * Return: 0 if OK, -ve on error
*/
int audio_codec_set_params(struct udevice *dev, int interface, int rate,
int mclk_freq, int bits_per_sample, uint channels);