wcd939x-mbhc.c 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  5. */
  6. #include <linux/module.h>
  7. #include <linux/init.h>
  8. #include <linux/platform_device.h>
  9. #include <linux/device.h>
  10. #include <linux/printk.h>
  11. #include <linux/ratelimit.h>
  12. #include <linux/kernel.h>
  13. #include <linux/gpio.h>
  14. #include <linux/delay.h>
  15. #include <linux/regmap.h>
  16. #include <sound/pcm.h>
  17. #include <sound/pcm_params.h>
  18. #include <sound/soc.h>
  19. #include <sound/soc-dapm.h>
  20. #include <asoc/wcdcal-hwdep.h>
  21. #include <asoc/wcd-mbhc-v2-api.h>
  22. #include "wcd939x-registers.h"
  23. #include "internal.h"
  24. #define WCD939X_ZDET_SUPPORTED true
  25. /* Z value defined in milliohm */
  26. #define WCD939X_ZDET_VAL_32 32000
  27. #define WCD939X_ZDET_VAL_400 400000
  28. #define WCD939X_ZDET_VAL_1200 1200000
  29. #define WCD939X_ZDET_VAL_100K 100000000
  30. /* Z floating defined in ohms */
  31. #define WCD939X_ZDET_FLOATING_IMPEDANCE 0x0FFFFFFE
  32. #define WCD939X_ZDET_NUM_MEASUREMENTS 900
  33. #define WCD939X_MBHC_GET_C1(c) ((c & 0xC000) >> 14)
  34. #define WCD939X_MBHC_GET_X1(x) (x & 0x3FFF)
  35. /* Z value compared in milliOhm */
  36. #define WCD939X_MBHC_IS_SECOND_RAMP_REQUIRED(z) false
  37. #define WCD939X_MBHC_ZDET_CONST (1018 * 1024)
  38. #define WCD939X_MBHC_MOISTURE_RREF R_24_KOHM
  39. static struct wcd_mbhc_register
  40. wcd_mbhc_registers[WCD_MBHC_REG_FUNC_MAX] = {
  41. WCD_MBHC_REGISTER("WCD_MBHC_L_DET_EN",
  42. WCD939X_MBHC_MECH, 0x80, 7, 0),
  43. WCD_MBHC_REGISTER("WCD_MBHC_GND_DET_EN",
  44. WCD939X_MBHC_MECH, 0x40, 6, 0),
  45. WCD_MBHC_REGISTER("WCD_MBHC_MECH_DETECTION_TYPE",
  46. WCD939X_MBHC_MECH, 0x20, 5, 0),
  47. WCD_MBHC_REGISTER("WCD_MBHC_MIC_CLAMP_CTL",
  48. WCD939X_PLUG_DETECT_CTL, 0x30, 4, 0),
  49. WCD_MBHC_REGISTER("WCD_MBHC_ELECT_DETECTION_TYPE",
  50. WCD939X_MBHC_ELECT, 0x08, 3, 0),
  51. WCD_MBHC_REGISTER("WCD_MBHC_HS_L_DET_PULL_UP_CTRL",
  52. WCD939X_MECH_DET_CURRENT, 0x1F, 0, 0),
  53. WCD_MBHC_REGISTER("WCD_MBHC_HS_L_DET_PULL_UP_COMP_CTRL",
  54. WCD939X_MBHC_MECH, 0x04, 2, 0),
  55. WCD_MBHC_REGISTER("WCD_MBHC_HPHL_PLUG_TYPE",
  56. WCD939X_MBHC_MECH, 0x10, 4, 0),
  57. WCD_MBHC_REGISTER("WCD_MBHC_GND_PLUG_TYPE",
  58. WCD939X_MBHC_MECH, 0x08, 3, 0),
  59. WCD_MBHC_REGISTER("WCD_MBHC_SW_HPH_LP_100K_TO_GND",
  60. WCD939X_MBHC_MECH, 0x01, 0, 0),
  61. WCD_MBHC_REGISTER("WCD_MBHC_ELECT_SCHMT_ISRC",
  62. WCD939X_MBHC_ELECT, 0x06, 1, 0),
  63. WCD_MBHC_REGISTER("WCD_MBHC_FSM_EN",
  64. WCD939X_MBHC_ELECT, 0x80, 7, 0),
  65. WCD_MBHC_REGISTER("WCD_MBHC_INSREM_DBNC",
  66. WCD939X_PLUG_DETECT_CTL, 0x0F, 0, 0),
  67. WCD_MBHC_REGISTER("WCD_MBHC_BTN_DBNC",
  68. WCD939X_CTL_1, 0x03, 0, 0),
  69. WCD_MBHC_REGISTER("WCD_MBHC_HS_VREF",
  70. WCD939X_CTL_2, 0x03, 0, 0),
  71. WCD_MBHC_REGISTER("WCD_MBHC_HS_COMP_RESULT",
  72. WCD939X_MBHC_RESULT_3, 0x08, 3, 0),
  73. WCD_MBHC_REGISTER("WCD_MBHC_IN2P_CLAMP_STATE",
  74. WCD939X_MBHC_RESULT_3, 0x10, 4, 0),
  75. WCD_MBHC_REGISTER("WCD_MBHC_MIC_SCHMT_RESULT",
  76. WCD939X_MBHC_RESULT_3, 0x20, 5, 0),
  77. WCD_MBHC_REGISTER("WCD_MBHC_HPHL_SCHMT_RESULT",
  78. WCD939X_MBHC_RESULT_3, 0x80, 7, 0),
  79. WCD_MBHC_REGISTER("WCD_MBHC_HPHR_SCHMT_RESULT",
  80. WCD939X_MBHC_RESULT_3, 0x40, 6, 0),
  81. WCD_MBHC_REGISTER("WCD_MBHC_OCP_FSM_EN",
  82. WCD939X_HPH_OCP_CTL, 0x10, 4, 0),
  83. WCD_MBHC_REGISTER("WCD_MBHC_BTN_RESULT",
  84. WCD939X_MBHC_RESULT_3, 0x07, 0, 0),
  85. WCD_MBHC_REGISTER("WCD_MBHC_BTN_ISRC_CTL",
  86. WCD939X_MBHC_ELECT, 0x70, 4, 0),
  87. WCD_MBHC_REGISTER("WCD_MBHC_ELECT_RESULT",
  88. WCD939X_MBHC_RESULT_3, 0xFF, 0, 0),
  89. WCD_MBHC_REGISTER("WCD_MBHC_MICB_CTRL",
  90. WCD939X_MICB2, 0xC0, 6, 0),
  91. WCD_MBHC_REGISTER("WCD_MBHC_HPH_CNP_WG_TIME",
  92. WCD939X_CNP_WG_TIME, 0xFF, 0, 0),
  93. WCD_MBHC_REGISTER("WCD_MBHC_HPHR_PA_EN",
  94. WCD939X_HPH, 0x40, 6, 0),
  95. WCD_MBHC_REGISTER("WCD_MBHC_HPHL_PA_EN",
  96. WCD939X_HPH, 0x80, 7, 0),
  97. WCD_MBHC_REGISTER("WCD_MBHC_HPH_PA_EN",
  98. WCD939X_HPH, 0xC0, 6, 0),
  99. WCD_MBHC_REGISTER("WCD_MBHC_SWCH_LEVEL_REMOVE",
  100. WCD939X_MBHC_RESULT_3, 0x10, 4, 0),
  101. WCD_MBHC_REGISTER("WCD_MBHC_PULLDOWN_CTRL",
  102. 0, 0, 0, 0),
  103. WCD_MBHC_REGISTER("WCD_MBHC_ANC_DET_EN",
  104. WCD939X_CTL_BCS, 0x02, 1, 0),
  105. WCD_MBHC_REGISTER("WCD_MBHC_FSM_STATUS",
  106. WCD939X_FSM_STATUS, 0x01, 0, 0),
  107. WCD_MBHC_REGISTER("WCD_MBHC_MUX_CTL",
  108. WCD939X_CTL_2, 0x70, 4, 0),
  109. WCD_MBHC_REGISTER("WCD_MBHC_MOISTURE_STATUS",
  110. WCD939X_FSM_STATUS, 0x20, 5, 0),
  111. WCD_MBHC_REGISTER("WCD_MBHC_HPHR_GND",
  112. WCD939X_PA_CTL2, 0x40, 6, 0),
  113. WCD_MBHC_REGISTER("WCD_MBHC_HPHL_GND",
  114. WCD939X_PA_CTL2, 0x10, 4, 0),
  115. WCD_MBHC_REGISTER("WCD_MBHC_HPHL_OCP_DET_EN",
  116. WCD939X_L_TEST, 0x01, 0, 0),
  117. WCD_MBHC_REGISTER("WCD_MBHC_HPHR_OCP_DET_EN",
  118. WCD939X_R_TEST, 0x01, 0, 0),
  119. WCD_MBHC_REGISTER("WCD_MBHC_HPHL_OCP_STATUS",
  120. WCD939X_INTR_STATUS_0, 0x80, 7, 0),
  121. WCD_MBHC_REGISTER("WCD_MBHC_HPHR_OCP_STATUS",
  122. WCD939X_INTR_STATUS_0, 0x20, 5, 0),
  123. WCD_MBHC_REGISTER("WCD_MBHC_ADC_EN",
  124. WCD939X_CTL_1, 0x08, 3, 0),
  125. WCD_MBHC_REGISTER("WCD_MBHC_ADC_COMPLETE", WCD939X_FSM_STATUS,
  126. 0x40, 6, 0),
  127. WCD_MBHC_REGISTER("WCD_MBHC_ADC_TIMEOUT", WCD939X_FSM_STATUS,
  128. 0x80, 7, 0),
  129. WCD_MBHC_REGISTER("WCD_MBHC_ADC_RESULT", WCD939X_ADC_RESULT,
  130. 0xFF, 0, 0),
  131. WCD_MBHC_REGISTER("WCD_MBHC_MICB2_VOUT", WCD939X_MICB2, 0x3F, 0, 0),
  132. WCD_MBHC_REGISTER("WCD_MBHC_ADC_MODE",
  133. WCD939X_CTL_1, 0x10, 4, 0),
  134. WCD_MBHC_REGISTER("WCD_MBHC_DETECTION_DONE",
  135. WCD939X_CTL_1, 0x04, 2, 0),
  136. WCD_MBHC_REGISTER("WCD_MBHC_ELECT_ISRC_EN",
  137. WCD939X_MBHC_ZDET, 0x02, 1, 0),
  138. };
  139. static const struct wcd_mbhc_intr intr_ids = {
  140. .mbhc_sw_intr = WCD939X_IRQ_MBHC_SW_DET,
  141. .mbhc_btn_press_intr = WCD939X_IRQ_MBHC_BUTTON_PRESS_DET,
  142. .mbhc_btn_release_intr = WCD939X_IRQ_MBHC_BUTTON_RELEASE_DET,
  143. .mbhc_hs_ins_intr = WCD939X_IRQ_MBHC_ELECT_INS_REM_LEG_DET,
  144. .mbhc_hs_rem_intr = WCD939X_IRQ_MBHC_ELECT_INS_REM_DET,
  145. .hph_left_ocp = WCD939X_IRQ_HPHL_OCP_INT,
  146. .hph_right_ocp = WCD939X_IRQ_HPHR_OCP_INT,
  147. };
  148. struct wcd939x_mbhc_zdet_param {
  149. u16 ldo_ctl;
  150. u16 noff;
  151. u16 nshift;
  152. u16 btn5;
  153. u16 btn6;
  154. u16 btn7;
  155. };
  156. static int wcd939x_mbhc_request_irq(struct snd_soc_component *component,
  157. int irq, irq_handler_t handler,
  158. const char *name, void *data)
  159. {
  160. struct wcd939x_priv *wcd939x = dev_get_drvdata(component->dev);
  161. return wcd_request_irq(&wcd939x->irq_info, irq, name, handler, data);
  162. }
  163. static void wcd939x_mbhc_irq_control(struct snd_soc_component *component,
  164. int irq, bool enable)
  165. {
  166. struct wcd939x_priv *wcd939x = dev_get_drvdata(component->dev);
  167. if (enable)
  168. wcd_enable_irq(&wcd939x->irq_info, irq);
  169. else
  170. wcd_disable_irq(&wcd939x->irq_info, irq);
  171. }
  172. static int wcd939x_mbhc_free_irq(struct snd_soc_component *component,
  173. int irq, void *data)
  174. {
  175. struct wcd939x_priv *wcd939x = dev_get_drvdata(component->dev);
  176. wcd_free_irq(&wcd939x->irq_info, irq, data);
  177. return 0;
  178. }
  179. static void wcd939x_mbhc_clk_setup(struct snd_soc_component *component,
  180. bool enable)
  181. {
  182. if (enable)
  183. snd_soc_component_update_bits(component, WCD939X_CTL_1,
  184. 0x80, 0x80);
  185. else
  186. snd_soc_component_update_bits(component, WCD939X_CTL_1,
  187. 0x80, 0x00);
  188. }
  189. static int wcd939x_mbhc_btn_to_num(struct snd_soc_component *component)
  190. {
  191. return snd_soc_component_read(component, WCD939X_MBHC_RESULT_3) & 0x7;
  192. }
  193. static void wcd939x_mbhc_mbhc_bias_control(struct snd_soc_component *component,
  194. bool enable)
  195. {
  196. if (enable)
  197. snd_soc_component_update_bits(component, WCD939X_MBHC_ELECT,
  198. 0x01, 0x01);
  199. else
  200. snd_soc_component_update_bits(component, WCD939X_MBHC_ELECT,
  201. 0x01, 0x00);
  202. }
  203. static void wcd939x_mbhc_program_btn_thr(struct snd_soc_component *component,
  204. s16 *btn_low, s16 *btn_high,
  205. int num_btn, bool is_micbias)
  206. {
  207. int i;
  208. int vth;
  209. if (num_btn > WCD_MBHC_DEF_BUTTONS) {
  210. dev_err_ratelimited(component->dev, "%s: invalid number of buttons: %d\n",
  211. __func__, num_btn);
  212. return;
  213. }
  214. for (i = 0; i < num_btn; i++) {
  215. vth = ((btn_high[i] * 2) / 25) & 0x3F;
  216. snd_soc_component_update_bits(component, WCD939X_MBHC_BTN0 + i,
  217. 0xFC, vth << 2);
  218. dev_dbg(component->dev, "%s: btn_high[%d]: %d, vth: %d\n",
  219. __func__, i, btn_high[i], vth);
  220. }
  221. }
  222. static bool wcd939x_mbhc_lock_sleep(struct wcd_mbhc *mbhc, bool lock)
  223. {
  224. struct snd_soc_component *component = mbhc->component;
  225. struct wcd939x_priv *wcd939x = dev_get_drvdata(component->dev);
  226. wcd939x->wakeup((void*)wcd939x, lock);
  227. return true;
  228. }
  229. static int wcd939x_mbhc_register_notifier(struct wcd_mbhc *mbhc,
  230. struct notifier_block *nblock,
  231. bool enable)
  232. {
  233. struct wcd939x_mbhc *wcd939x_mbhc;
  234. wcd939x_mbhc = container_of(mbhc, struct wcd939x_mbhc, wcd_mbhc);
  235. if (enable)
  236. return blocking_notifier_chain_register(&wcd939x_mbhc->notifier,
  237. nblock);
  238. else
  239. return blocking_notifier_chain_unregister(
  240. &wcd939x_mbhc->notifier, nblock);
  241. }
  242. static bool wcd939x_mbhc_micb_en_status(struct wcd_mbhc *mbhc, int micb_num)
  243. {
  244. u8 val = 0;
  245. if (micb_num == MIC_BIAS_2) {
  246. val = ((snd_soc_component_read(mbhc->component,
  247. WCD939X_MICB2) & 0xC0)
  248. >> 6);
  249. if (val == 0x01)
  250. return true;
  251. }
  252. return false;
  253. }
  254. static bool wcd939x_mbhc_hph_pa_on_status(struct snd_soc_component *component)
  255. {
  256. return (snd_soc_component_read(component, WCD939X_HPH) & 0xC0) ?
  257. true : false;
  258. }
  259. static void wcd939x_mbhc_hph_l_pull_up_control(
  260. struct snd_soc_component *component,
  261. int pull_up_cur)
  262. {
  263. /* Default pull up current to 2uA */
  264. if (pull_up_cur > HS_PULLUP_I_OFF || pull_up_cur < HS_PULLUP_I_3P0_UA ||
  265. pull_up_cur == HS_PULLUP_I_DEFAULT)
  266. pull_up_cur = HS_PULLUP_I_2P0_UA;
  267. dev_dbg(component->dev, "%s: HS pull up current:%d\n",
  268. __func__, pull_up_cur);
  269. snd_soc_component_update_bits(component,
  270. WCD939X_MECH_DET_CURRENT,
  271. 0x1F, pull_up_cur);
  272. }
  273. static int wcd939x_mbhc_request_micbias(struct snd_soc_component *component,
  274. int micb_num, int req)
  275. {
  276. int ret = 0;
  277. ret = wcd939x_micbias_control(component, micb_num, req, false);
  278. return ret;
  279. }
  280. static void wcd939x_mbhc_micb_ramp_control(struct snd_soc_component *component,
  281. bool enable)
  282. {
  283. if (enable) {
  284. snd_soc_component_update_bits(component, WCD939X_MICB2_RAMP,
  285. 0x1C, 0x0C);
  286. snd_soc_component_update_bits(component, WCD939X_MICB2_RAMP,
  287. 0x80, 0x80);
  288. } else {
  289. snd_soc_component_update_bits(component, WCD939X_MICB2_RAMP,
  290. 0x80, 0x00);
  291. snd_soc_component_update_bits(component, WCD939X_MICB2_RAMP,
  292. 0x1C, 0x00);
  293. }
  294. }
  295. static struct firmware_cal *wcd939x_get_hwdep_fw_cal(struct wcd_mbhc *mbhc,
  296. enum wcd_cal_type type)
  297. {
  298. struct wcd939x_mbhc *wcd939x_mbhc;
  299. struct firmware_cal *hwdep_cal;
  300. struct snd_soc_component *component = mbhc->component;
  301. wcd939x_mbhc = container_of(mbhc, struct wcd939x_mbhc, wcd_mbhc);
  302. if (!component) {
  303. pr_err_ratelimited("%s: NULL component pointer\n", __func__);
  304. return NULL;
  305. }
  306. hwdep_cal = wcdcal_get_fw_cal(wcd939x_mbhc->fw_data, type);
  307. if (!hwdep_cal)
  308. dev_err_ratelimited(component->dev, "%s: cal not sent by %d\n",
  309. __func__, type);
  310. return hwdep_cal;
  311. }
  312. static int wcd939x_mbhc_micb_ctrl_threshold_mic(
  313. struct snd_soc_component *component,
  314. int micb_num, bool req_en)
  315. {
  316. struct wcd939x_pdata *pdata = dev_get_platdata(component->dev);
  317. int rc, micb_mv;
  318. if (micb_num != MIC_BIAS_2)
  319. return -EINVAL;
  320. /*
  321. * If device tree micbias level is already above the minimum
  322. * voltage needed to detect threshold microphone, then do
  323. * not change the micbias, just return.
  324. */
  325. if (pdata->micbias.micb2_mv >= WCD_MBHC_THR_HS_MICB_MV)
  326. return 0;
  327. micb_mv = req_en ? WCD_MBHC_THR_HS_MICB_MV : pdata->micbias.micb2_mv;
  328. rc = wcd939x_mbhc_micb_adjust_voltage(component, micb_mv, MIC_BIAS_2);
  329. return rc;
  330. }
  331. static inline void wcd939x_mbhc_get_result_params(struct wcd939x_priv *wcd939x,
  332. s16 *d1_a, u16 noff,
  333. int32_t *zdet)
  334. {
  335. int i;
  336. int val, val1;
  337. s16 c1;
  338. s32 x1, d1;
  339. int32_t denom;
  340. int minCode_param[] = {
  341. 3277, 1639, 820, 410, 205, 103, 52, 26
  342. };
  343. regmap_update_bits(wcd939x->regmap, WCD939X_MBHC_ZDET, 0x20, 0x20);
  344. for (i = 0; i < WCD939X_ZDET_NUM_MEASUREMENTS; i++) {
  345. regmap_read(wcd939x->regmap, WCD939X_MBHC_RESULT_2, &val);
  346. if (val & 0x80)
  347. break;
  348. }
  349. val = val << 0x8;
  350. regmap_read(wcd939x->regmap, WCD939X_MBHC_RESULT_1, &val1);
  351. val |= val1;
  352. regmap_update_bits(wcd939x->regmap, WCD939X_MBHC_ZDET, 0x20, 0x00);
  353. x1 = WCD939X_MBHC_GET_X1(val);
  354. c1 = WCD939X_MBHC_GET_C1(val);
  355. /* If ramp is not complete, give additional 5ms */
  356. if ((c1 < 2) && x1)
  357. usleep_range(5000, 5050);
  358. if (!c1 || !x1) {
  359. dev_dbg(wcd939x->dev,
  360. "%s: Impedance detect ramp error, c1=%d, x1=0x%x\n",
  361. __func__, c1, x1);
  362. goto ramp_down;
  363. }
  364. d1 = d1_a[c1];
  365. denom = (x1 * d1) - (1 << (14 - noff));
  366. if (denom > 0)
  367. *zdet = (WCD939X_MBHC_ZDET_CONST * 1000) / denom;
  368. else if (x1 < minCode_param[noff])
  369. *zdet = WCD939X_ZDET_FLOATING_IMPEDANCE;
  370. dev_dbg(wcd939x->dev, "%s: d1=%d, c1=%d, x1=0x%x, z_val=%d(milliOhm)\n",
  371. __func__, d1, c1, x1, *zdet);
  372. ramp_down:
  373. i = 0;
  374. while (x1) {
  375. regmap_read(wcd939x->regmap,
  376. WCD939X_MBHC_RESULT_1, &val);
  377. regmap_read(wcd939x->regmap,
  378. WCD939X_MBHC_RESULT_2, &val1);
  379. val = val << 0x08;
  380. val |= val1;
  381. x1 = WCD939X_MBHC_GET_X1(val);
  382. i++;
  383. if (i == WCD939X_ZDET_NUM_MEASUREMENTS)
  384. break;
  385. }
  386. }
  387. static void wcd939x_mbhc_zdet_ramp(struct snd_soc_component *component,
  388. struct wcd939x_mbhc_zdet_param *zdet_param,
  389. int32_t *zl, int32_t *zr, s16 *d1_a)
  390. {
  391. struct wcd939x_priv *wcd939x = dev_get_drvdata(component->dev);
  392. int32_t zdet = 0;
  393. snd_soc_component_update_bits(component, WCD939X_ZDET_ANA_CTL,
  394. 0x70, zdet_param->ldo_ctl << 4);
  395. snd_soc_component_update_bits(component, WCD939X_MBHC_BTN5, 0xFC,
  396. zdet_param->btn5);
  397. snd_soc_component_update_bits(component, WCD939X_MBHC_BTN6, 0xFC,
  398. zdet_param->btn6);
  399. snd_soc_component_update_bits(component, WCD939X_MBHC_BTN7, 0xFC,
  400. zdet_param->btn7);
  401. snd_soc_component_update_bits(component, WCD939X_ZDET_ANA_CTL,
  402. 0x0F, zdet_param->noff);
  403. snd_soc_component_update_bits(component, WCD939X_ZDET_RAMP_CTL,
  404. 0x0F, zdet_param->nshift);
  405. snd_soc_component_update_bits(component, WCD939X_ZDET_RAMP_CTL,
  406. 0x70, 0x60); /*acc1_min_63 */
  407. if (!zl)
  408. goto z_right;
  409. /* Start impedance measurement for HPH_L */
  410. regmap_update_bits(wcd939x->regmap,
  411. WCD939X_MBHC_ZDET, 0x80, 0x80);
  412. dev_dbg(wcd939x->dev, "%s: ramp for HPH_L, noff = %d\n",
  413. __func__, zdet_param->noff);
  414. wcd939x_mbhc_get_result_params(wcd939x, d1_a, zdet_param->noff, &zdet);
  415. regmap_update_bits(wcd939x->regmap,
  416. WCD939X_MBHC_ZDET, 0x80, 0x00);
  417. *zl = zdet;
  418. z_right:
  419. if (!zr)
  420. return;
  421. /* Start impedance measurement for HPH_R */
  422. regmap_update_bits(wcd939x->regmap,
  423. WCD939X_MBHC_ZDET, 0x40, 0x40);
  424. dev_dbg(wcd939x->dev, "%s: ramp for HPH_R, noff = %d\n",
  425. __func__, zdet_param->noff);
  426. wcd939x_mbhc_get_result_params(wcd939x, d1_a, zdet_param->noff, &zdet);
  427. regmap_update_bits(wcd939x->regmap,
  428. WCD939X_MBHC_ZDET, 0x40, 0x00);
  429. *zr = zdet;
  430. }
  431. static inline void wcd939x_wcd_mbhc_qfuse_cal(
  432. struct snd_soc_component *component,
  433. int32_t *z_val, int flag_l_r)
  434. {
  435. s16 q1;
  436. int q1_cal;
  437. q1 = snd_soc_component_read(component,
  438. WCD939X_EFUSE_REG_21 + flag_l_r);
  439. if (q1 & 0x80)
  440. q1_cal = (10000 - ((q1 & 0x7F) * 10));
  441. else
  442. q1_cal = (10000 + (q1 * 10));
  443. if (q1_cal > 0)
  444. *z_val = ((*z_val) * 10000) / q1_cal;
  445. }
  446. static void wcd939x_wcd_mbhc_calc_impedance(struct wcd_mbhc *mbhc, uint32_t *zl,
  447. uint32_t *zr)
  448. {
  449. struct snd_soc_component *component = mbhc->component;
  450. struct wcd939x_priv *wcd939x = dev_get_drvdata(component->dev);
  451. s16 reg0, reg1, reg2, reg3, reg4;
  452. int32_t z1L, z1R, z1Ls;
  453. int zMono, z_diff1, z_diff2;
  454. bool is_fsm_disable = false;
  455. struct wcd939x_mbhc_zdet_param zdet_param[] = {
  456. {4, 0, 4, 0x08, 0x14, 0x18}, /* < 32ohm */
  457. {4, 0, 6, 0x18, 0x60, 0x78}, /* 32ohm < Z < 400ohm */
  458. {1, 4, 5, 0x18, 0x7C, 0x90}, /* 400ohm < Z < 1200ohm */
  459. {1, 6, 7, 0x18, 0x7C, 0x90}, /* >1200ohm */
  460. };
  461. struct wcd939x_mbhc_zdet_param *zdet_param_ptr = NULL;
  462. s16 d1_a[][4] = {
  463. {0, 30, 90, 30},
  464. {0, 30, 30, 6},
  465. {0, 30, 30, 5},
  466. {0, 30, 30, 5},
  467. };
  468. s16 *d1 = NULL;
  469. WCD_MBHC_RSC_ASSERT_LOCKED(mbhc);
  470. reg0 = snd_soc_component_read(component, WCD939X_MBHC_BTN5);
  471. reg1 = snd_soc_component_read(component, WCD939X_MBHC_BTN6);
  472. reg2 = snd_soc_component_read(component, WCD939X_MBHC_BTN7);
  473. reg3 = snd_soc_component_read(component, WCD939X_CTL_CLK);
  474. reg4 = snd_soc_component_read(component, WCD939X_ZDET_ANA_CTL);
  475. if (snd_soc_component_read(component, WCD939X_MBHC_ELECT) & 0x80) {
  476. is_fsm_disable = true;
  477. regmap_update_bits(wcd939x->regmap,
  478. WCD939X_MBHC_ELECT, 0x80, 0x00);
  479. }
  480. /* For NO-jack, disable L_DET_EN before Z-det measurements */
  481. if (mbhc->hphl_swh)
  482. regmap_update_bits(wcd939x->regmap,
  483. WCD939X_MBHC_MECH, 0x80, 0x00);
  484. /* Turn off 100k pull down on HPHL */
  485. regmap_update_bits(wcd939x->regmap,
  486. WCD939X_MBHC_MECH, 0x01, 0x00);
  487. /* Disable surge protection before impedance detection.
  488. * This is done to give correct value for high impedance.
  489. */
  490. regmap_update_bits(wcd939x->regmap,
  491. WCD939X_HPHLR_SURGE_EN, 0xC0, 0x00);
  492. /* 1ms delay needed after disable surge protection */
  493. usleep_range(1000, 1010);
  494. /* First get impedance on Left */
  495. d1 = d1_a[1];
  496. zdet_param_ptr = &zdet_param[1];
  497. wcd939x_mbhc_zdet_ramp(component, zdet_param_ptr, &z1L, NULL, d1);
  498. if (!WCD939X_MBHC_IS_SECOND_RAMP_REQUIRED(z1L))
  499. goto left_ch_impedance;
  500. /* Second ramp for left ch */
  501. if (z1L < WCD939X_ZDET_VAL_32) {
  502. zdet_param_ptr = &zdet_param[0];
  503. d1 = d1_a[0];
  504. } else if ((z1L > WCD939X_ZDET_VAL_400) &&
  505. (z1L <= WCD939X_ZDET_VAL_1200)) {
  506. zdet_param_ptr = &zdet_param[2];
  507. d1 = d1_a[2];
  508. } else if (z1L > WCD939X_ZDET_VAL_1200) {
  509. zdet_param_ptr = &zdet_param[3];
  510. d1 = d1_a[3];
  511. }
  512. wcd939x_mbhc_zdet_ramp(component, zdet_param_ptr, &z1L, NULL, d1);
  513. left_ch_impedance:
  514. if ((z1L == WCD939X_ZDET_FLOATING_IMPEDANCE) ||
  515. (z1L > WCD939X_ZDET_VAL_100K)) {
  516. *zl = WCD939X_ZDET_FLOATING_IMPEDANCE;
  517. zdet_param_ptr = &zdet_param[1];
  518. d1 = d1_a[1];
  519. } else {
  520. *zl = z1L/1000;
  521. wcd939x_wcd_mbhc_qfuse_cal(component, zl, 0);
  522. }
  523. dev_dbg(component->dev, "%s: impedance on HPH_L = %d(ohms)\n",
  524. __func__, *zl);
  525. /* Start of right impedance ramp and calculation */
  526. wcd939x_mbhc_zdet_ramp(component, zdet_param_ptr, NULL, &z1R, d1);
  527. if (WCD939X_MBHC_IS_SECOND_RAMP_REQUIRED(z1R)) {
  528. if (((z1R > WCD939X_ZDET_VAL_1200) &&
  529. (zdet_param_ptr->noff == 0x6)) ||
  530. ((*zl) != WCD939X_ZDET_FLOATING_IMPEDANCE))
  531. goto right_ch_impedance;
  532. /* Second ramp for right ch */
  533. if (z1R < WCD939X_ZDET_VAL_32) {
  534. zdet_param_ptr = &zdet_param[0];
  535. d1 = d1_a[0];
  536. } else if ((z1R > WCD939X_ZDET_VAL_400) &&
  537. (z1R <= WCD939X_ZDET_VAL_1200)) {
  538. zdet_param_ptr = &zdet_param[2];
  539. d1 = d1_a[2];
  540. } else if (z1R > WCD939X_ZDET_VAL_1200) {
  541. zdet_param_ptr = &zdet_param[3];
  542. d1 = d1_a[3];
  543. }
  544. wcd939x_mbhc_zdet_ramp(component, zdet_param_ptr, NULL, &z1R, d1);
  545. }
  546. right_ch_impedance:
  547. if ((z1R == WCD939X_ZDET_FLOATING_IMPEDANCE) ||
  548. (z1R > WCD939X_ZDET_VAL_100K)) {
  549. *zr = WCD939X_ZDET_FLOATING_IMPEDANCE;
  550. } else {
  551. *zr = z1R/1000;
  552. wcd939x_wcd_mbhc_qfuse_cal(component, zr, 1);
  553. }
  554. dev_dbg(component->dev, "%s: impedance on HPH_R = %d(ohms)\n",
  555. __func__, *zr);
  556. /* Mono/stereo detection */
  557. if ((*zl == WCD939X_ZDET_FLOATING_IMPEDANCE) &&
  558. (*zr == WCD939X_ZDET_FLOATING_IMPEDANCE)) {
  559. dev_dbg(component->dev,
  560. "%s: plug type is invalid or extension cable\n",
  561. __func__);
  562. goto zdet_complete;
  563. }
  564. if ((*zl == WCD939X_ZDET_FLOATING_IMPEDANCE) ||
  565. (*zr == WCD939X_ZDET_FLOATING_IMPEDANCE) ||
  566. ((*zl < WCD_MONO_HS_MIN_THR) && (*zr > WCD_MONO_HS_MIN_THR)) ||
  567. ((*zl > WCD_MONO_HS_MIN_THR) && (*zr < WCD_MONO_HS_MIN_THR))) {
  568. dev_dbg(component->dev,
  569. "%s: Mono plug type with one ch floating or shorted to GND\n",
  570. __func__);
  571. mbhc->hph_type = WCD_MBHC_HPH_MONO;
  572. goto zdet_complete;
  573. }
  574. snd_soc_component_update_bits(component, WCD939X_R_ATEST, 0x02, 0x02);
  575. snd_soc_component_update_bits(component, WCD939X_PA_CTL2, 0x40, 0x01);
  576. wcd939x_mbhc_zdet_ramp(component, &zdet_param[1], &z1Ls, NULL, d1);
  577. snd_soc_component_update_bits(component, WCD939X_PA_CTL2, 0x40, 0x00);
  578. snd_soc_component_update_bits(component, WCD939X_R_ATEST, 0x02, 0x00);
  579. z1Ls /= 1000;
  580. wcd939x_wcd_mbhc_qfuse_cal(component, &z1Ls, 0);
  581. /* Parallel of left Z and 9 ohm pull down resistor */
  582. zMono = ((*zl) * 9) / ((*zl) + 9);
  583. z_diff1 = (z1Ls > zMono) ? (z1Ls - zMono) : (zMono - z1Ls);
  584. z_diff2 = ((*zl) > z1Ls) ? ((*zl) - z1Ls) : (z1Ls - (*zl));
  585. if ((z_diff1 * (*zl + z1Ls)) > (z_diff2 * (z1Ls + zMono))) {
  586. dev_dbg(component->dev, "%s: stereo plug type detected\n",
  587. __func__);
  588. mbhc->hph_type = WCD_MBHC_HPH_STEREO;
  589. } else {
  590. dev_dbg(component->dev, "%s: MONO plug type detected\n",
  591. __func__);
  592. mbhc->hph_type = WCD_MBHC_HPH_MONO;
  593. }
  594. /* Enable surge protection again after impedance detection */
  595. regmap_update_bits(wcd939x->regmap,
  596. WCD939X_HPHLR_SURGE_EN, 0xC0, 0xC0);
  597. zdet_complete:
  598. snd_soc_component_write(component, WCD939X_MBHC_BTN5, reg0);
  599. snd_soc_component_write(component, WCD939X_MBHC_BTN6, reg1);
  600. snd_soc_component_write(component, WCD939X_MBHC_BTN7, reg2);
  601. /* Turn on 100k pull down on HPHL */
  602. regmap_update_bits(wcd939x->regmap,
  603. WCD939X_MBHC_MECH, 0x01, 0x01);
  604. /* For NO-jack, re-enable L_DET_EN after Z-det measurements */
  605. if (mbhc->hphl_swh)
  606. regmap_update_bits(wcd939x->regmap,
  607. WCD939X_MBHC_MECH, 0x80, 0x80);
  608. snd_soc_component_write(component, WCD939X_ZDET_ANA_CTL, reg4);
  609. snd_soc_component_write(component, WCD939X_CTL_CLK, reg3);
  610. if (is_fsm_disable)
  611. regmap_update_bits(wcd939x->regmap,
  612. WCD939X_MBHC_ELECT, 0x80, 0x80);
  613. }
  614. static void wcd939x_mbhc_gnd_det_ctrl(struct snd_soc_component *component,
  615. bool enable)
  616. {
  617. if (enable) {
  618. snd_soc_component_update_bits(component, WCD939X_MBHC_MECH,
  619. 0x02, 0x02);
  620. snd_soc_component_update_bits(component, WCD939X_MBHC_MECH,
  621. 0x40, 0x40);
  622. } else {
  623. snd_soc_component_update_bits(component, WCD939X_MBHC_MECH,
  624. 0x40, 0x00);
  625. snd_soc_component_update_bits(component, WCD939X_MBHC_MECH,
  626. 0x02, 0x00);
  627. }
  628. }
  629. static void wcd939x_mbhc_hph_pull_down_ctrl(struct snd_soc_component *component,
  630. bool enable)
  631. {
  632. if (enable) {
  633. snd_soc_component_update_bits(component, WCD939X_PA_CTL2,
  634. 0x40, 0x40);
  635. snd_soc_component_update_bits(component, WCD939X_PA_CTL2,
  636. 0x10, 0x10);
  637. } else {
  638. snd_soc_component_update_bits(component, WCD939X_PA_CTL2,
  639. 0x40, 0x00);
  640. snd_soc_component_update_bits(component, WCD939X_PA_CTL2,
  641. 0x10, 0x00);
  642. }
  643. }
  644. static void wcd939x_mbhc_moisture_config(struct wcd_mbhc *mbhc)
  645. {
  646. struct snd_soc_component *component = mbhc->component;
  647. if ((mbhc->moist_rref == R_OFF) ||
  648. (mbhc->mbhc_cfg->enable_usbc_analog)) {
  649. snd_soc_component_update_bits(component, WCD939X_CTL_2,
  650. 0x0C, R_OFF << 2);
  651. return;
  652. }
  653. /* Do not enable moisture detection if jack type is NC */
  654. if (!mbhc->hphl_swh) {
  655. dev_dbg(component->dev, "%s: disable moisture detection for NC\n",
  656. __func__);
  657. snd_soc_component_update_bits(component, WCD939X_CTL_2,
  658. 0x0C, R_OFF << 2);
  659. return;
  660. }
  661. snd_soc_component_update_bits(component, WCD939X_CTL_2,
  662. 0x0C, mbhc->moist_rref << 2);
  663. }
  664. static void wcd939x_mbhc_moisture_detect_en(struct wcd_mbhc *mbhc, bool enable)
  665. {
  666. struct snd_soc_component *component = mbhc->component;
  667. if (enable)
  668. snd_soc_component_update_bits(component, WCD939X_CTL_2,
  669. 0x0C, mbhc->moist_rref << 2);
  670. else
  671. snd_soc_component_update_bits(component, WCD939X_CTL_2,
  672. 0x0C, R_OFF << 2);
  673. }
  674. static bool wcd939x_mbhc_get_moisture_status(struct wcd_mbhc *mbhc)
  675. {
  676. struct snd_soc_component *component = mbhc->component;
  677. bool ret = false;
  678. if ((mbhc->moist_rref == R_OFF) ||
  679. (mbhc->mbhc_cfg->enable_usbc_analog)) {
  680. snd_soc_component_update_bits(component, WCD939X_CTL_2,
  681. 0x0C, R_OFF << 2);
  682. goto done;
  683. }
  684. /* Do not enable moisture detection if jack type is NC */
  685. if (!mbhc->hphl_swh) {
  686. dev_dbg(component->dev, "%s: disable moisture detection for NC\n",
  687. __func__);
  688. snd_soc_component_update_bits(component, WCD939X_CTL_2,
  689. 0x0C, R_OFF << 2);
  690. goto done;
  691. }
  692. /*
  693. * If moisture_en is already enabled, then skip to plug type
  694. * detection.
  695. */
  696. if ((snd_soc_component_read(component, WCD939X_CTL_2) & 0x0C))
  697. goto done;
  698. wcd939x_mbhc_moisture_detect_en(mbhc, true);
  699. /* Read moisture comparator status */
  700. ret = ((snd_soc_component_read(component, WCD939X_FSM_STATUS)
  701. & 0x20) ? 0 : 1);
  702. done:
  703. return ret;
  704. }
  705. static void wcd939x_mbhc_moisture_polling_ctrl(struct wcd_mbhc *mbhc,
  706. bool enable)
  707. {
  708. struct snd_soc_component *component = mbhc->component;
  709. snd_soc_component_update_bits(component,
  710. WCD939X_MOISTURE_DET_POLLING_CTRL,
  711. 0x04, (enable << 2));
  712. }
  713. static void wcd939x_mbhc_bcs_enable(struct wcd_mbhc *mbhc,
  714. bool bcs_enable)
  715. {
  716. if (bcs_enable)
  717. wcd939x_disable_bcs_before_slow_insert(mbhc->component, false);
  718. else
  719. wcd939x_disable_bcs_before_slow_insert(mbhc->component, true);
  720. }
  721. static const struct wcd_mbhc_cb mbhc_cb = {
  722. .request_irq = wcd939x_mbhc_request_irq,
  723. .irq_control = wcd939x_mbhc_irq_control,
  724. .free_irq = wcd939x_mbhc_free_irq,
  725. .clk_setup = wcd939x_mbhc_clk_setup,
  726. .map_btn_code_to_num = wcd939x_mbhc_btn_to_num,
  727. .mbhc_bias = wcd939x_mbhc_mbhc_bias_control,
  728. .set_btn_thr = wcd939x_mbhc_program_btn_thr,
  729. .lock_sleep = wcd939x_mbhc_lock_sleep,
  730. .register_notifier = wcd939x_mbhc_register_notifier,
  731. .micbias_enable_status = wcd939x_mbhc_micb_en_status,
  732. .hph_pa_on_status = wcd939x_mbhc_hph_pa_on_status,
  733. .hph_pull_up_control_v2 = wcd939x_mbhc_hph_l_pull_up_control,
  734. .mbhc_micbias_control = wcd939x_mbhc_request_micbias,
  735. .mbhc_micb_ramp_control = wcd939x_mbhc_micb_ramp_control,
  736. .get_hwdep_fw_cal = wcd939x_get_hwdep_fw_cal,
  737. .mbhc_micb_ctrl_thr_mic = wcd939x_mbhc_micb_ctrl_threshold_mic,
  738. .compute_impedance = wcd939x_wcd_mbhc_calc_impedance,
  739. .mbhc_gnd_det_ctrl = wcd939x_mbhc_gnd_det_ctrl,
  740. .hph_pull_down_ctrl = wcd939x_mbhc_hph_pull_down_ctrl,
  741. .mbhc_moisture_config = wcd939x_mbhc_moisture_config,
  742. .mbhc_get_moisture_status = wcd939x_mbhc_get_moisture_status,
  743. .mbhc_moisture_polling_ctrl = wcd939x_mbhc_moisture_polling_ctrl,
  744. .mbhc_moisture_detect_en = wcd939x_mbhc_moisture_detect_en,
  745. .bcs_enable = wcd939x_mbhc_bcs_enable,
  746. };
  747. static int wcd939x_get_hph_type(struct snd_kcontrol *kcontrol,
  748. struct snd_ctl_elem_value *ucontrol)
  749. {
  750. struct snd_soc_component *component =
  751. snd_soc_kcontrol_component(kcontrol);
  752. struct wcd939x_mbhc *wcd939x_mbhc = wcd939x_soc_get_mbhc(component);
  753. struct wcd_mbhc *mbhc;
  754. if (!wcd939x_mbhc) {
  755. dev_err_ratelimited(component->dev, "%s: mbhc not initialized!\n", __func__);
  756. return -EINVAL;
  757. }
  758. mbhc = &wcd939x_mbhc->wcd_mbhc;
  759. ucontrol->value.integer.value[0] = (u32) mbhc->hph_type;
  760. dev_dbg(component->dev, "%s: hph_type = %u\n", __func__, mbhc->hph_type);
  761. return 0;
  762. }
  763. static int wcd939x_hph_impedance_get(struct snd_kcontrol *kcontrol,
  764. struct snd_ctl_elem_value *ucontrol)
  765. {
  766. uint32_t zl, zr;
  767. bool hphr;
  768. struct soc_multi_mixer_control *mc;
  769. struct snd_soc_component *component =
  770. snd_soc_kcontrol_component(kcontrol);
  771. struct wcd939x_mbhc *wcd939x_mbhc = wcd939x_soc_get_mbhc(component);
  772. if (!wcd939x_mbhc) {
  773. dev_err_ratelimited(component->dev, "%s: mbhc not initialized!\n", __func__);
  774. return -EINVAL;
  775. }
  776. mc = (struct soc_multi_mixer_control *)(kcontrol->private_value);
  777. hphr = mc->shift;
  778. wcd_mbhc_get_impedance(&wcd939x_mbhc->wcd_mbhc, &zl, &zr);
  779. dev_dbg(component->dev, "%s: zl=%u(ohms), zr=%u(ohms)\n", __func__, zl, zr);
  780. ucontrol->value.integer.value[0] = hphr ? zr : zl;
  781. return 0;
  782. }
  783. static const struct snd_kcontrol_new hph_type_detect_controls[] = {
  784. SOC_SINGLE_EXT("HPH Type", 0, 0, UINT_MAX, 0,
  785. wcd939x_get_hph_type, NULL),
  786. };
  787. static const struct snd_kcontrol_new impedance_detect_controls[] = {
  788. SOC_SINGLE_EXT("HPHL Impedance", 0, 0, UINT_MAX, 0,
  789. wcd939x_hph_impedance_get, NULL),
  790. SOC_SINGLE_EXT("HPHR Impedance", 0, 1, UINT_MAX, 0,
  791. wcd939x_hph_impedance_get, NULL),
  792. };
  793. /*
  794. * wcd939x_mbhc_get_impedance: get impedance of headphone
  795. * left and right channels
  796. * @wcd939x_mbhc: handle to struct wcd939x_mbhc *
  797. * @zl: handle to left-ch impedance
  798. * @zr: handle to right-ch impedance
  799. * return 0 for success or error code in case of failure
  800. */
  801. int wcd939x_mbhc_get_impedance(struct wcd939x_mbhc *wcd939x_mbhc,
  802. uint32_t *zl, uint32_t *zr)
  803. {
  804. if (!wcd939x_mbhc) {
  805. pr_err_ratelimited("%s: mbhc not initialized!\n", __func__);
  806. return -EINVAL;
  807. }
  808. if (!zl || !zr) {
  809. pr_err_ratelimited("%s: zl or zr null!\n", __func__);
  810. return -EINVAL;
  811. }
  812. return wcd_mbhc_get_impedance(&wcd939x_mbhc->wcd_mbhc, zl, zr);
  813. }
  814. EXPORT_SYMBOL(wcd939x_mbhc_get_impedance);
  815. /*
  816. * wcd939x_mbhc_hs_detect: starts mbhc insertion/removal functionality
  817. * @codec: handle to snd_soc_component *
  818. * @mbhc_cfg: handle to mbhc configuration structure
  819. * return 0 if mbhc_start is success or error code in case of failure
  820. */
  821. int wcd939x_mbhc_hs_detect(struct snd_soc_component *component,
  822. struct wcd_mbhc_config *mbhc_cfg)
  823. {
  824. struct wcd939x_priv *wcd939x = NULL;
  825. struct wcd939x_mbhc *wcd939x_mbhc = NULL;
  826. if (!component) {
  827. pr_err_ratelimited("%s: component is NULL\n", __func__);
  828. return -EINVAL;
  829. }
  830. wcd939x = snd_soc_component_get_drvdata(component);
  831. if (!wcd939x) {
  832. pr_err_ratelimited("%s: wcd939x is NULL\n", __func__);
  833. return -EINVAL;
  834. }
  835. wcd939x_mbhc = wcd939x->mbhc;
  836. if (!wcd939x_mbhc) {
  837. dev_err_ratelimited(component->dev, "%s: mbhc not initialized!\n", __func__);
  838. return -EINVAL;
  839. }
  840. return wcd_mbhc_start(&wcd939x_mbhc->wcd_mbhc, mbhc_cfg);
  841. }
  842. EXPORT_SYMBOL(wcd939x_mbhc_hs_detect);
  843. /*
  844. * wcd939x_mbhc_hs_detect_exit: stop mbhc insertion/removal functionality
  845. * @component: handle to snd_soc_component *
  846. */
  847. void wcd939x_mbhc_hs_detect_exit(struct snd_soc_component *component)
  848. {
  849. struct wcd939x_priv *wcd939x = NULL;
  850. struct wcd939x_mbhc *wcd939x_mbhc = NULL;
  851. if (!component) {
  852. pr_err_ratelimited("%s: component is NULL\n", __func__);
  853. return;
  854. }
  855. wcd939x = snd_soc_component_get_drvdata(component);
  856. if (!wcd939x) {
  857. pr_err_ratelimited("%s: wcd939x is NULL\n", __func__);
  858. return;
  859. }
  860. wcd939x_mbhc = wcd939x->mbhc;
  861. if (!wcd939x_mbhc) {
  862. dev_err_ratelimited(component->dev, "%s: mbhc not initialized!\n", __func__);
  863. return;
  864. }
  865. wcd_mbhc_stop(&wcd939x_mbhc->wcd_mbhc);
  866. }
  867. EXPORT_SYMBOL(wcd939x_mbhc_hs_detect_exit);
  868. /*
  869. * wcd939x_mbhc_ssr_down: stop mbhc during
  870. * wcd939x subsystem restart
  871. * mbhc: pointer to wcd937x_mbhc structure
  872. * component: handle to snd_soc_component *
  873. */
  874. void wcd939x_mbhc_ssr_down(struct wcd939x_mbhc *mbhc,
  875. struct snd_soc_component *component)
  876. {
  877. struct wcd_mbhc *wcd_mbhc = NULL;
  878. if (!mbhc || !component)
  879. return;
  880. wcd_mbhc = &mbhc->wcd_mbhc;
  881. if (!wcd_mbhc) {
  882. dev_err_ratelimited(component->dev, "%s: wcd_mbhc is NULL\n", __func__);
  883. return;
  884. }
  885. wcd939x_mbhc_hs_detect_exit(component);
  886. wcd_mbhc_deinit(wcd_mbhc);
  887. }
  888. EXPORT_SYMBOL(wcd939x_mbhc_ssr_down);
  889. /*
  890. * wcd939x_mbhc_post_ssr_init: initialize mbhc for
  891. * wcd939x post subsystem restart
  892. * @mbhc: poniter to wcd939x_mbhc structure
  893. * @component: handle to snd_soc_component *
  894. *
  895. * return 0 if mbhc_init is success or error code in case of failure
  896. */
  897. int wcd939x_mbhc_post_ssr_init(struct wcd939x_mbhc *mbhc,
  898. struct snd_soc_component *component)
  899. {
  900. int ret = 0;
  901. struct wcd_mbhc *wcd_mbhc = NULL;
  902. if (!mbhc || !component)
  903. return -EINVAL;
  904. wcd_mbhc = &mbhc->wcd_mbhc;
  905. if (wcd_mbhc == NULL) {
  906. pr_err("%s: wcd_mbhc is NULL\n", __func__);
  907. return -EINVAL;
  908. }
  909. /* Reset detection type to insertion after SSR recovery */
  910. snd_soc_component_update_bits(component, WCD939X_MBHC_MECH,
  911. 0x20, 0x20);
  912. ret = wcd_mbhc_init(wcd_mbhc, component, &mbhc_cb, &intr_ids,
  913. wcd_mbhc_registers, WCD939X_ZDET_SUPPORTED);
  914. if (ret) {
  915. dev_err(component->dev, "%s: mbhc initialization failed\n",
  916. __func__);
  917. goto done;
  918. }
  919. done:
  920. return ret;
  921. }
  922. EXPORT_SYMBOL(wcd939x_mbhc_post_ssr_init);
  923. /*
  924. * wcd939x_mbhc_init: initialize mbhc for wcd939x
  925. * @mbhc: poniter to wcd939x_mbhc struct pointer to store the configs
  926. * @codec: handle to snd_soc_component *
  927. * @fw_data: handle to firmware data
  928. *
  929. * return 0 if mbhc_init is success or error code in case of failure
  930. */
  931. int wcd939x_mbhc_init(struct wcd939x_mbhc **mbhc,
  932. struct snd_soc_component *component,
  933. struct fw_info *fw_data)
  934. {
  935. struct wcd939x_mbhc *wcd939x_mbhc = NULL;
  936. struct wcd_mbhc *wcd_mbhc = NULL;
  937. int ret = 0;
  938. struct wcd939x_pdata *pdata;
  939. if (!component) {
  940. pr_err("%s: component is NULL\n", __func__);
  941. return -EINVAL;
  942. }
  943. wcd939x_mbhc = devm_kzalloc(component->dev, sizeof(struct wcd939x_mbhc),
  944. GFP_KERNEL);
  945. if (!wcd939x_mbhc)
  946. return -ENOMEM;
  947. wcd939x_mbhc->fw_data = fw_data;
  948. BLOCKING_INIT_NOTIFIER_HEAD(&wcd939x_mbhc->notifier);
  949. wcd_mbhc = &wcd939x_mbhc->wcd_mbhc;
  950. if (wcd_mbhc == NULL) {
  951. pr_err("%s: wcd_mbhc is NULL\n", __func__);
  952. ret = -EINVAL;
  953. goto err;
  954. }
  955. /* Setting default mbhc detection logic to ADC */
  956. wcd_mbhc->mbhc_detection_logic = WCD_DETECTION_ADC;
  957. pdata = dev_get_platdata(component->dev);
  958. if (!pdata) {
  959. dev_err(component->dev, "%s: pdata pointer is NULL\n",
  960. __func__);
  961. ret = -EINVAL;
  962. goto err;
  963. }
  964. wcd_mbhc->micb_mv = pdata->micbias.micb2_mv;
  965. ret = wcd_mbhc_init(wcd_mbhc, component, &mbhc_cb,
  966. &intr_ids, wcd_mbhc_registers,
  967. WCD939X_ZDET_SUPPORTED);
  968. if (ret) {
  969. dev_err(component->dev, "%s: mbhc initialization failed\n",
  970. __func__);
  971. goto err;
  972. }
  973. (*mbhc) = wcd939x_mbhc;
  974. snd_soc_add_component_controls(component, impedance_detect_controls,
  975. ARRAY_SIZE(impedance_detect_controls));
  976. snd_soc_add_component_controls(component, hph_type_detect_controls,
  977. ARRAY_SIZE(hph_type_detect_controls));
  978. return 0;
  979. err:
  980. devm_kfree(component->dev, wcd939x_mbhc);
  981. return ret;
  982. }
  983. EXPORT_SYMBOL(wcd939x_mbhc_init);
  984. /*
  985. * wcd939x_mbhc_deinit: deinitialize mbhc for wcd939x
  986. * @codec: handle to snd_soc_component *
  987. */
  988. void wcd939x_mbhc_deinit(struct snd_soc_component *component)
  989. {
  990. struct wcd939x_priv *wcd939x;
  991. struct wcd939x_mbhc *wcd939x_mbhc;
  992. if (!component) {
  993. pr_err("%s: component is NULL\n", __func__);
  994. return;
  995. }
  996. wcd939x = snd_soc_component_get_drvdata(component);
  997. if (!wcd939x) {
  998. pr_err("%s: wcd939x is NULL\n", __func__);
  999. return;
  1000. }
  1001. wcd939x_mbhc = wcd939x->mbhc;
  1002. if (wcd939x_mbhc) {
  1003. wcd_mbhc_deinit(&wcd939x_mbhc->wcd_mbhc);
  1004. devm_kfree(component->dev, wcd939x_mbhc);
  1005. }
  1006. }
  1007. EXPORT_SYMBOL(wcd939x_mbhc_deinit);