Add wizard options for TAS module
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 6 Jul 2009 08:16:22 +0000 (08:16 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 6 Jul 2009 08:16:22 +0000 (08:16 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2740 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_tas5706a.h
bertos/drv/tas5706a.h

index b0f3fe733c3eda87544597e8010ddb8a3fa183ff..e1112c0f841b166dcdb1535287599c98030035fa 100644 (file)
@@ -45,7 +45,6 @@
  * $WIZ$ type = "int"
  * $WIZ$ min = -100
  * $WIZ$ max = 24
- * $WIZ$ supports = "at91"
  */
 #define CONFIG_TAS_MAX_VOL  -39
 
index 2f602356d1899400dd5a2c91e8da0812800939ec..b379e0911a531c0501016fd1f68d92c15c9def68 100644 (file)
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "tas5706a"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_tas5706a.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_tas5706a.h"
  */
 
 #ifndef DRV_TAS5706A_H