diff options
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index b7959cc2607..7d528c479ef 100644 --- a/include/sound.h +++ b/include/sound.h @@ -54,7 +54,7 @@ void sound_create_square_wave(uint sample_rate, unsigned short *data, int size, /* Operations for sound */ struct sound_ops { /** - * setup() - Set up to play a sound + * setup() - Set up to play a sound (optional) */ int (*setup)(struct udevice *dev); |