From: asterix Date: Mon, 18 Jul 2011 14:37:11 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=109b6b00b8d661f48bb78e54574cdabc7001bb3e;p=bertos.git Fix comment. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4975 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/wm8731.h b/bertos/drv/wm8731.h index aaf98228..34d1a008 100644 --- a/bertos/drv/wm8731.h +++ b/bertos/drv/wm8731.h @@ -183,7 +183,7 @@ typedef struct Wm8731 /* \} */ /** - * Set the volume of select device (line in Rx/Lx, Headphone Rx/Lx). + * Set the volume of select device line in or Headphone. * The volume is express in %, and the volume range is 0-100%. */ void wm8731_setVolume(Wm8731 *ctx, uint16_t device, uint8_t volume);