wm8903.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. /*
  2. * linux/sound/wm8903.h -- Platform data for WM8903
  3. *
  4. * Copyright 2010 Wolfson Microelectronics. PLC.
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. #ifndef __LINUX_SND_WM8903_H
  11. #define __LINUX_SND_WM8903_H
  12. /*
  13. * Used to enable configuration of a GPIO to all zeros; a gpio_cfg value of
  14. * zero in platform data means "don't touch this pin".
  15. */
  16. #define WM8903_GPIO_CONFIG_ZERO 0x8000
  17. /*
  18. * R6 (0x06) - Mic Bias Control 0
  19. */
  20. #define WM8903_MICDET_THR_MASK 0x0030 /* MICDET_THR - [5:4] */
  21. #define WM8903_MICDET_THR_SHIFT 4 /* MICDET_THR - [5:4] */
  22. #define WM8903_MICDET_THR_WIDTH 2 /* MICDET_THR - [5:4] */
  23. #define WM8903_MICSHORT_THR_MASK 0x000C /* MICSHORT_THR - [3:2] */
  24. #define WM8903_MICSHORT_THR_SHIFT 2 /* MICSHORT_THR - [3:2] */
  25. #define WM8903_MICSHORT_THR_WIDTH 2 /* MICSHORT_THR - [3:2] */
  26. #define WM8903_MICDET_ENA 0x0002 /* MICDET_ENA */
  27. #define WM8903_MICDET_ENA_MASK 0x0002 /* MICDET_ENA */
  28. #define WM8903_MICDET_ENA_SHIFT 1 /* MICDET_ENA */
  29. #define WM8903_MICDET_ENA_WIDTH 1 /* MICDET_ENA */
  30. #define WM8903_MICBIAS_ENA 0x0001 /* MICBIAS_ENA */
  31. #define WM8903_MICBIAS_ENA_MASK 0x0001 /* MICBIAS_ENA */
  32. #define WM8903_MICBIAS_ENA_SHIFT 0 /* MICBIAS_ENA */
  33. #define WM8903_MICBIAS_ENA_WIDTH 1 /* MICBIAS_ENA */
  34. /*
  35. * WM8903_GPn_FN values
  36. *
  37. * See datasheets for list of valid values per pin
  38. */
  39. #define WM8903_GPn_FN_GPIO_OUTPUT 0
  40. #define WM8903_GPn_FN_BCLK 1
  41. #define WM8903_GPn_FN_IRQ_OUTPT 2
  42. #define WM8903_GPn_FN_GPIO_INPUT 3
  43. #define WM8903_GPn_FN_MICBIAS_CURRENT_DETECT 4
  44. #define WM8903_GPn_FN_MICBIAS_SHORT_DETECT 5
  45. #define WM8903_GPn_FN_DMIC_LR_CLK_OUTPUT 6
  46. #define WM8903_GPn_FN_FLL_LOCK_OUTPUT 8
  47. #define WM8903_GPn_FN_FLL_CLOCK_OUTPUT 9
  48. /*
  49. * R116 (0x74) - GPIO Control 1
  50. */
  51. #define WM8903_GP1_FN_MASK 0x1F00 /* GP1_FN - [12:8] */
  52. #define WM8903_GP1_FN_SHIFT 8 /* GP1_FN - [12:8] */
  53. #define WM8903_GP1_FN_WIDTH 5 /* GP1_FN - [12:8] */
  54. #define WM8903_GP1_DIR 0x0080 /* GP1_DIR */
  55. #define WM8903_GP1_DIR_MASK 0x0080 /* GP1_DIR */
  56. #define WM8903_GP1_DIR_SHIFT 7 /* GP1_DIR */
  57. #define WM8903_GP1_DIR_WIDTH 1 /* GP1_DIR */
  58. #define WM8903_GP1_OP_CFG 0x0040 /* GP1_OP_CFG */
  59. #define WM8903_GP1_OP_CFG_MASK 0x0040 /* GP1_OP_CFG */
  60. #define WM8903_GP1_OP_CFG_SHIFT 6 /* GP1_OP_CFG */
  61. #define WM8903_GP1_OP_CFG_WIDTH 1 /* GP1_OP_CFG */
  62. #define WM8903_GP1_IP_CFG 0x0020 /* GP1_IP_CFG */
  63. #define WM8903_GP1_IP_CFG_MASK 0x0020 /* GP1_IP_CFG */
  64. #define WM8903_GP1_IP_CFG_SHIFT 5 /* GP1_IP_CFG */
  65. #define WM8903_GP1_IP_CFG_WIDTH 1 /* GP1_IP_CFG */
  66. #define WM8903_GP1_LVL 0x0010 /* GP1_LVL */
  67. #define WM8903_GP1_LVL_MASK 0x0010 /* GP1_LVL */
  68. #define WM8903_GP1_LVL_SHIFT 4 /* GP1_LVL */
  69. #define WM8903_GP1_LVL_WIDTH 1 /* GP1_LVL */
  70. #define WM8903_GP1_PD 0x0008 /* GP1_PD */
  71. #define WM8903_GP1_PD_MASK 0x0008 /* GP1_PD */
  72. #define WM8903_GP1_PD_SHIFT 3 /* GP1_PD */
  73. #define WM8903_GP1_PD_WIDTH 1 /* GP1_PD */
  74. #define WM8903_GP1_PU 0x0004 /* GP1_PU */
  75. #define WM8903_GP1_PU_MASK 0x0004 /* GP1_PU */
  76. #define WM8903_GP1_PU_SHIFT 2 /* GP1_PU */
  77. #define WM8903_GP1_PU_WIDTH 1 /* GP1_PU */
  78. #define WM8903_GP1_INTMODE 0x0002 /* GP1_INTMODE */
  79. #define WM8903_GP1_INTMODE_MASK 0x0002 /* GP1_INTMODE */
  80. #define WM8903_GP1_INTMODE_SHIFT 1 /* GP1_INTMODE */
  81. #define WM8903_GP1_INTMODE_WIDTH 1 /* GP1_INTMODE */
  82. #define WM8903_GP1_DB 0x0001 /* GP1_DB */
  83. #define WM8903_GP1_DB_MASK 0x0001 /* GP1_DB */
  84. #define WM8903_GP1_DB_SHIFT 0 /* GP1_DB */
  85. #define WM8903_GP1_DB_WIDTH 1 /* GP1_DB */
  86. /*
  87. * R117 (0x75) - GPIO Control 2
  88. */
  89. #define WM8903_GP2_FN_MASK 0x1F00 /* GP2_FN - [12:8] */
  90. #define WM8903_GP2_FN_SHIFT 8 /* GP2_FN - [12:8] */
  91. #define WM8903_GP2_FN_WIDTH 5 /* GP2_FN - [12:8] */
  92. #define WM8903_GP2_DIR 0x0080 /* GP2_DIR */
  93. #define WM8903_GP2_DIR_MASK 0x0080 /* GP2_DIR */
  94. #define WM8903_GP2_DIR_SHIFT 7 /* GP2_DIR */
  95. #define WM8903_GP2_DIR_WIDTH 1 /* GP2_DIR */
  96. #define WM8903_GP2_OP_CFG 0x0040 /* GP2_OP_CFG */
  97. #define WM8903_GP2_OP_CFG_MASK 0x0040 /* GP2_OP_CFG */
  98. #define WM8903_GP2_OP_CFG_SHIFT 6 /* GP2_OP_CFG */
  99. #define WM8903_GP2_OP_CFG_WIDTH 1 /* GP2_OP_CFG */
  100. #define WM8903_GP2_IP_CFG 0x0020 /* GP2_IP_CFG */
  101. #define WM8903_GP2_IP_CFG_MASK 0x0020 /* GP2_IP_CFG */
  102. #define WM8903_GP2_IP_CFG_SHIFT 5 /* GP2_IP_CFG */
  103. #define WM8903_GP2_IP_CFG_WIDTH 1 /* GP2_IP_CFG */
  104. #define WM8903_GP2_LVL 0x0010 /* GP2_LVL */
  105. #define WM8903_GP2_LVL_MASK 0x0010 /* GP2_LVL */
  106. #define WM8903_GP2_LVL_SHIFT 4 /* GP2_LVL */
  107. #define WM8903_GP2_LVL_WIDTH 1 /* GP2_LVL */
  108. #define WM8903_GP2_PD 0x0008 /* GP2_PD */
  109. #define WM8903_GP2_PD_MASK 0x0008 /* GP2_PD */
  110. #define WM8903_GP2_PD_SHIFT 3 /* GP2_PD */
  111. #define WM8903_GP2_PD_WIDTH 1 /* GP2_PD */
  112. #define WM8903_GP2_PU 0x0004 /* GP2_PU */
  113. #define WM8903_GP2_PU_MASK 0x0004 /* GP2_PU */
  114. #define WM8903_GP2_PU_SHIFT 2 /* GP2_PU */
  115. #define WM8903_GP2_PU_WIDTH 1 /* GP2_PU */
  116. #define WM8903_GP2_INTMODE 0x0002 /* GP2_INTMODE */
  117. #define WM8903_GP2_INTMODE_MASK 0x0002 /* GP2_INTMODE */
  118. #define WM8903_GP2_INTMODE_SHIFT 1 /* GP2_INTMODE */
  119. #define WM8903_GP2_INTMODE_WIDTH 1 /* GP2_INTMODE */
  120. #define WM8903_GP2_DB 0x0001 /* GP2_DB */
  121. #define WM8903_GP2_DB_MASK 0x0001 /* GP2_DB */
  122. #define WM8903_GP2_DB_SHIFT 0 /* GP2_DB */
  123. #define WM8903_GP2_DB_WIDTH 1 /* GP2_DB */
  124. /*
  125. * R118 (0x76) - GPIO Control 3
  126. */
  127. #define WM8903_GP3_FN_MASK 0x1F00 /* GP3_FN - [12:8] */
  128. #define WM8903_GP3_FN_SHIFT 8 /* GP3_FN - [12:8] */
  129. #define WM8903_GP3_FN_WIDTH 5 /* GP3_FN - [12:8] */
  130. #define WM8903_GP3_DIR 0x0080 /* GP3_DIR */
  131. #define WM8903_GP3_DIR_MASK 0x0080 /* GP3_DIR */
  132. #define WM8903_GP3_DIR_SHIFT 7 /* GP3_DIR */
  133. #define WM8903_GP3_DIR_WIDTH 1 /* GP3_DIR */
  134. #define WM8903_GP3_OP_CFG 0x0040 /* GP3_OP_CFG */
  135. #define WM8903_GP3_OP_CFG_MASK 0x0040 /* GP3_OP_CFG */
  136. #define WM8903_GP3_OP_CFG_SHIFT 6 /* GP3_OP_CFG */
  137. #define WM8903_GP3_OP_CFG_WIDTH 1 /* GP3_OP_CFG */
  138. #define WM8903_GP3_IP_CFG 0x0020 /* GP3_IP_CFG */
  139. #define WM8903_GP3_IP_CFG_MASK 0x0020 /* GP3_IP_CFG */
  140. #define WM8903_GP3_IP_CFG_SHIFT 5 /* GP3_IP_CFG */
  141. #define WM8903_GP3_IP_CFG_WIDTH 1 /* GP3_IP_CFG */
  142. #define WM8903_GP3_LVL 0x0010 /* GP3_LVL */
  143. #define WM8903_GP3_LVL_MASK 0x0010 /* GP3_LVL */
  144. #define WM8903_GP3_LVL_SHIFT 4 /* GP3_LVL */
  145. #define WM8903_GP3_LVL_WIDTH 1 /* GP3_LVL */
  146. #define WM8903_GP3_PD 0x0008 /* GP3_PD */
  147. #define WM8903_GP3_PD_MASK 0x0008 /* GP3_PD */
  148. #define WM8903_GP3_PD_SHIFT 3 /* GP3_PD */
  149. #define WM8903_GP3_PD_WIDTH 1 /* GP3_PD */
  150. #define WM8903_GP3_PU 0x0004 /* GP3_PU */
  151. #define WM8903_GP3_PU_MASK 0x0004 /* GP3_PU */
  152. #define WM8903_GP3_PU_SHIFT 2 /* GP3_PU */
  153. #define WM8903_GP3_PU_WIDTH 1 /* GP3_PU */
  154. #define WM8903_GP3_INTMODE 0x0002 /* GP3_INTMODE */
  155. #define WM8903_GP3_INTMODE_MASK 0x0002 /* GP3_INTMODE */
  156. #define WM8903_GP3_INTMODE_SHIFT 1 /* GP3_INTMODE */
  157. #define WM8903_GP3_INTMODE_WIDTH 1 /* GP3_INTMODE */
  158. #define WM8903_GP3_DB 0x0001 /* GP3_DB */
  159. #define WM8903_GP3_DB_MASK 0x0001 /* GP3_DB */
  160. #define WM8903_GP3_DB_SHIFT 0 /* GP3_DB */
  161. #define WM8903_GP3_DB_WIDTH 1 /* GP3_DB */
  162. /*
  163. * R119 (0x77) - GPIO Control 4
  164. */
  165. #define WM8903_GP4_FN_MASK 0x1F00 /* GP4_FN - [12:8] */
  166. #define WM8903_GP4_FN_SHIFT 8 /* GP4_FN - [12:8] */
  167. #define WM8903_GP4_FN_WIDTH 5 /* GP4_FN - [12:8] */
  168. #define WM8903_GP4_DIR 0x0080 /* GP4_DIR */
  169. #define WM8903_GP4_DIR_MASK 0x0080 /* GP4_DIR */
  170. #define WM8903_GP4_DIR_SHIFT 7 /* GP4_DIR */
  171. #define WM8903_GP4_DIR_WIDTH 1 /* GP4_DIR */
  172. #define WM8903_GP4_OP_CFG 0x0040 /* GP4_OP_CFG */
  173. #define WM8903_GP4_OP_CFG_MASK 0x0040 /* GP4_OP_CFG */
  174. #define WM8903_GP4_OP_CFG_SHIFT 6 /* GP4_OP_CFG */
  175. #define WM8903_GP4_OP_CFG_WIDTH 1 /* GP4_OP_CFG */
  176. #define WM8903_GP4_IP_CFG 0x0020 /* GP4_IP_CFG */
  177. #define WM8903_GP4_IP_CFG_MASK 0x0020 /* GP4_IP_CFG */
  178. #define WM8903_GP4_IP_CFG_SHIFT 5 /* GP4_IP_CFG */
  179. #define WM8903_GP4_IP_CFG_WIDTH 1 /* GP4_IP_CFG */
  180. #define WM8903_GP4_LVL 0x0010 /* GP4_LVL */
  181. #define WM8903_GP4_LVL_MASK 0x0010 /* GP4_LVL */
  182. #define WM8903_GP4_LVL_SHIFT 4 /* GP4_LVL */
  183. #define WM8903_GP4_LVL_WIDTH 1 /* GP4_LVL */
  184. #define WM8903_GP4_PD 0x0008 /* GP4_PD */
  185. #define WM8903_GP4_PD_MASK 0x0008 /* GP4_PD */
  186. #define WM8903_GP4_PD_SHIFT 3 /* GP4_PD */
  187. #define WM8903_GP4_PD_WIDTH 1 /* GP4_PD */
  188. #define WM8903_GP4_PU 0x0004 /* GP4_PU */
  189. #define WM8903_GP4_PU_MASK 0x0004 /* GP4_PU */
  190. #define WM8903_GP4_PU_SHIFT 2 /* GP4_PU */
  191. #define WM8903_GP4_PU_WIDTH 1 /* GP4_PU */
  192. #define WM8903_GP4_INTMODE 0x0002 /* GP4_INTMODE */
  193. #define WM8903_GP4_INTMODE_MASK 0x0002 /* GP4_INTMODE */
  194. #define WM8903_GP4_INTMODE_SHIFT 1 /* GP4_INTMODE */
  195. #define WM8903_GP4_INTMODE_WIDTH 1 /* GP4_INTMODE */
  196. #define WM8903_GP4_DB 0x0001 /* GP4_DB */
  197. #define WM8903_GP4_DB_MASK 0x0001 /* GP4_DB */
  198. #define WM8903_GP4_DB_SHIFT 0 /* GP4_DB */
  199. #define WM8903_GP4_DB_WIDTH 1 /* GP4_DB */
  200. /*
  201. * R120 (0x78) - GPIO Control 5
  202. */
  203. #define WM8903_GP5_FN_MASK 0x1F00 /* GP5_FN - [12:8] */
  204. #define WM8903_GP5_FN_SHIFT 8 /* GP5_FN - [12:8] */
  205. #define WM8903_GP5_FN_WIDTH 5 /* GP5_FN - [12:8] */
  206. #define WM8903_GP5_DIR 0x0080 /* GP5_DIR */
  207. #define WM8903_GP5_DIR_MASK 0x0080 /* GP5_DIR */
  208. #define WM8903_GP5_DIR_SHIFT 7 /* GP5_DIR */
  209. #define WM8903_GP5_DIR_WIDTH 1 /* GP5_DIR */
  210. #define WM8903_GP5_OP_CFG 0x0040 /* GP5_OP_CFG */
  211. #define WM8903_GP5_OP_CFG_MASK 0x0040 /* GP5_OP_CFG */
  212. #define WM8903_GP5_OP_CFG_SHIFT 6 /* GP5_OP_CFG */
  213. #define WM8903_GP5_OP_CFG_WIDTH 1 /* GP5_OP_CFG */
  214. #define WM8903_GP5_IP_CFG 0x0020 /* GP5_IP_CFG */
  215. #define WM8903_GP5_IP_CFG_MASK 0x0020 /* GP5_IP_CFG */
  216. #define WM8903_GP5_IP_CFG_SHIFT 5 /* GP5_IP_CFG */
  217. #define WM8903_GP5_IP_CFG_WIDTH 1 /* GP5_IP_CFG */
  218. #define WM8903_GP5_LVL 0x0010 /* GP5_LVL */
  219. #define WM8903_GP5_LVL_MASK 0x0010 /* GP5_LVL */
  220. #define WM8903_GP5_LVL_SHIFT 4 /* GP5_LVL */
  221. #define WM8903_GP5_LVL_WIDTH 1 /* GP5_LVL */
  222. #define WM8903_GP5_PD 0x0008 /* GP5_PD */
  223. #define WM8903_GP5_PD_MASK 0x0008 /* GP5_PD */
  224. #define WM8903_GP5_PD_SHIFT 3 /* GP5_PD */
  225. #define WM8903_GP5_PD_WIDTH 1 /* GP5_PD */
  226. #define WM8903_GP5_PU 0x0004 /* GP5_PU */
  227. #define WM8903_GP5_PU_MASK 0x0004 /* GP5_PU */
  228. #define WM8903_GP5_PU_SHIFT 2 /* GP5_PU */
  229. #define WM8903_GP5_PU_WIDTH 1 /* GP5_PU */
  230. #define WM8903_GP5_INTMODE 0x0002 /* GP5_INTMODE */
  231. #define WM8903_GP5_INTMODE_MASK 0x0002 /* GP5_INTMODE */
  232. #define WM8903_GP5_INTMODE_SHIFT 1 /* GP5_INTMODE */
  233. #define WM8903_GP5_INTMODE_WIDTH 1 /* GP5_INTMODE */
  234. #define WM8903_GP5_DB 0x0001 /* GP5_DB */
  235. #define WM8903_GP5_DB_MASK 0x0001 /* GP5_DB */
  236. #define WM8903_GP5_DB_SHIFT 0 /* GP5_DB */
  237. #define WM8903_GP5_DB_WIDTH 1 /* GP5_DB */
  238. #define WM8903_NUM_GPIO 5
  239. struct wm8903_platform_data {
  240. bool irq_active_low; /* Set if IRQ active low, default high */
  241. /* Default register value for R6 (Mic bias), used to configure
  242. * microphone detection. In conjunction with gpio_cfg this
  243. * can be used to route the microphone status signals out onto
  244. * the GPIOs for use with snd_soc_jack_add_gpios().
  245. */
  246. u16 micdet_cfg;
  247. int micdet_delay; /* Delay after microphone detection (ms) */
  248. int gpio_base;
  249. u32 gpio_cfg[WM8903_NUM_GPIO]; /* Default register values for GPIO pin mux */
  250. };
  251. #endif