tlv320aic3x.c 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537
  1. /*
  2. * ALSA SoC TLV320AIC3X codec driver
  3. *
  4. * Author: Vladimir Barinov, <vbarinov@embeddedalley.com>
  5. * Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com>
  6. *
  7. * Based on sound/soc/codecs/wm8753.c by Liam Girdwood
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 as
  11. * published by the Free Software Foundation.
  12. *
  13. * Notes:
  14. * The AIC3X is a driver for a low power stereo audio
  15. * codecs aic31, aic32, aic33, aic3007.
  16. *
  17. * It supports full aic33 codec functionality.
  18. * The compatibility with aic32, aic31 and aic3007 is as follows:
  19. * aic32/aic3007 | aic31
  20. * ---------------------------------------
  21. * MONO_LOUT -> N/A | MONO_LOUT -> N/A
  22. * | IN1L -> LINE1L
  23. * | IN1R -> LINE1R
  24. * | IN2L -> LINE2L
  25. * | IN2R -> LINE2R
  26. * | MIC3L/R -> N/A
  27. * truncated internal functionality in
  28. * accordance with documentation
  29. * ---------------------------------------
  30. *
  31. * Hence the machine layer should disable unsupported inputs/outputs by
  32. * snd_soc_dapm_disable_pin(codec, "MONO_LOUT"), etc.
  33. */
  34. #include <linux/module.h>
  35. #include <linux/moduleparam.h>
  36. #include <linux/init.h>
  37. #include <linux/delay.h>
  38. #include <linux/pm.h>
  39. #include <linux/i2c.h>
  40. #include <linux/gpio.h>
  41. #include <linux/regulator/consumer.h>
  42. #include <linux/of_gpio.h>
  43. #include <linux/slab.h>
  44. #include <sound/core.h>
  45. #include <sound/pcm.h>
  46. #include <sound/pcm_params.h>
  47. #include <sound/soc.h>
  48. #include <sound/initval.h>
  49. #include <sound/tlv.h>
  50. #include <sound/tlv320aic3x.h>
  51. #include "tlv320aic3x.h"
  52. #define AIC3X_NUM_SUPPLIES 4
  53. static const char *aic3x_supply_names[AIC3X_NUM_SUPPLIES] = {
  54. "IOVDD", /* I/O Voltage */
  55. "DVDD", /* Digital Core Voltage */
  56. "AVDD", /* Analog DAC Voltage */
  57. "DRVDD", /* ADC Analog and Output Driver Voltage */
  58. };
  59. static LIST_HEAD(reset_list);
  60. struct aic3x_priv;
  61. struct aic3x_disable_nb {
  62. struct notifier_block nb;
  63. struct aic3x_priv *aic3x;
  64. };
  65. /* codec private data */
  66. struct aic3x_priv {
  67. struct snd_soc_codec *codec;
  68. struct regulator_bulk_data supplies[AIC3X_NUM_SUPPLIES];
  69. struct aic3x_disable_nb disable_nb[AIC3X_NUM_SUPPLIES];
  70. enum snd_soc_control_type control_type;
  71. struct aic3x_setup_data *setup;
  72. unsigned int sysclk;
  73. struct list_head list;
  74. int master;
  75. int gpio_reset;
  76. int power;
  77. #define AIC3X_MODEL_3X 0
  78. #define AIC3X_MODEL_33 1
  79. #define AIC3X_MODEL_3007 2
  80. u16 model;
  81. };
  82. /*
  83. * AIC3X register cache
  84. * We can't read the AIC3X register space when we are
  85. * using 2 wire for device control, so we cache them instead.
  86. * There is no point in caching the reset register
  87. */
  88. static const u8 aic3x_reg[AIC3X_CACHEREGNUM] = {
  89. 0x00, 0x00, 0x00, 0x10, /* 0 */
  90. 0x04, 0x00, 0x00, 0x00, /* 4 */
  91. 0x00, 0x00, 0x00, 0x01, /* 8 */
  92. 0x00, 0x00, 0x00, 0x80, /* 12 */
  93. 0x80, 0xff, 0xff, 0x78, /* 16 */
  94. 0x78, 0x78, 0x78, 0x78, /* 20 */
  95. 0x78, 0x00, 0x00, 0xfe, /* 24 */
  96. 0x00, 0x00, 0xfe, 0x00, /* 28 */
  97. 0x18, 0x18, 0x00, 0x00, /* 32 */
  98. 0x00, 0x00, 0x00, 0x00, /* 36 */
  99. 0x00, 0x00, 0x00, 0x80, /* 40 */
  100. 0x80, 0x00, 0x00, 0x00, /* 44 */
  101. 0x00, 0x00, 0x00, 0x04, /* 48 */
  102. 0x00, 0x00, 0x00, 0x00, /* 52 */
  103. 0x00, 0x00, 0x04, 0x00, /* 56 */
  104. 0x00, 0x00, 0x00, 0x00, /* 60 */
  105. 0x00, 0x04, 0x00, 0x00, /* 64 */
  106. 0x00, 0x00, 0x00, 0x00, /* 68 */
  107. 0x04, 0x00, 0x00, 0x00, /* 72 */
  108. 0x00, 0x00, 0x00, 0x00, /* 76 */
  109. 0x00, 0x00, 0x00, 0x00, /* 80 */
  110. 0x00, 0x00, 0x00, 0x00, /* 84 */
  111. 0x00, 0x00, 0x00, 0x00, /* 88 */
  112. 0x00, 0x00, 0x00, 0x00, /* 92 */
  113. 0x00, 0x00, 0x00, 0x00, /* 96 */
  114. 0x00, 0x00, 0x02, 0x00, /* 100 */
  115. 0x00, 0x00, 0x00, 0x00, /* 104 */
  116. 0x00, 0x00, /* 108 */
  117. };
  118. #define SOC_DAPM_SINGLE_AIC3X(xname, reg, shift, mask, invert) \
  119. { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
  120. .info = snd_soc_info_volsw, \
  121. .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw_aic3x, \
  122. .private_value = SOC_SINGLE_VALUE(reg, shift, mask, invert) }
  123. /*
  124. * All input lines are connected when !0xf and disconnected with 0xf bit field,
  125. * so we have to use specific dapm_put call for input mixer
  126. */
  127. static int snd_soc_dapm_put_volsw_aic3x(struct snd_kcontrol *kcontrol,
  128. struct snd_ctl_elem_value *ucontrol)
  129. {
  130. struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol);
  131. struct snd_soc_dapm_widget *widget = wlist->widgets[0];
  132. struct soc_mixer_control *mc =
  133. (struct soc_mixer_control *)kcontrol->private_value;
  134. unsigned int reg = mc->reg;
  135. unsigned int shift = mc->shift;
  136. int max = mc->max;
  137. unsigned int mask = (1 << fls(max)) - 1;
  138. unsigned int invert = mc->invert;
  139. unsigned short val, val_mask;
  140. int ret;
  141. struct snd_soc_dapm_path *path;
  142. int found = 0;
  143. val = (ucontrol->value.integer.value[0] & mask);
  144. mask = 0xf;
  145. if (val)
  146. val = mask;
  147. if (invert)
  148. val = mask - val;
  149. val_mask = mask << shift;
  150. val = val << shift;
  151. mutex_lock(&widget->codec->mutex);
  152. if (snd_soc_test_bits(widget->codec, reg, val_mask, val)) {
  153. /* find dapm widget path assoc with kcontrol */
  154. list_for_each_entry(path, &widget->dapm->card->paths, list) {
  155. if (path->kcontrol != kcontrol)
  156. continue;
  157. /* found, now check type */
  158. found = 1;
  159. if (val)
  160. /* new connection */
  161. path->connect = invert ? 0 : 1;
  162. else
  163. /* old connection must be powered down */
  164. path->connect = invert ? 1 : 0;
  165. dapm_mark_dirty(path->source, "tlv320aic3x source");
  166. dapm_mark_dirty(path->sink, "tlv320aic3x sink");
  167. break;
  168. }
  169. if (found)
  170. snd_soc_dapm_sync(widget->dapm);
  171. }
  172. ret = snd_soc_update_bits(widget->codec, reg, val_mask, val);
  173. mutex_unlock(&widget->codec->mutex);
  174. return ret;
  175. }
  176. static const char *aic3x_left_dac_mux[] = { "DAC_L1", "DAC_L3", "DAC_L2" };
  177. static const char *aic3x_right_dac_mux[] = { "DAC_R1", "DAC_R3", "DAC_R2" };
  178. static const char *aic3x_left_hpcom_mux[] =
  179. { "differential of HPLOUT", "constant VCM", "single-ended" };
  180. static const char *aic3x_right_hpcom_mux[] =
  181. { "differential of HPROUT", "constant VCM", "single-ended",
  182. "differential of HPLCOM", "external feedback" };
  183. static const char *aic3x_linein_mode_mux[] = { "single-ended", "differential" };
  184. static const char *aic3x_adc_hpf[] =
  185. { "Disabled", "0.0045xFs", "0.0125xFs", "0.025xFs" };
  186. #define LDAC_ENUM 0
  187. #define RDAC_ENUM 1
  188. #define LHPCOM_ENUM 2
  189. #define RHPCOM_ENUM 3
  190. #define LINE1L_2_L_ENUM 4
  191. #define LINE1L_2_R_ENUM 5
  192. #define LINE1R_2_L_ENUM 6
  193. #define LINE1R_2_R_ENUM 7
  194. #define LINE2L_ENUM 8
  195. #define LINE2R_ENUM 9
  196. #define ADC_HPF_ENUM 10
  197. static const struct soc_enum aic3x_enum[] = {
  198. SOC_ENUM_SINGLE(DAC_LINE_MUX, 6, 3, aic3x_left_dac_mux),
  199. SOC_ENUM_SINGLE(DAC_LINE_MUX, 4, 3, aic3x_right_dac_mux),
  200. SOC_ENUM_SINGLE(HPLCOM_CFG, 4, 3, aic3x_left_hpcom_mux),
  201. SOC_ENUM_SINGLE(HPRCOM_CFG, 3, 5, aic3x_right_hpcom_mux),
  202. SOC_ENUM_SINGLE(LINE1L_2_LADC_CTRL, 7, 2, aic3x_linein_mode_mux),
  203. SOC_ENUM_SINGLE(LINE1L_2_RADC_CTRL, 7, 2, aic3x_linein_mode_mux),
  204. SOC_ENUM_SINGLE(LINE1R_2_LADC_CTRL, 7, 2, aic3x_linein_mode_mux),
  205. SOC_ENUM_SINGLE(LINE1R_2_RADC_CTRL, 7, 2, aic3x_linein_mode_mux),
  206. SOC_ENUM_SINGLE(LINE2L_2_LADC_CTRL, 7, 2, aic3x_linein_mode_mux),
  207. SOC_ENUM_SINGLE(LINE2R_2_RADC_CTRL, 7, 2, aic3x_linein_mode_mux),
  208. SOC_ENUM_DOUBLE(AIC3X_CODEC_DFILT_CTRL, 6, 4, 4, aic3x_adc_hpf),
  209. };
  210. static const char *aic3x_agc_level[] =
  211. { "-5.5dB", "-8dB", "-10dB", "-12dB", "-14dB", "-17dB", "-20dB", "-24dB" };
  212. static const struct soc_enum aic3x_agc_level_enum[] = {
  213. SOC_ENUM_SINGLE(LAGC_CTRL_A, 4, 8, aic3x_agc_level),
  214. SOC_ENUM_SINGLE(RAGC_CTRL_A, 4, 8, aic3x_agc_level),
  215. };
  216. static const char *aic3x_agc_attack[] = { "8ms", "11ms", "16ms", "20ms" };
  217. static const struct soc_enum aic3x_agc_attack_enum[] = {
  218. SOC_ENUM_SINGLE(LAGC_CTRL_A, 2, 4, aic3x_agc_attack),
  219. SOC_ENUM_SINGLE(RAGC_CTRL_A, 2, 4, aic3x_agc_attack),
  220. };
  221. static const char *aic3x_agc_decay[] = { "100ms", "200ms", "400ms", "500ms" };
  222. static const struct soc_enum aic3x_agc_decay_enum[] = {
  223. SOC_ENUM_SINGLE(LAGC_CTRL_A, 0, 4, aic3x_agc_decay),
  224. SOC_ENUM_SINGLE(RAGC_CTRL_A, 0, 4, aic3x_agc_decay),
  225. };
  226. /*
  227. * DAC digital volumes. From -63.5 to 0 dB in 0.5 dB steps
  228. */
  229. static DECLARE_TLV_DB_SCALE(dac_tlv, -6350, 50, 0);
  230. /* ADC PGA gain volumes. From 0 to 59.5 dB in 0.5 dB steps */
  231. static DECLARE_TLV_DB_SCALE(adc_tlv, 0, 50, 0);
  232. /*
  233. * Output stage volumes. From -78.3 to 0 dB. Muted below -78.3 dB.
  234. * Step size is approximately 0.5 dB over most of the scale but increasing
  235. * near the very low levels.
  236. * Define dB scale so that it is mostly correct for range about -55 to 0 dB
  237. * but having increasing dB difference below that (and where it doesn't count
  238. * so much). This setting shows -50 dB (actual is -50.3 dB) for register
  239. * value 100 and -58.5 dB (actual is -78.3 dB) for register value 117.
  240. */
  241. static DECLARE_TLV_DB_SCALE(output_stage_tlv, -5900, 50, 1);
  242. static const struct snd_kcontrol_new aic3x_snd_controls[] = {
  243. /* Output */
  244. SOC_DOUBLE_R_TLV("PCM Playback Volume",
  245. LDAC_VOL, RDAC_VOL, 0, 0x7f, 1, dac_tlv),
  246. /*
  247. * Output controls that map to output mixer switches. Note these are
  248. * only for swapped L-to-R and R-to-L routes. See below stereo controls
  249. * for direct L-to-L and R-to-R routes.
  250. */
  251. SOC_SINGLE_TLV("Left Line Mixer Line2R Bypass Volume",
  252. LINE2R_2_LLOPM_VOL, 0, 118, 1, output_stage_tlv),
  253. SOC_SINGLE_TLV("Left Line Mixer PGAR Bypass Volume",
  254. PGAR_2_LLOPM_VOL, 0, 118, 1, output_stage_tlv),
  255. SOC_SINGLE_TLV("Left Line Mixer DACR1 Playback Volume",
  256. DACR1_2_LLOPM_VOL, 0, 118, 1, output_stage_tlv),
  257. SOC_SINGLE_TLV("Right Line Mixer Line2L Bypass Volume",
  258. LINE2L_2_RLOPM_VOL, 0, 118, 1, output_stage_tlv),
  259. SOC_SINGLE_TLV("Right Line Mixer PGAL Bypass Volume",
  260. PGAL_2_RLOPM_VOL, 0, 118, 1, output_stage_tlv),
  261. SOC_SINGLE_TLV("Right Line Mixer DACL1 Playback Volume",
  262. DACL1_2_RLOPM_VOL, 0, 118, 1, output_stage_tlv),
  263. SOC_SINGLE_TLV("Left HP Mixer Line2R Bypass Volume",
  264. LINE2R_2_HPLOUT_VOL, 0, 118, 1, output_stage_tlv),
  265. SOC_SINGLE_TLV("Left HP Mixer PGAR Bypass Volume",
  266. PGAR_2_HPLOUT_VOL, 0, 118, 1, output_stage_tlv),
  267. SOC_SINGLE_TLV("Left HP Mixer DACR1 Playback Volume",
  268. DACR1_2_HPLOUT_VOL, 0, 118, 1, output_stage_tlv),
  269. SOC_SINGLE_TLV("Right HP Mixer Line2L Bypass Volume",
  270. LINE2L_2_HPROUT_VOL, 0, 118, 1, output_stage_tlv),
  271. SOC_SINGLE_TLV("Right HP Mixer PGAL Bypass Volume",
  272. PGAL_2_HPROUT_VOL, 0, 118, 1, output_stage_tlv),
  273. SOC_SINGLE_TLV("Right HP Mixer DACL1 Playback Volume",
  274. DACL1_2_HPROUT_VOL, 0, 118, 1, output_stage_tlv),
  275. SOC_SINGLE_TLV("Left HPCOM Mixer Line2R Bypass Volume",
  276. LINE2R_2_HPLCOM_VOL, 0, 118, 1, output_stage_tlv),
  277. SOC_SINGLE_TLV("Left HPCOM Mixer PGAR Bypass Volume",
  278. PGAR_2_HPLCOM_VOL, 0, 118, 1, output_stage_tlv),
  279. SOC_SINGLE_TLV("Left HPCOM Mixer DACR1 Playback Volume",
  280. DACR1_2_HPLCOM_VOL, 0, 118, 1, output_stage_tlv),
  281. SOC_SINGLE_TLV("Right HPCOM Mixer Line2L Bypass Volume",
  282. LINE2L_2_HPRCOM_VOL, 0, 118, 1, output_stage_tlv),
  283. SOC_SINGLE_TLV("Right HPCOM Mixer PGAL Bypass Volume",
  284. PGAL_2_HPRCOM_VOL, 0, 118, 1, output_stage_tlv),
  285. SOC_SINGLE_TLV("Right HPCOM Mixer DACL1 Playback Volume",
  286. DACL1_2_HPRCOM_VOL, 0, 118, 1, output_stage_tlv),
  287. /* Stereo output controls for direct L-to-L and R-to-R routes */
  288. SOC_DOUBLE_R_TLV("Line Line2 Bypass Volume",
  289. LINE2L_2_LLOPM_VOL, LINE2R_2_RLOPM_VOL,
  290. 0, 118, 1, output_stage_tlv),
  291. SOC_DOUBLE_R_TLV("Line PGA Bypass Volume",
  292. PGAL_2_LLOPM_VOL, PGAR_2_RLOPM_VOL,
  293. 0, 118, 1, output_stage_tlv),
  294. SOC_DOUBLE_R_TLV("Line DAC Playback Volume",
  295. DACL1_2_LLOPM_VOL, DACR1_2_RLOPM_VOL,
  296. 0, 118, 1, output_stage_tlv),
  297. SOC_DOUBLE_R_TLV("Mono Line2 Bypass Volume",
  298. LINE2L_2_MONOLOPM_VOL, LINE2R_2_MONOLOPM_VOL,
  299. 0, 118, 1, output_stage_tlv),
  300. SOC_DOUBLE_R_TLV("Mono PGA Bypass Volume",
  301. PGAL_2_MONOLOPM_VOL, PGAR_2_MONOLOPM_VOL,
  302. 0, 118, 1, output_stage_tlv),
  303. SOC_DOUBLE_R_TLV("Mono DAC Playback Volume",
  304. DACL1_2_MONOLOPM_VOL, DACR1_2_MONOLOPM_VOL,
  305. 0, 118, 1, output_stage_tlv),
  306. SOC_DOUBLE_R_TLV("HP Line2 Bypass Volume",
  307. LINE2L_2_HPLOUT_VOL, LINE2R_2_HPROUT_VOL,
  308. 0, 118, 1, output_stage_tlv),
  309. SOC_DOUBLE_R_TLV("HP PGA Bypass Volume",
  310. PGAL_2_HPLOUT_VOL, PGAR_2_HPROUT_VOL,
  311. 0, 118, 1, output_stage_tlv),
  312. SOC_DOUBLE_R_TLV("HP DAC Playback Volume",
  313. DACL1_2_HPLOUT_VOL, DACR1_2_HPROUT_VOL,
  314. 0, 118, 1, output_stage_tlv),
  315. SOC_DOUBLE_R_TLV("HPCOM Line2 Bypass Volume",
  316. LINE2L_2_HPLCOM_VOL, LINE2R_2_HPRCOM_VOL,
  317. 0, 118, 1, output_stage_tlv),
  318. SOC_DOUBLE_R_TLV("HPCOM PGA Bypass Volume",
  319. PGAL_2_HPLCOM_VOL, PGAR_2_HPRCOM_VOL,
  320. 0, 118, 1, output_stage_tlv),
  321. SOC_DOUBLE_R_TLV("HPCOM DAC Playback Volume",
  322. DACL1_2_HPLCOM_VOL, DACR1_2_HPRCOM_VOL,
  323. 0, 118, 1, output_stage_tlv),
  324. /* Output pin mute controls */
  325. SOC_DOUBLE_R("Line Playback Switch", LLOPM_CTRL, RLOPM_CTRL, 3,
  326. 0x01, 0),
  327. SOC_SINGLE("Mono Playback Switch", MONOLOPM_CTRL, 3, 0x01, 0),
  328. SOC_DOUBLE_R("HP Playback Switch", HPLOUT_CTRL, HPROUT_CTRL, 3,
  329. 0x01, 0),
  330. SOC_DOUBLE_R("HPCOM Playback Switch", HPLCOM_CTRL, HPRCOM_CTRL, 3,
  331. 0x01, 0),
  332. /*
  333. * Note: enable Automatic input Gain Controller with care. It can
  334. * adjust PGA to max value when ADC is on and will never go back.
  335. */
  336. SOC_DOUBLE_R("AGC Switch", LAGC_CTRL_A, RAGC_CTRL_A, 7, 0x01, 0),
  337. SOC_ENUM("Left AGC Target level", aic3x_agc_level_enum[0]),
  338. SOC_ENUM("Right AGC Target level", aic3x_agc_level_enum[1]),
  339. SOC_ENUM("Left AGC Attack time", aic3x_agc_attack_enum[0]),
  340. SOC_ENUM("Right AGC Attack time", aic3x_agc_attack_enum[1]),
  341. SOC_ENUM("Left AGC Decay time", aic3x_agc_decay_enum[0]),
  342. SOC_ENUM("Right AGC Decay time", aic3x_agc_decay_enum[1]),
  343. /* De-emphasis */
  344. SOC_DOUBLE("De-emphasis Switch", AIC3X_CODEC_DFILT_CTRL, 2, 0, 0x01, 0),
  345. /* Input */
  346. SOC_DOUBLE_R_TLV("PGA Capture Volume", LADC_VOL, RADC_VOL,
  347. 0, 119, 0, adc_tlv),
  348. SOC_DOUBLE_R("PGA Capture Switch", LADC_VOL, RADC_VOL, 7, 0x01, 1),
  349. SOC_ENUM("ADC HPF Cut-off", aic3x_enum[ADC_HPF_ENUM]),
  350. };
  351. /*
  352. * Class-D amplifier gain. From 0 to 18 dB in 6 dB steps
  353. */
  354. static DECLARE_TLV_DB_SCALE(classd_amp_tlv, 0, 600, 0);
  355. static const struct snd_kcontrol_new aic3x_classd_amp_gain_ctrl =
  356. SOC_DOUBLE_TLV("Class-D Playback Volume", CLASSD_CTRL, 6, 4, 3, 0, classd_amp_tlv);
  357. /* Left DAC Mux */
  358. static const struct snd_kcontrol_new aic3x_left_dac_mux_controls =
  359. SOC_DAPM_ENUM("Route", aic3x_enum[LDAC_ENUM]);
  360. /* Right DAC Mux */
  361. static const struct snd_kcontrol_new aic3x_right_dac_mux_controls =
  362. SOC_DAPM_ENUM("Route", aic3x_enum[RDAC_ENUM]);
  363. /* Left HPCOM Mux */
  364. static const struct snd_kcontrol_new aic3x_left_hpcom_mux_controls =
  365. SOC_DAPM_ENUM("Route", aic3x_enum[LHPCOM_ENUM]);
  366. /* Right HPCOM Mux */
  367. static const struct snd_kcontrol_new aic3x_right_hpcom_mux_controls =
  368. SOC_DAPM_ENUM("Route", aic3x_enum[RHPCOM_ENUM]);
  369. /* Left Line Mixer */
  370. static const struct snd_kcontrol_new aic3x_left_line_mixer_controls[] = {
  371. SOC_DAPM_SINGLE("Line2L Bypass Switch", LINE2L_2_LLOPM_VOL, 7, 1, 0),
  372. SOC_DAPM_SINGLE("PGAL Bypass Switch", PGAL_2_LLOPM_VOL, 7, 1, 0),
  373. SOC_DAPM_SINGLE("DACL1 Switch", DACL1_2_LLOPM_VOL, 7, 1, 0),
  374. SOC_DAPM_SINGLE("Line2R Bypass Switch", LINE2R_2_LLOPM_VOL, 7, 1, 0),
  375. SOC_DAPM_SINGLE("PGAR Bypass Switch", PGAR_2_LLOPM_VOL, 7, 1, 0),
  376. SOC_DAPM_SINGLE("DACR1 Switch", DACR1_2_LLOPM_VOL, 7, 1, 0),
  377. };
  378. /* Right Line Mixer */
  379. static const struct snd_kcontrol_new aic3x_right_line_mixer_controls[] = {
  380. SOC_DAPM_SINGLE("Line2L Bypass Switch", LINE2L_2_RLOPM_VOL, 7, 1, 0),
  381. SOC_DAPM_SINGLE("PGAL Bypass Switch", PGAL_2_RLOPM_VOL, 7, 1, 0),
  382. SOC_DAPM_SINGLE("DACL1 Switch", DACL1_2_RLOPM_VOL, 7, 1, 0),
  383. SOC_DAPM_SINGLE("Line2R Bypass Switch", LINE2R_2_RLOPM_VOL, 7, 1, 0),
  384. SOC_DAPM_SINGLE("PGAR Bypass Switch", PGAR_2_RLOPM_VOL, 7, 1, 0),
  385. SOC_DAPM_SINGLE("DACR1 Switch", DACR1_2_RLOPM_VOL, 7, 1, 0),
  386. };
  387. /* Mono Mixer */
  388. static const struct snd_kcontrol_new aic3x_mono_mixer_controls[] = {
  389. SOC_DAPM_SINGLE("Line2L Bypass Switch", LINE2L_2_MONOLOPM_VOL, 7, 1, 0),
  390. SOC_DAPM_SINGLE("PGAL Bypass Switch", PGAL_2_MONOLOPM_VOL, 7, 1, 0),
  391. SOC_DAPM_SINGLE("DACL1 Switch", DACL1_2_MONOLOPM_VOL, 7, 1, 0),
  392. SOC_DAPM_SINGLE("Line2R Bypass Switch", LINE2R_2_MONOLOPM_VOL, 7, 1, 0),
  393. SOC_DAPM_SINGLE("PGAR Bypass Switch", PGAR_2_MONOLOPM_VOL, 7, 1, 0),
  394. SOC_DAPM_SINGLE("DACR1 Switch", DACR1_2_MONOLOPM_VOL, 7, 1, 0),
  395. };
  396. /* Left HP Mixer */
  397. static const struct snd_kcontrol_new aic3x_left_hp_mixer_controls[] = {
  398. SOC_DAPM_SINGLE("Line2L Bypass Switch", LINE2L_2_HPLOUT_VOL, 7, 1, 0),
  399. SOC_DAPM_SINGLE("PGAL Bypass Switch", PGAL_2_HPLOUT_VOL, 7, 1, 0),
  400. SOC_DAPM_SINGLE("DACL1 Switch", DACL1_2_HPLOUT_VOL, 7, 1, 0),
  401. SOC_DAPM_SINGLE("Line2R Bypass Switch", LINE2R_2_HPLOUT_VOL, 7, 1, 0),
  402. SOC_DAPM_SINGLE("PGAR Bypass Switch", PGAR_2_HPLOUT_VOL, 7, 1, 0),
  403. SOC_DAPM_SINGLE("DACR1 Switch", DACR1_2_HPLOUT_VOL, 7, 1, 0),
  404. };
  405. /* Right HP Mixer */
  406. static const struct snd_kcontrol_new aic3x_right_hp_mixer_controls[] = {
  407. SOC_DAPM_SINGLE("Line2L Bypass Switch", LINE2L_2_HPROUT_VOL, 7, 1, 0),
  408. SOC_DAPM_SINGLE("PGAL Bypass Switch", PGAL_2_HPROUT_VOL, 7, 1, 0),
  409. SOC_DAPM_SINGLE("DACL1 Switch", DACL1_2_HPROUT_VOL, 7, 1, 0),
  410. SOC_DAPM_SINGLE("Line2R Bypass Switch", LINE2R_2_HPROUT_VOL, 7, 1, 0),
  411. SOC_DAPM_SINGLE("PGAR Bypass Switch", PGAR_2_HPROUT_VOL, 7, 1, 0),
  412. SOC_DAPM_SINGLE("DACR1 Switch", DACR1_2_HPROUT_VOL, 7, 1, 0),
  413. };
  414. /* Left HPCOM Mixer */
  415. static const struct snd_kcontrol_new aic3x_left_hpcom_mixer_controls[] = {
  416. SOC_DAPM_SINGLE("Line2L Bypass Switch", LINE2L_2_HPLCOM_VOL, 7, 1, 0),
  417. SOC_DAPM_SINGLE("PGAL Bypass Switch", PGAL_2_HPLCOM_VOL, 7, 1, 0),
  418. SOC_DAPM_SINGLE("DACL1 Switch", DACL1_2_HPLCOM_VOL, 7, 1, 0),
  419. SOC_DAPM_SINGLE("Line2R Bypass Switch", LINE2R_2_HPLCOM_VOL, 7, 1, 0),
  420. SOC_DAPM_SINGLE("PGAR Bypass Switch", PGAR_2_HPLCOM_VOL, 7, 1, 0),
  421. SOC_DAPM_SINGLE("DACR1 Switch", DACR1_2_HPLCOM_VOL, 7, 1, 0),
  422. };
  423. /* Right HPCOM Mixer */
  424. static const struct snd_kcontrol_new aic3x_right_hpcom_mixer_controls[] = {
  425. SOC_DAPM_SINGLE("Line2L Bypass Switch", LINE2L_2_HPRCOM_VOL, 7, 1, 0),
  426. SOC_DAPM_SINGLE("PGAL Bypass Switch", PGAL_2_HPRCOM_VOL, 7, 1, 0),
  427. SOC_DAPM_SINGLE("DACL1 Switch", DACL1_2_HPRCOM_VOL, 7, 1, 0),
  428. SOC_DAPM_SINGLE("Line2R Bypass Switch", LINE2R_2_HPRCOM_VOL, 7, 1, 0),
  429. SOC_DAPM_SINGLE("PGAR Bypass Switch", PGAR_2_HPRCOM_VOL, 7, 1, 0),
  430. SOC_DAPM_SINGLE("DACR1 Switch", DACR1_2_HPRCOM_VOL, 7, 1, 0),
  431. };
  432. /* Left PGA Mixer */
  433. static const struct snd_kcontrol_new aic3x_left_pga_mixer_controls[] = {
  434. SOC_DAPM_SINGLE_AIC3X("Line1L Switch", LINE1L_2_LADC_CTRL, 3, 1, 1),
  435. SOC_DAPM_SINGLE_AIC3X("Line1R Switch", LINE1R_2_LADC_CTRL, 3, 1, 1),
  436. SOC_DAPM_SINGLE_AIC3X("Line2L Switch", LINE2L_2_LADC_CTRL, 3, 1, 1),
  437. SOC_DAPM_SINGLE_AIC3X("Mic3L Switch", MIC3LR_2_LADC_CTRL, 4, 1, 1),
  438. SOC_DAPM_SINGLE_AIC3X("Mic3R Switch", MIC3LR_2_LADC_CTRL, 0, 1, 1),
  439. };
  440. /* Right PGA Mixer */
  441. static const struct snd_kcontrol_new aic3x_right_pga_mixer_controls[] = {
  442. SOC_DAPM_SINGLE_AIC3X("Line1R Switch", LINE1R_2_RADC_CTRL, 3, 1, 1),
  443. SOC_DAPM_SINGLE_AIC3X("Line1L Switch", LINE1L_2_RADC_CTRL, 3, 1, 1),
  444. SOC_DAPM_SINGLE_AIC3X("Line2R Switch", LINE2R_2_RADC_CTRL, 3, 1, 1),
  445. SOC_DAPM_SINGLE_AIC3X("Mic3L Switch", MIC3LR_2_RADC_CTRL, 4, 1, 1),
  446. SOC_DAPM_SINGLE_AIC3X("Mic3R Switch", MIC3LR_2_RADC_CTRL, 0, 1, 1),
  447. };
  448. /* Left Line1 Mux */
  449. static const struct snd_kcontrol_new aic3x_left_line1l_mux_controls =
  450. SOC_DAPM_ENUM("Route", aic3x_enum[LINE1L_2_L_ENUM]);
  451. static const struct snd_kcontrol_new aic3x_right_line1l_mux_controls =
  452. SOC_DAPM_ENUM("Route", aic3x_enum[LINE1L_2_R_ENUM]);
  453. /* Right Line1 Mux */
  454. static const struct snd_kcontrol_new aic3x_right_line1r_mux_controls =
  455. SOC_DAPM_ENUM("Route", aic3x_enum[LINE1R_2_R_ENUM]);
  456. static const struct snd_kcontrol_new aic3x_left_line1r_mux_controls =
  457. SOC_DAPM_ENUM("Route", aic3x_enum[LINE1R_2_L_ENUM]);
  458. /* Left Line2 Mux */
  459. static const struct snd_kcontrol_new aic3x_left_line2_mux_controls =
  460. SOC_DAPM_ENUM("Route", aic3x_enum[LINE2L_ENUM]);
  461. /* Right Line2 Mux */
  462. static const struct snd_kcontrol_new aic3x_right_line2_mux_controls =
  463. SOC_DAPM_ENUM("Route", aic3x_enum[LINE2R_ENUM]);
  464. static const struct snd_soc_dapm_widget aic3x_dapm_widgets[] = {
  465. /* Left DAC to Left Outputs */
  466. SND_SOC_DAPM_DAC("Left DAC", "Left Playback", DAC_PWR, 7, 0),
  467. SND_SOC_DAPM_MUX("Left DAC Mux", SND_SOC_NOPM, 0, 0,
  468. &aic3x_left_dac_mux_controls),
  469. SND_SOC_DAPM_MUX("Left HPCOM Mux", SND_SOC_NOPM, 0, 0,
  470. &aic3x_left_hpcom_mux_controls),
  471. SND_SOC_DAPM_PGA("Left Line Out", LLOPM_CTRL, 0, 0, NULL, 0),
  472. SND_SOC_DAPM_PGA("Left HP Out", HPLOUT_CTRL, 0, 0, NULL, 0),
  473. SND_SOC_DAPM_PGA("Left HP Com", HPLCOM_CTRL, 0, 0, NULL, 0),
  474. /* Right DAC to Right Outputs */
  475. SND_SOC_DAPM_DAC("Right DAC", "Right Playback", DAC_PWR, 6, 0),
  476. SND_SOC_DAPM_MUX("Right DAC Mux", SND_SOC_NOPM, 0, 0,
  477. &aic3x_right_dac_mux_controls),
  478. SND_SOC_DAPM_MUX("Right HPCOM Mux", SND_SOC_NOPM, 0, 0,
  479. &aic3x_right_hpcom_mux_controls),
  480. SND_SOC_DAPM_PGA("Right Line Out", RLOPM_CTRL, 0, 0, NULL, 0),
  481. SND_SOC_DAPM_PGA("Right HP Out", HPROUT_CTRL, 0, 0, NULL, 0),
  482. SND_SOC_DAPM_PGA("Right HP Com", HPRCOM_CTRL, 0, 0, NULL, 0),
  483. /* Mono Output */
  484. SND_SOC_DAPM_PGA("Mono Out", MONOLOPM_CTRL, 0, 0, NULL, 0),
  485. /* Inputs to Left ADC */
  486. SND_SOC_DAPM_ADC("Left ADC", "Left Capture", LINE1L_2_LADC_CTRL, 2, 0),
  487. SND_SOC_DAPM_MIXER("Left PGA Mixer", SND_SOC_NOPM, 0, 0,
  488. &aic3x_left_pga_mixer_controls[0],
  489. ARRAY_SIZE(aic3x_left_pga_mixer_controls)),
  490. SND_SOC_DAPM_MUX("Left Line1L Mux", SND_SOC_NOPM, 0, 0,
  491. &aic3x_left_line1l_mux_controls),
  492. SND_SOC_DAPM_MUX("Left Line1R Mux", SND_SOC_NOPM, 0, 0,
  493. &aic3x_left_line1r_mux_controls),
  494. SND_SOC_DAPM_MUX("Left Line2L Mux", SND_SOC_NOPM, 0, 0,
  495. &aic3x_left_line2_mux_controls),
  496. /* Inputs to Right ADC */
  497. SND_SOC_DAPM_ADC("Right ADC", "Right Capture",
  498. LINE1R_2_RADC_CTRL, 2, 0),
  499. SND_SOC_DAPM_MIXER("Right PGA Mixer", SND_SOC_NOPM, 0, 0,
  500. &aic3x_right_pga_mixer_controls[0],
  501. ARRAY_SIZE(aic3x_right_pga_mixer_controls)),
  502. SND_SOC_DAPM_MUX("Right Line1L Mux", SND_SOC_NOPM, 0, 0,
  503. &aic3x_right_line1l_mux_controls),
  504. SND_SOC_DAPM_MUX("Right Line1R Mux", SND_SOC_NOPM, 0, 0,
  505. &aic3x_right_line1r_mux_controls),
  506. SND_SOC_DAPM_MUX("Right Line2R Mux", SND_SOC_NOPM, 0, 0,
  507. &aic3x_right_line2_mux_controls),
  508. /*
  509. * Not a real mic bias widget but similar function. This is for dynamic
  510. * control of GPIO1 digital mic modulator clock output function when
  511. * using digital mic.
  512. */
  513. SND_SOC_DAPM_REG(snd_soc_dapm_micbias, "GPIO1 dmic modclk",
  514. AIC3X_GPIO1_REG, 4, 0xf,
  515. AIC3X_GPIO1_FUNC_DIGITAL_MIC_MODCLK,
  516. AIC3X_GPIO1_FUNC_DISABLED),
  517. /*
  518. * Also similar function like mic bias. Selects digital mic with
  519. * configurable oversampling rate instead of ADC converter.
  520. */
  521. SND_SOC_DAPM_REG(snd_soc_dapm_micbias, "DMic Rate 128",
  522. AIC3X_ASD_INTF_CTRLA, 0, 3, 1, 0),
  523. SND_SOC_DAPM_REG(snd_soc_dapm_micbias, "DMic Rate 64",
  524. AIC3X_ASD_INTF_CTRLA, 0, 3, 2, 0),
  525. SND_SOC_DAPM_REG(snd_soc_dapm_micbias, "DMic Rate 32",
  526. AIC3X_ASD_INTF_CTRLA, 0, 3, 3, 0),
  527. /* Mic Bias */
  528. SND_SOC_DAPM_REG(snd_soc_dapm_micbias, "Mic Bias 2V",
  529. MICBIAS_CTRL, 6, 3, 1, 0),
  530. SND_SOC_DAPM_REG(snd_soc_dapm_micbias, "Mic Bias 2.5V",
  531. MICBIAS_CTRL, 6, 3, 2, 0),
  532. SND_SOC_DAPM_REG(snd_soc_dapm_micbias, "Mic Bias AVDD",
  533. MICBIAS_CTRL, 6, 3, 3, 0),
  534. /* Output mixers */
  535. SND_SOC_DAPM_MIXER("Left Line Mixer", SND_SOC_NOPM, 0, 0,
  536. &aic3x_left_line_mixer_controls[0],
  537. ARRAY_SIZE(aic3x_left_line_mixer_controls)),
  538. SND_SOC_DAPM_MIXER("Right Line Mixer", SND_SOC_NOPM, 0, 0,
  539. &aic3x_right_line_mixer_controls[0],
  540. ARRAY_SIZE(aic3x_right_line_mixer_controls)),
  541. SND_SOC_DAPM_MIXER("Mono Mixer", SND_SOC_NOPM, 0, 0,
  542. &aic3x_mono_mixer_controls[0],
  543. ARRAY_SIZE(aic3x_mono_mixer_controls)),
  544. SND_SOC_DAPM_MIXER("Left HP Mixer", SND_SOC_NOPM, 0, 0,
  545. &aic3x_left_hp_mixer_controls[0],
  546. ARRAY_SIZE(aic3x_left_hp_mixer_controls)),
  547. SND_SOC_DAPM_MIXER("Right HP Mixer", SND_SOC_NOPM, 0, 0,
  548. &aic3x_right_hp_mixer_controls[0],
  549. ARRAY_SIZE(aic3x_right_hp_mixer_controls)),
  550. SND_SOC_DAPM_MIXER("Left HPCOM Mixer", SND_SOC_NOPM, 0, 0,
  551. &aic3x_left_hpcom_mixer_controls[0],
  552. ARRAY_SIZE(aic3x_left_hpcom_mixer_controls)),
  553. SND_SOC_DAPM_MIXER("Right HPCOM Mixer", SND_SOC_NOPM, 0, 0,
  554. &aic3x_right_hpcom_mixer_controls[0],
  555. ARRAY_SIZE(aic3x_right_hpcom_mixer_controls)),
  556. SND_SOC_DAPM_OUTPUT("LLOUT"),
  557. SND_SOC_DAPM_OUTPUT("RLOUT"),
  558. SND_SOC_DAPM_OUTPUT("MONO_LOUT"),
  559. SND_SOC_DAPM_OUTPUT("HPLOUT"),
  560. SND_SOC_DAPM_OUTPUT("HPROUT"),
  561. SND_SOC_DAPM_OUTPUT("HPLCOM"),
  562. SND_SOC_DAPM_OUTPUT("HPRCOM"),
  563. SND_SOC_DAPM_INPUT("MIC3L"),
  564. SND_SOC_DAPM_INPUT("MIC3R"),
  565. SND_SOC_DAPM_INPUT("LINE1L"),
  566. SND_SOC_DAPM_INPUT("LINE1R"),
  567. SND_SOC_DAPM_INPUT("LINE2L"),
  568. SND_SOC_DAPM_INPUT("LINE2R"),
  569. /*
  570. * Virtual output pin to detection block inside codec. This can be
  571. * used to keep codec bias on if gpio or detection features are needed.
  572. * Force pin on or construct a path with an input jack and mic bias
  573. * widgets.
  574. */
  575. SND_SOC_DAPM_OUTPUT("Detection"),
  576. };
  577. static const struct snd_soc_dapm_widget aic3007_dapm_widgets[] = {
  578. /* Class-D outputs */
  579. SND_SOC_DAPM_PGA("Left Class-D Out", CLASSD_CTRL, 3, 0, NULL, 0),
  580. SND_SOC_DAPM_PGA("Right Class-D Out", CLASSD_CTRL, 2, 0, NULL, 0),
  581. SND_SOC_DAPM_OUTPUT("SPOP"),
  582. SND_SOC_DAPM_OUTPUT("SPOM"),
  583. };
  584. static const struct snd_soc_dapm_route intercon[] = {
  585. /* Left Input */
  586. {"Left Line1L Mux", "single-ended", "LINE1L"},
  587. {"Left Line1L Mux", "differential", "LINE1L"},
  588. {"Left Line2L Mux", "single-ended", "LINE2L"},
  589. {"Left Line2L Mux", "differential", "LINE2L"},
  590. {"Left PGA Mixer", "Line1L Switch", "Left Line1L Mux"},
  591. {"Left PGA Mixer", "Line1R Switch", "Left Line1R Mux"},
  592. {"Left PGA Mixer", "Line2L Switch", "Left Line2L Mux"},
  593. {"Left PGA Mixer", "Mic3L Switch", "MIC3L"},
  594. {"Left PGA Mixer", "Mic3R Switch", "MIC3R"},
  595. {"Left ADC", NULL, "Left PGA Mixer"},
  596. {"Left ADC", NULL, "GPIO1 dmic modclk"},
  597. /* Right Input */
  598. {"Right Line1R Mux", "single-ended", "LINE1R"},
  599. {"Right Line1R Mux", "differential", "LINE1R"},
  600. {"Right Line2R Mux", "single-ended", "LINE2R"},
  601. {"Right Line2R Mux", "differential", "LINE2R"},
  602. {"Right PGA Mixer", "Line1L Switch", "Right Line1L Mux"},
  603. {"Right PGA Mixer", "Line1R Switch", "Right Line1R Mux"},
  604. {"Right PGA Mixer", "Line2R Switch", "Right Line2R Mux"},
  605. {"Right PGA Mixer", "Mic3L Switch", "MIC3L"},
  606. {"Right PGA Mixer", "Mic3R Switch", "MIC3R"},
  607. {"Right ADC", NULL, "Right PGA Mixer"},
  608. {"Right ADC", NULL, "GPIO1 dmic modclk"},
  609. /*
  610. * Logical path between digital mic enable and GPIO1 modulator clock
  611. * output function
  612. */
  613. {"GPIO1 dmic modclk", NULL, "DMic Rate 128"},
  614. {"GPIO1 dmic modclk", NULL, "DMic Rate 64"},
  615. {"GPIO1 dmic modclk", NULL, "DMic Rate 32"},
  616. /* Left DAC Output */
  617. {"Left DAC Mux", "DAC_L1", "Left DAC"},
  618. {"Left DAC Mux", "DAC_L2", "Left DAC"},
  619. {"Left DAC Mux", "DAC_L3", "Left DAC"},
  620. /* Right DAC Output */
  621. {"Right DAC Mux", "DAC_R1", "Right DAC"},
  622. {"Right DAC Mux", "DAC_R2", "Right DAC"},
  623. {"Right DAC Mux", "DAC_R3", "Right DAC"},
  624. /* Left Line Output */
  625. {"Left Line Mixer", "Line2L Bypass Switch", "Left Line2L Mux"},
  626. {"Left Line Mixer", "PGAL Bypass Switch", "Left PGA Mixer"},
  627. {"Left Line Mixer", "DACL1 Switch", "Left DAC Mux"},
  628. {"Left Line Mixer", "Line2R Bypass Switch", "Right Line2R Mux"},
  629. {"Left Line Mixer", "PGAR Bypass Switch", "Right PGA Mixer"},
  630. {"Left Line Mixer", "DACR1 Switch", "Right DAC Mux"},
  631. {"Left Line Out", NULL, "Left Line Mixer"},
  632. {"Left Line Out", NULL, "Left DAC Mux"},
  633. {"LLOUT", NULL, "Left Line Out"},
  634. /* Right Line Output */
  635. {"Right Line Mixer", "Line2L Bypass Switch", "Left Line2L Mux"},
  636. {"Right Line Mixer", "PGAL Bypass Switch", "Left PGA Mixer"},
  637. {"Right Line Mixer", "DACL1 Switch", "Left DAC Mux"},
  638. {"Right Line Mixer", "Line2R Bypass Switch", "Right Line2R Mux"},
  639. {"Right Line Mixer", "PGAR Bypass Switch", "Right PGA Mixer"},
  640. {"Right Line Mixer", "DACR1 Switch", "Right DAC Mux"},
  641. {"Right Line Out", NULL, "Right Line Mixer"},
  642. {"Right Line Out", NULL, "Right DAC Mux"},
  643. {"RLOUT", NULL, "Right Line Out"},
  644. /* Mono Output */
  645. {"Mono Mixer", "Line2L Bypass Switch", "Left Line2L Mux"},
  646. {"Mono Mixer", "PGAL Bypass Switch", "Left PGA Mixer"},
  647. {"Mono Mixer", "DACL1 Switch", "Left DAC Mux"},
  648. {"Mono Mixer", "Line2R Bypass Switch", "Right Line2R Mux"},
  649. {"Mono Mixer", "PGAR Bypass Switch", "Right PGA Mixer"},
  650. {"Mono Mixer", "DACR1 Switch", "Right DAC Mux"},
  651. {"Mono Out", NULL, "Mono Mixer"},
  652. {"MONO_LOUT", NULL, "Mono Out"},
  653. /* Left HP Output */
  654. {"Left HP Mixer", "Line2L Bypass Switch", "Left Line2L Mux"},
  655. {"Left HP Mixer", "PGAL Bypass Switch", "Left PGA Mixer"},
  656. {"Left HP Mixer", "DACL1 Switch", "Left DAC Mux"},
  657. {"Left HP Mixer", "Line2R Bypass Switch", "Right Line2R Mux"},
  658. {"Left HP Mixer", "PGAR Bypass Switch", "Right PGA Mixer"},
  659. {"Left HP Mixer", "DACR1 Switch", "Right DAC Mux"},
  660. {"Left HP Out", NULL, "Left HP Mixer"},
  661. {"Left HP Out", NULL, "Left DAC Mux"},
  662. {"HPLOUT", NULL, "Left HP Out"},
  663. /* Right HP Output */
  664. {"Right HP Mixer", "Line2L Bypass Switch", "Left Line2L Mux"},
  665. {"Right HP Mixer", "PGAL Bypass Switch", "Left PGA Mixer"},
  666. {"Right HP Mixer", "DACL1 Switch", "Left DAC Mux"},
  667. {"Right HP Mixer", "Line2R Bypass Switch", "Right Line2R Mux"},
  668. {"Right HP Mixer", "PGAR Bypass Switch", "Right PGA Mixer"},
  669. {"Right HP Mixer", "DACR1 Switch", "Right DAC Mux"},
  670. {"Right HP Out", NULL, "Right HP Mixer"},
  671. {"Right HP Out", NULL, "Right DAC Mux"},
  672. {"HPROUT", NULL, "Right HP Out"},
  673. /* Left HPCOM Output */
  674. {"Left HPCOM Mixer", "Line2L Bypass Switch", "Left Line2L Mux"},
  675. {"Left HPCOM Mixer", "PGAL Bypass Switch", "Left PGA Mixer"},
  676. {"Left HPCOM Mixer", "DACL1 Switch", "Left DAC Mux"},
  677. {"Left HPCOM Mixer", "Line2R Bypass Switch", "Right Line2R Mux"},
  678. {"Left HPCOM Mixer", "PGAR Bypass Switch", "Right PGA Mixer"},
  679. {"Left HPCOM Mixer", "DACR1 Switch", "Right DAC Mux"},
  680. {"Left HPCOM Mux", "differential of HPLOUT", "Left HP Mixer"},
  681. {"Left HPCOM Mux", "constant VCM", "Left HPCOM Mixer"},
  682. {"Left HPCOM Mux", "single-ended", "Left HPCOM Mixer"},
  683. {"Left HP Com", NULL, "Left HPCOM Mux"},
  684. {"HPLCOM", NULL, "Left HP Com"},
  685. /* Right HPCOM Output */
  686. {"Right HPCOM Mixer", "Line2L Bypass Switch", "Left Line2L Mux"},
  687. {"Right HPCOM Mixer", "PGAL Bypass Switch", "Left PGA Mixer"},
  688. {"Right HPCOM Mixer", "DACL1 Switch", "Left DAC Mux"},
  689. {"Right HPCOM Mixer", "Line2R Bypass Switch", "Right Line2R Mux"},
  690. {"Right HPCOM Mixer", "PGAR Bypass Switch", "Right PGA Mixer"},
  691. {"Right HPCOM Mixer", "DACR1 Switch", "Right DAC Mux"},
  692. {"Right HPCOM Mux", "differential of HPROUT", "Right HP Mixer"},
  693. {"Right HPCOM Mux", "constant VCM", "Right HPCOM Mixer"},
  694. {"Right HPCOM Mux", "single-ended", "Right HPCOM Mixer"},
  695. {"Right HPCOM Mux", "differential of HPLCOM", "Left HPCOM Mixer"},
  696. {"Right HPCOM Mux", "external feedback", "Right HPCOM Mixer"},
  697. {"Right HP Com", NULL, "Right HPCOM Mux"},
  698. {"HPRCOM", NULL, "Right HP Com"},
  699. };
  700. static const struct snd_soc_dapm_route intercon_3007[] = {
  701. /* Class-D outputs */
  702. {"Left Class-D Out", NULL, "Left Line Out"},
  703. {"Right Class-D Out", NULL, "Left Line Out"},
  704. {"SPOP", NULL, "Left Class-D Out"},
  705. {"SPOM", NULL, "Right Class-D Out"},
  706. };
  707. static int aic3x_add_widgets(struct snd_soc_codec *codec)
  708. {
  709. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  710. struct snd_soc_dapm_context *dapm = &codec->dapm;
  711. snd_soc_dapm_new_controls(dapm, aic3x_dapm_widgets,
  712. ARRAY_SIZE(aic3x_dapm_widgets));
  713. /* set up audio path interconnects */
  714. snd_soc_dapm_add_routes(dapm, intercon, ARRAY_SIZE(intercon));
  715. if (aic3x->model == AIC3X_MODEL_3007) {
  716. snd_soc_dapm_new_controls(dapm, aic3007_dapm_widgets,
  717. ARRAY_SIZE(aic3007_dapm_widgets));
  718. snd_soc_dapm_add_routes(dapm, intercon_3007,
  719. ARRAY_SIZE(intercon_3007));
  720. }
  721. return 0;
  722. }
  723. static int aic3x_hw_params(struct snd_pcm_substream *substream,
  724. struct snd_pcm_hw_params *params,
  725. struct snd_soc_dai *dai)
  726. {
  727. struct snd_soc_codec *codec = dai->codec;
  728. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  729. int codec_clk = 0, bypass_pll = 0, fsref, last_clk = 0;
  730. u8 data, j, r, p, pll_q, pll_p = 1, pll_r = 1, pll_j = 1;
  731. u16 d, pll_d = 1;
  732. int clk;
  733. /* select data word length */
  734. data = snd_soc_read(codec, AIC3X_ASD_INTF_CTRLB) & (~(0x3 << 4));
  735. switch (params_format(params)) {
  736. case SNDRV_PCM_FORMAT_S16_LE:
  737. break;
  738. case SNDRV_PCM_FORMAT_S20_3LE:
  739. data |= (0x01 << 4);
  740. break;
  741. case SNDRV_PCM_FORMAT_S24_LE:
  742. data |= (0x02 << 4);
  743. break;
  744. case SNDRV_PCM_FORMAT_S32_LE:
  745. data |= (0x03 << 4);
  746. break;
  747. }
  748. snd_soc_write(codec, AIC3X_ASD_INTF_CTRLB, data);
  749. /* Fsref can be 44100 or 48000 */
  750. fsref = (params_rate(params) % 11025 == 0) ? 44100 : 48000;
  751. /* Try to find a value for Q which allows us to bypass the PLL and
  752. * generate CODEC_CLK directly. */
  753. for (pll_q = 2; pll_q < 18; pll_q++)
  754. if (aic3x->sysclk / (128 * pll_q) == fsref) {
  755. bypass_pll = 1;
  756. break;
  757. }
  758. if (bypass_pll) {
  759. pll_q &= 0xf;
  760. snd_soc_write(codec, AIC3X_PLL_PROGA_REG, pll_q << PLLQ_SHIFT);
  761. snd_soc_write(codec, AIC3X_GPIOB_REG, CODEC_CLKIN_CLKDIV);
  762. /* disable PLL if it is bypassed */
  763. snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG, PLL_ENABLE, 0);
  764. } else {
  765. snd_soc_write(codec, AIC3X_GPIOB_REG, CODEC_CLKIN_PLLDIV);
  766. /* enable PLL when it is used */
  767. snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG,
  768. PLL_ENABLE, PLL_ENABLE);
  769. }
  770. /* Route Left DAC to left channel input and
  771. * right DAC to right channel input */
  772. data = (LDAC2LCH | RDAC2RCH);
  773. data |= (fsref == 44100) ? FSREF_44100 : FSREF_48000;
  774. if (params_rate(params) >= 64000)
  775. data |= DUAL_RATE_MODE;
  776. snd_soc_write(codec, AIC3X_CODEC_DATAPATH_REG, data);
  777. /* codec sample rate select */
  778. data = (fsref * 20) / params_rate(params);
  779. if (params_rate(params) < 64000)
  780. data /= 2;
  781. data /= 5;
  782. data -= 2;
  783. data |= (data << 4);
  784. snd_soc_write(codec, AIC3X_SAMPLE_RATE_SEL_REG, data);
  785. if (bypass_pll)
  786. return 0;
  787. /* Use PLL, compute appropriate setup for j, d, r and p, the closest
  788. * one wins the game. Try with d==0 first, next with d!=0.
  789. * Constraints for j are according to the datasheet.
  790. * The sysclk is divided by 1000 to prevent integer overflows.
  791. */
  792. codec_clk = (2048 * fsref) / (aic3x->sysclk / 1000);
  793. for (r = 1; r <= 16; r++)
  794. for (p = 1; p <= 8; p++) {
  795. for (j = 4; j <= 55; j++) {
  796. /* This is actually 1000*((j+(d/10000))*r)/p
  797. * The term had to be converted to get
  798. * rid of the division by 10000; d = 0 here
  799. */
  800. int tmp_clk = (1000 * j * r) / p;
  801. /* Check whether this values get closer than
  802. * the best ones we had before
  803. */
  804. if (abs(codec_clk - tmp_clk) <
  805. abs(codec_clk - last_clk)) {
  806. pll_j = j; pll_d = 0;
  807. pll_r = r; pll_p = p;
  808. last_clk = tmp_clk;
  809. }
  810. /* Early exit for exact matches */
  811. if (tmp_clk == codec_clk)
  812. goto found;
  813. }
  814. }
  815. /* try with d != 0 */
  816. for (p = 1; p <= 8; p++) {
  817. j = codec_clk * p / 1000;
  818. if (j < 4 || j > 11)
  819. continue;
  820. /* do not use codec_clk here since we'd loose precision */
  821. d = ((2048 * p * fsref) - j * aic3x->sysclk)
  822. * 100 / (aic3x->sysclk/100);
  823. clk = (10000 * j + d) / (10 * p);
  824. /* check whether this values get closer than the best
  825. * ones we had before */
  826. if (abs(codec_clk - clk) < abs(codec_clk - last_clk)) {
  827. pll_j = j; pll_d = d; pll_r = 1; pll_p = p;
  828. last_clk = clk;
  829. }
  830. /* Early exit for exact matches */
  831. if (clk == codec_clk)
  832. goto found;
  833. }
  834. if (last_clk == 0) {
  835. printk(KERN_ERR "%s(): unable to setup PLL\n", __func__);
  836. return -EINVAL;
  837. }
  838. found:
  839. snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p);
  840. snd_soc_write(codec, AIC3X_OVRF_STATUS_AND_PLLR_REG,
  841. pll_r << PLLR_SHIFT);
  842. snd_soc_write(codec, AIC3X_PLL_PROGB_REG, pll_j << PLLJ_SHIFT);
  843. snd_soc_write(codec, AIC3X_PLL_PROGC_REG,
  844. (pll_d >> 6) << PLLD_MSB_SHIFT);
  845. snd_soc_write(codec, AIC3X_PLL_PROGD_REG,
  846. (pll_d & 0x3F) << PLLD_LSB_SHIFT);
  847. return 0;
  848. }
  849. static int aic3x_mute(struct snd_soc_dai *dai, int mute)
  850. {
  851. struct snd_soc_codec *codec = dai->codec;
  852. u8 ldac_reg = snd_soc_read(codec, LDAC_VOL) & ~MUTE_ON;
  853. u8 rdac_reg = snd_soc_read(codec, RDAC_VOL) & ~MUTE_ON;
  854. if (mute) {
  855. snd_soc_write(codec, LDAC_VOL, ldac_reg | MUTE_ON);
  856. snd_soc_write(codec, RDAC_VOL, rdac_reg | MUTE_ON);
  857. } else {
  858. snd_soc_write(codec, LDAC_VOL, ldac_reg);
  859. snd_soc_write(codec, RDAC_VOL, rdac_reg);
  860. }
  861. return 0;
  862. }
  863. static int aic3x_set_dai_sysclk(struct snd_soc_dai *codec_dai,
  864. int clk_id, unsigned int freq, int dir)
  865. {
  866. struct snd_soc_codec *codec = codec_dai->codec;
  867. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  868. /* set clock on MCLK or GPIO2 or BCLK */
  869. snd_soc_update_bits(codec, AIC3X_CLKGEN_CTRL_REG, PLLCLK_IN_MASK,
  870. clk_id << PLLCLK_IN_SHIFT);
  871. snd_soc_update_bits(codec, AIC3X_CLKGEN_CTRL_REG, CLKDIV_IN_MASK,
  872. clk_id << CLKDIV_IN_SHIFT);
  873. aic3x->sysclk = freq;
  874. return 0;
  875. }
  876. static int aic3x_set_dai_fmt(struct snd_soc_dai *codec_dai,
  877. unsigned int fmt)
  878. {
  879. struct snd_soc_codec *codec = codec_dai->codec;
  880. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  881. u8 iface_areg, iface_breg;
  882. int delay = 0;
  883. iface_areg = snd_soc_read(codec, AIC3X_ASD_INTF_CTRLA) & 0x3f;
  884. iface_breg = snd_soc_read(codec, AIC3X_ASD_INTF_CTRLB) & 0x3f;
  885. /* set master/slave audio interface */
  886. switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
  887. case SND_SOC_DAIFMT_CBM_CFM:
  888. aic3x->master = 1;
  889. iface_areg |= BIT_CLK_MASTER | WORD_CLK_MASTER;
  890. break;
  891. case SND_SOC_DAIFMT_CBS_CFS:
  892. aic3x->master = 0;
  893. iface_areg &= ~(BIT_CLK_MASTER | WORD_CLK_MASTER);
  894. break;
  895. default:
  896. return -EINVAL;
  897. }
  898. /*
  899. * match both interface format and signal polarities since they
  900. * are fixed
  901. */
  902. switch (fmt & (SND_SOC_DAIFMT_FORMAT_MASK |
  903. SND_SOC_DAIFMT_INV_MASK)) {
  904. case (SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF):
  905. break;
  906. case (SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_IB_NF):
  907. delay = 1;
  908. case (SND_SOC_DAIFMT_DSP_B | SND_SOC_DAIFMT_IB_NF):
  909. iface_breg |= (0x01 << 6);
  910. break;
  911. case (SND_SOC_DAIFMT_RIGHT_J | SND_SOC_DAIFMT_NB_NF):
  912. iface_breg |= (0x02 << 6);
  913. break;
  914. case (SND_SOC_DAIFMT_LEFT_J | SND_SOC_DAIFMT_NB_NF):
  915. iface_breg |= (0x03 << 6);
  916. break;
  917. default:
  918. return -EINVAL;
  919. }
  920. /* set iface */
  921. snd_soc_write(codec, AIC3X_ASD_INTF_CTRLA, iface_areg);
  922. snd_soc_write(codec, AIC3X_ASD_INTF_CTRLB, iface_breg);
  923. snd_soc_write(codec, AIC3X_ASD_INTF_CTRLC, delay);
  924. return 0;
  925. }
  926. static int aic3x_init_3007(struct snd_soc_codec *codec)
  927. {
  928. u8 tmp1, tmp2, *cache = codec->reg_cache;
  929. /*
  930. * There is no need to cache writes to undocumented page 0xD but
  931. * respective page 0 register cache entries must be preserved
  932. */
  933. tmp1 = cache[0xD];
  934. tmp2 = cache[0x8];
  935. /* Class-D speaker driver init; datasheet p. 46 */
  936. snd_soc_write(codec, AIC3X_PAGE_SELECT, 0x0D);
  937. snd_soc_write(codec, 0xD, 0x0D);
  938. snd_soc_write(codec, 0x8, 0x5C);
  939. snd_soc_write(codec, 0x8, 0x5D);
  940. snd_soc_write(codec, 0x8, 0x5C);
  941. snd_soc_write(codec, AIC3X_PAGE_SELECT, 0x00);
  942. cache[0xD] = tmp1;
  943. cache[0x8] = tmp2;
  944. return 0;
  945. }
  946. static int aic3x_regulator_event(struct notifier_block *nb,
  947. unsigned long event, void *data)
  948. {
  949. struct aic3x_disable_nb *disable_nb =
  950. container_of(nb, struct aic3x_disable_nb, nb);
  951. struct aic3x_priv *aic3x = disable_nb->aic3x;
  952. if (event & REGULATOR_EVENT_DISABLE) {
  953. /*
  954. * Put codec to reset and require cache sync as at least one
  955. * of the supplies was disabled
  956. */
  957. if (gpio_is_valid(aic3x->gpio_reset))
  958. gpio_set_value(aic3x->gpio_reset, 0);
  959. aic3x->codec->cache_sync = 1;
  960. }
  961. return 0;
  962. }
  963. static int aic3x_set_power(struct snd_soc_codec *codec, int power)
  964. {
  965. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  966. int i, ret;
  967. u8 *cache = codec->reg_cache;
  968. if (power) {
  969. ret = regulator_bulk_enable(ARRAY_SIZE(aic3x->supplies),
  970. aic3x->supplies);
  971. if (ret)
  972. goto out;
  973. aic3x->power = 1;
  974. /*
  975. * Reset release and cache sync is necessary only if some
  976. * supply was off or if there were cached writes
  977. */
  978. if (!codec->cache_sync)
  979. goto out;
  980. if (gpio_is_valid(aic3x->gpio_reset)) {
  981. udelay(1);
  982. gpio_set_value(aic3x->gpio_reset, 1);
  983. }
  984. /* Sync reg_cache with the hardware */
  985. codec->cache_only = 0;
  986. for (i = AIC3X_SAMPLE_RATE_SEL_REG; i < ARRAY_SIZE(aic3x_reg); i++)
  987. snd_soc_write(codec, i, cache[i]);
  988. if (aic3x->model == AIC3X_MODEL_3007)
  989. aic3x_init_3007(codec);
  990. codec->cache_sync = 0;
  991. } else {
  992. /*
  993. * Do soft reset to this codec instance in order to clear
  994. * possible VDD leakage currents in case the supply regulators
  995. * remain on
  996. */
  997. snd_soc_write(codec, AIC3X_RESET, SOFT_RESET);
  998. codec->cache_sync = 1;
  999. aic3x->power = 0;
  1000. /* HW writes are needless when bias is off */
  1001. codec->cache_only = 1;
  1002. ret = regulator_bulk_disable(ARRAY_SIZE(aic3x->supplies),
  1003. aic3x->supplies);
  1004. }
  1005. out:
  1006. return ret;
  1007. }
  1008. static int aic3x_set_bias_level(struct snd_soc_codec *codec,
  1009. enum snd_soc_bias_level level)
  1010. {
  1011. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  1012. switch (level) {
  1013. case SND_SOC_BIAS_ON:
  1014. break;
  1015. case SND_SOC_BIAS_PREPARE:
  1016. if (codec->dapm.bias_level == SND_SOC_BIAS_STANDBY &&
  1017. aic3x->master) {
  1018. /* enable pll */
  1019. snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG,
  1020. PLL_ENABLE, PLL_ENABLE);
  1021. }
  1022. break;
  1023. case SND_SOC_BIAS_STANDBY:
  1024. if (!aic3x->power)
  1025. aic3x_set_power(codec, 1);
  1026. if (codec->dapm.bias_level == SND_SOC_BIAS_PREPARE &&
  1027. aic3x->master) {
  1028. /* disable pll */
  1029. snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG,
  1030. PLL_ENABLE, 0);
  1031. }
  1032. break;
  1033. case SND_SOC_BIAS_OFF:
  1034. if (aic3x->power)
  1035. aic3x_set_power(codec, 0);
  1036. break;
  1037. }
  1038. codec->dapm.bias_level = level;
  1039. return 0;
  1040. }
  1041. #define AIC3X_RATES SNDRV_PCM_RATE_8000_96000
  1042. #define AIC3X_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \
  1043. SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE)
  1044. static const struct snd_soc_dai_ops aic3x_dai_ops = {
  1045. .hw_params = aic3x_hw_params,
  1046. .digital_mute = aic3x_mute,
  1047. .set_sysclk = aic3x_set_dai_sysclk,
  1048. .set_fmt = aic3x_set_dai_fmt,
  1049. };
  1050. static struct snd_soc_dai_driver aic3x_dai = {
  1051. .name = "tlv320aic3x-hifi",
  1052. .playback = {
  1053. .stream_name = "Playback",
  1054. .channels_min = 1,
  1055. .channels_max = 2,
  1056. .rates = AIC3X_RATES,
  1057. .formats = AIC3X_FORMATS,},
  1058. .capture = {
  1059. .stream_name = "Capture",
  1060. .channels_min = 1,
  1061. .channels_max = 2,
  1062. .rates = AIC3X_RATES,
  1063. .formats = AIC3X_FORMATS,},
  1064. .ops = &aic3x_dai_ops,
  1065. .symmetric_rates = 1,
  1066. };
  1067. static int aic3x_suspend(struct snd_soc_codec *codec)
  1068. {
  1069. aic3x_set_bias_level(codec, SND_SOC_BIAS_OFF);
  1070. return 0;
  1071. }
  1072. static int aic3x_resume(struct snd_soc_codec *codec)
  1073. {
  1074. aic3x_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
  1075. return 0;
  1076. }
  1077. /*
  1078. * initialise the AIC3X driver
  1079. * register the mixer and dsp interfaces with the kernel
  1080. */
  1081. static int aic3x_init(struct snd_soc_codec *codec)
  1082. {
  1083. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  1084. snd_soc_write(codec, AIC3X_PAGE_SELECT, PAGE0_SELECT);
  1085. snd_soc_write(codec, AIC3X_RESET, SOFT_RESET);
  1086. /* DAC default volume and mute */
  1087. snd_soc_write(codec, LDAC_VOL, DEFAULT_VOL | MUTE_ON);
  1088. snd_soc_write(codec, RDAC_VOL, DEFAULT_VOL | MUTE_ON);
  1089. /* DAC to HP default volume and route to Output mixer */
  1090. snd_soc_write(codec, DACL1_2_HPLOUT_VOL, DEFAULT_VOL | ROUTE_ON);
  1091. snd_soc_write(codec, DACR1_2_HPROUT_VOL, DEFAULT_VOL | ROUTE_ON);
  1092. snd_soc_write(codec, DACL1_2_HPLCOM_VOL, DEFAULT_VOL | ROUTE_ON);
  1093. snd_soc_write(codec, DACR1_2_HPRCOM_VOL, DEFAULT_VOL | ROUTE_ON);
  1094. /* DAC to Line Out default volume and route to Output mixer */
  1095. snd_soc_write(codec, DACL1_2_LLOPM_VOL, DEFAULT_VOL | ROUTE_ON);
  1096. snd_soc_write(codec, DACR1_2_RLOPM_VOL, DEFAULT_VOL | ROUTE_ON);
  1097. /* DAC to Mono Line Out default volume and route to Output mixer */
  1098. snd_soc_write(codec, DACL1_2_MONOLOPM_VOL, DEFAULT_VOL | ROUTE_ON);
  1099. snd_soc_write(codec, DACR1_2_MONOLOPM_VOL, DEFAULT_VOL | ROUTE_ON);
  1100. /* unmute all outputs */
  1101. snd_soc_update_bits(codec, LLOPM_CTRL, UNMUTE, UNMUTE);
  1102. snd_soc_update_bits(codec, RLOPM_CTRL, UNMUTE, UNMUTE);
  1103. snd_soc_update_bits(codec, MONOLOPM_CTRL, UNMUTE, UNMUTE);
  1104. snd_soc_update_bits(codec, HPLOUT_CTRL, UNMUTE, UNMUTE);
  1105. snd_soc_update_bits(codec, HPROUT_CTRL, UNMUTE, UNMUTE);
  1106. snd_soc_update_bits(codec, HPLCOM_CTRL, UNMUTE, UNMUTE);
  1107. snd_soc_update_bits(codec, HPRCOM_CTRL, UNMUTE, UNMUTE);
  1108. /* ADC default volume and unmute */
  1109. snd_soc_write(codec, LADC_VOL, DEFAULT_GAIN);
  1110. snd_soc_write(codec, RADC_VOL, DEFAULT_GAIN);
  1111. /* By default route Line1 to ADC PGA mixer */
  1112. snd_soc_write(codec, LINE1L_2_LADC_CTRL, 0x0);
  1113. snd_soc_write(codec, LINE1R_2_RADC_CTRL, 0x0);
  1114. /* PGA to HP Bypass default volume, disconnect from Output Mixer */
  1115. snd_soc_write(codec, PGAL_2_HPLOUT_VOL, DEFAULT_VOL);
  1116. snd_soc_write(codec, PGAR_2_HPROUT_VOL, DEFAULT_VOL);
  1117. snd_soc_write(codec, PGAL_2_HPLCOM_VOL, DEFAULT_VOL);
  1118. snd_soc_write(codec, PGAR_2_HPRCOM_VOL, DEFAULT_VOL);
  1119. /* PGA to Line Out default volume, disconnect from Output Mixer */
  1120. snd_soc_write(codec, PGAL_2_LLOPM_VOL, DEFAULT_VOL);
  1121. snd_soc_write(codec, PGAR_2_RLOPM_VOL, DEFAULT_VOL);
  1122. /* PGA to Mono Line Out default volume, disconnect from Output Mixer */
  1123. snd_soc_write(codec, PGAL_2_MONOLOPM_VOL, DEFAULT_VOL);
  1124. snd_soc_write(codec, PGAR_2_MONOLOPM_VOL, DEFAULT_VOL);
  1125. /* Line2 to HP Bypass default volume, disconnect from Output Mixer */
  1126. snd_soc_write(codec, LINE2L_2_HPLOUT_VOL, DEFAULT_VOL);
  1127. snd_soc_write(codec, LINE2R_2_HPROUT_VOL, DEFAULT_VOL);
  1128. snd_soc_write(codec, LINE2L_2_HPLCOM_VOL, DEFAULT_VOL);
  1129. snd_soc_write(codec, LINE2R_2_HPRCOM_VOL, DEFAULT_VOL);
  1130. /* Line2 Line Out default volume, disconnect from Output Mixer */
  1131. snd_soc_write(codec, LINE2L_2_LLOPM_VOL, DEFAULT_VOL);
  1132. snd_soc_write(codec, LINE2R_2_RLOPM_VOL, DEFAULT_VOL);
  1133. /* Line2 to Mono Out default volume, disconnect from Output Mixer */
  1134. snd_soc_write(codec, LINE2L_2_MONOLOPM_VOL, DEFAULT_VOL);
  1135. snd_soc_write(codec, LINE2R_2_MONOLOPM_VOL, DEFAULT_VOL);
  1136. if (aic3x->model == AIC3X_MODEL_3007) {
  1137. aic3x_init_3007(codec);
  1138. snd_soc_write(codec, CLASSD_CTRL, 0);
  1139. }
  1140. return 0;
  1141. }
  1142. static bool aic3x_is_shared_reset(struct aic3x_priv *aic3x)
  1143. {
  1144. struct aic3x_priv *a;
  1145. list_for_each_entry(a, &reset_list, list) {
  1146. if (gpio_is_valid(aic3x->gpio_reset) &&
  1147. aic3x->gpio_reset == a->gpio_reset)
  1148. return true;
  1149. }
  1150. return false;
  1151. }
  1152. static int aic3x_probe(struct snd_soc_codec *codec)
  1153. {
  1154. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  1155. int ret, i;
  1156. INIT_LIST_HEAD(&aic3x->list);
  1157. aic3x->codec = codec;
  1158. ret = snd_soc_codec_set_cache_io(codec, 8, 8, aic3x->control_type);
  1159. if (ret != 0) {
  1160. dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
  1161. return ret;
  1162. }
  1163. if (gpio_is_valid(aic3x->gpio_reset) &&
  1164. !aic3x_is_shared_reset(aic3x)) {
  1165. ret = gpio_request(aic3x->gpio_reset, "tlv320aic3x reset");
  1166. if (ret != 0)
  1167. goto err_gpio;
  1168. gpio_direction_output(aic3x->gpio_reset, 0);
  1169. }
  1170. for (i = 0; i < ARRAY_SIZE(aic3x->supplies); i++)
  1171. aic3x->supplies[i].supply = aic3x_supply_names[i];
  1172. ret = regulator_bulk_get(codec->dev, ARRAY_SIZE(aic3x->supplies),
  1173. aic3x->supplies);
  1174. if (ret != 0) {
  1175. dev_err(codec->dev, "Failed to request supplies: %d\n", ret);
  1176. goto err_get;
  1177. }
  1178. for (i = 0; i < ARRAY_SIZE(aic3x->supplies); i++) {
  1179. aic3x->disable_nb[i].nb.notifier_call = aic3x_regulator_event;
  1180. aic3x->disable_nb[i].aic3x = aic3x;
  1181. ret = regulator_register_notifier(aic3x->supplies[i].consumer,
  1182. &aic3x->disable_nb[i].nb);
  1183. if (ret) {
  1184. dev_err(codec->dev,
  1185. "Failed to request regulator notifier: %d\n",
  1186. ret);
  1187. goto err_notif;
  1188. }
  1189. }
  1190. codec->cache_only = 1;
  1191. aic3x_init(codec);
  1192. if (aic3x->setup) {
  1193. /* setup GPIO functions */
  1194. snd_soc_write(codec, AIC3X_GPIO1_REG,
  1195. (aic3x->setup->gpio_func[0] & 0xf) << 4);
  1196. snd_soc_write(codec, AIC3X_GPIO2_REG,
  1197. (aic3x->setup->gpio_func[1] & 0xf) << 4);
  1198. }
  1199. snd_soc_add_codec_controls(codec, aic3x_snd_controls,
  1200. ARRAY_SIZE(aic3x_snd_controls));
  1201. if (aic3x->model == AIC3X_MODEL_3007)
  1202. snd_soc_add_codec_controls(codec, &aic3x_classd_amp_gain_ctrl, 1);
  1203. aic3x_add_widgets(codec);
  1204. list_add(&aic3x->list, &reset_list);
  1205. return 0;
  1206. err_notif:
  1207. while (i--)
  1208. regulator_unregister_notifier(aic3x->supplies[i].consumer,
  1209. &aic3x->disable_nb[i].nb);
  1210. regulator_bulk_free(ARRAY_SIZE(aic3x->supplies), aic3x->supplies);
  1211. err_get:
  1212. if (gpio_is_valid(aic3x->gpio_reset) &&
  1213. !aic3x_is_shared_reset(aic3x))
  1214. gpio_free(aic3x->gpio_reset);
  1215. err_gpio:
  1216. return ret;
  1217. }
  1218. static int aic3x_remove(struct snd_soc_codec *codec)
  1219. {
  1220. struct aic3x_priv *aic3x = snd_soc_codec_get_drvdata(codec);
  1221. int i;
  1222. aic3x_set_bias_level(codec, SND_SOC_BIAS_OFF);
  1223. list_del(&aic3x->list);
  1224. if (gpio_is_valid(aic3x->gpio_reset) &&
  1225. !aic3x_is_shared_reset(aic3x)) {
  1226. gpio_set_value(aic3x->gpio_reset, 0);
  1227. gpio_free(aic3x->gpio_reset);
  1228. }
  1229. for (i = 0; i < ARRAY_SIZE(aic3x->supplies); i++)
  1230. regulator_unregister_notifier(aic3x->supplies[i].consumer,
  1231. &aic3x->disable_nb[i].nb);
  1232. regulator_bulk_free(ARRAY_SIZE(aic3x->supplies), aic3x->supplies);
  1233. return 0;
  1234. }
  1235. static struct snd_soc_codec_driver soc_codec_dev_aic3x = {
  1236. .set_bias_level = aic3x_set_bias_level,
  1237. .idle_bias_off = true,
  1238. .reg_cache_size = ARRAY_SIZE(aic3x_reg),
  1239. .reg_word_size = sizeof(u8),
  1240. .reg_cache_default = aic3x_reg,
  1241. .probe = aic3x_probe,
  1242. .remove = aic3x_remove,
  1243. .suspend = aic3x_suspend,
  1244. .resume = aic3x_resume,
  1245. };
  1246. /*
  1247. * AIC3X 2 wire address can be up to 4 devices with device addresses
  1248. * 0x18, 0x19, 0x1A, 0x1B
  1249. */
  1250. static const struct i2c_device_id aic3x_i2c_id[] = {
  1251. { "tlv320aic3x", AIC3X_MODEL_3X },
  1252. { "tlv320aic33", AIC3X_MODEL_33 },
  1253. { "tlv320aic3007", AIC3X_MODEL_3007 },
  1254. { }
  1255. };
  1256. MODULE_DEVICE_TABLE(i2c, aic3x_i2c_id);
  1257. /*
  1258. * If the i2c layer weren't so broken, we could pass this kind of data
  1259. * around
  1260. */
  1261. static int aic3x_i2c_probe(struct i2c_client *i2c,
  1262. const struct i2c_device_id *id)
  1263. {
  1264. struct aic3x_pdata *pdata = i2c->dev.platform_data;
  1265. struct aic3x_priv *aic3x;
  1266. struct aic3x_setup_data *ai3x_setup;
  1267. struct device_node *np = i2c->dev.of_node;
  1268. int ret;
  1269. aic3x = devm_kzalloc(&i2c->dev, sizeof(struct aic3x_priv), GFP_KERNEL);
  1270. if (aic3x == NULL) {
  1271. dev_err(&i2c->dev, "failed to create private data\n");
  1272. return -ENOMEM;
  1273. }
  1274. aic3x->control_type = SND_SOC_I2C;
  1275. i2c_set_clientdata(i2c, aic3x);
  1276. if (pdata) {
  1277. aic3x->gpio_reset = pdata->gpio_reset;
  1278. aic3x->setup = pdata->setup;
  1279. } else if (np) {
  1280. ai3x_setup = devm_kzalloc(&i2c->dev, sizeof(*ai3x_setup),
  1281. GFP_KERNEL);
  1282. if (ai3x_setup == NULL) {
  1283. dev_err(&i2c->dev, "failed to create private data\n");
  1284. return -ENOMEM;
  1285. }
  1286. ret = of_get_named_gpio(np, "gpio-reset", 0);
  1287. if (ret >= 0)
  1288. aic3x->gpio_reset = ret;
  1289. else
  1290. aic3x->gpio_reset = -1;
  1291. if (of_property_read_u32_array(np, "ai3x-gpio-func",
  1292. ai3x_setup->gpio_func, 2) >= 0) {
  1293. aic3x->setup = ai3x_setup;
  1294. }
  1295. } else {
  1296. aic3x->gpio_reset = -1;
  1297. }
  1298. aic3x->model = id->driver_data;
  1299. ret = snd_soc_register_codec(&i2c->dev,
  1300. &soc_codec_dev_aic3x, &aic3x_dai, 1);
  1301. return ret;
  1302. }
  1303. static int aic3x_i2c_remove(struct i2c_client *client)
  1304. {
  1305. snd_soc_unregister_codec(&client->dev);
  1306. return 0;
  1307. }
  1308. #if defined(CONFIG_OF)
  1309. static const struct of_device_id tlv320aic3x_of_match[] = {
  1310. { .compatible = "ti,tlv320aic3x", },
  1311. {},
  1312. };
  1313. MODULE_DEVICE_TABLE(of, tlv320aic3x_of_match);
  1314. #endif
  1315. /* machine i2c codec control layer */
  1316. static struct i2c_driver aic3x_i2c_driver = {
  1317. .driver = {
  1318. .name = "tlv320aic3x-codec",
  1319. .owner = THIS_MODULE,
  1320. .of_match_table = of_match_ptr(tlv320aic3x_of_match),
  1321. },
  1322. .probe = aic3x_i2c_probe,
  1323. .remove = aic3x_i2c_remove,
  1324. .id_table = aic3x_i2c_id,
  1325. };
  1326. module_i2c_driver(aic3x_i2c_driver);
  1327. MODULE_DESCRIPTION("ASoC TLV320AIC3X codec driver");
  1328. MODULE_AUTHOR("Vladimir Barinov");
  1329. MODULE_LICENSE("GPL");