patch_intelhdmi.c 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. /*
  2. *
  3. * patch_intelhdmi.c - Patch for Intel HDMI codecs
  4. *
  5. * Copyright(c) 2008 Intel Corporation. All rights reserved.
  6. *
  7. * Authors:
  8. * Jiang Zhe <zhe.jiang@intel.com>
  9. * Wu Fengguang <wfg@linux.intel.com>
  10. *
  11. * Maintained by:
  12. * Wu Fengguang <wfg@linux.intel.com>
  13. *
  14. * This program is free software; you can redistribute it and/or modify it
  15. * under the terms of the GNU General Public License as published by the Free
  16. * Software Foundation; either version 2 of the License, or (at your option)
  17. * any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful, but
  20. * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  21. * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  22. * for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program; if not, write to the Free Software Foundation,
  26. * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  27. */
  28. #include <linux/init.h>
  29. #include <linux/delay.h>
  30. #include <linux/slab.h>
  31. #include <sound/core.h>
  32. #include "hda_codec.h"
  33. #include "hda_local.h"
  34. #define CVT_NID 0x02 /* audio converter */
  35. #define PIN_NID 0x03 /* HDMI output pin */
  36. #define INTEL_HDMI_EVENT_TAG 0x08
  37. struct intel_hdmi_spec {
  38. struct hda_multi_out multiout;
  39. struct hda_pcm pcm_rec;
  40. struct hdmi_eld sink_eld;
  41. };
  42. static struct hda_verb pinout_enable_verb[] = {
  43. {PIN_NID, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
  44. {} /* terminator */
  45. };
  46. static struct hda_verb pinout_disable_verb[] = {
  47. {PIN_NID, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00},
  48. {}
  49. };
  50. static struct hda_verb unsolicited_response_verb[] = {
  51. {PIN_NID, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN |
  52. INTEL_HDMI_EVENT_TAG},
  53. {}
  54. };
  55. static struct hda_verb def_chan_map[] = {
  56. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x00},
  57. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x11},
  58. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x22},
  59. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x33},
  60. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x44},
  61. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x55},
  62. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x66},
  63. {CVT_NID, AC_VERB_SET_HDMI_CHAN_SLOT, 0x77},
  64. {}
  65. };
  66. struct hdmi_audio_infoframe {
  67. u8 type; /* 0x84 */
  68. u8 ver; /* 0x01 */
  69. u8 len; /* 0x0a */
  70. u8 checksum; /* PB0 */
  71. u8 CC02_CT47; /* CC in bits 0:2, CT in 4:7 */
  72. u8 SS01_SF24;
  73. u8 CXT04;
  74. u8 CA;
  75. u8 LFEPBL01_LSV36_DM_INH7;
  76. u8 reserved[5]; /* PB6 - PB10 */
  77. };
  78. /*
  79. * CEA speaker placement:
  80. *
  81. * FLH FCH FRH
  82. * FLW FL FLC FC FRC FR FRW
  83. *
  84. * LFE
  85. * TC
  86. *
  87. * RL RLC RC RRC RR
  88. *
  89. * The Left/Right Surround channel _notions_ LS/RS in SMPTE 320M corresponds to
  90. * CEA RL/RR; The SMPTE channel _assignment_ C/LFE is swapped to CEA LFE/FC.
  91. */
  92. enum cea_speaker_placement {
  93. FL = (1 << 0), /* Front Left */
  94. FC = (1 << 1), /* Front Center */
  95. FR = (1 << 2), /* Front Right */
  96. FLC = (1 << 3), /* Front Left Center */
  97. FRC = (1 << 4), /* Front Right Center */
  98. RL = (1 << 5), /* Rear Left */
  99. RC = (1 << 6), /* Rear Center */
  100. RR = (1 << 7), /* Rear Right */
  101. RLC = (1 << 8), /* Rear Left Center */
  102. RRC = (1 << 9), /* Rear Right Center */
  103. LFE = (1 << 10), /* Low Frequency Effect */
  104. FLW = (1 << 11), /* Front Left Wide */
  105. FRW = (1 << 12), /* Front Right Wide */
  106. FLH = (1 << 13), /* Front Left High */
  107. FCH = (1 << 14), /* Front Center High */
  108. FRH = (1 << 15), /* Front Right High */
  109. TC = (1 << 16), /* Top Center */
  110. };
  111. /*
  112. * ELD SA bits in the CEA Speaker Allocation data block
  113. */
  114. static int eld_speaker_allocation_bits[] = {
  115. [0] = FL | FR,
  116. [1] = LFE,
  117. [2] = FC,
  118. [3] = RL | RR,
  119. [4] = RC,
  120. [5] = FLC | FRC,
  121. [6] = RLC | RRC,
  122. /* the following are not defined in ELD yet */
  123. [7] = FLW | FRW,
  124. [8] = FLH | FRH,
  125. [9] = TC,
  126. [10] = FCH,
  127. };
  128. struct cea_channel_speaker_allocation {
  129. int ca_index;
  130. int speakers[8];
  131. /* derived values, just for convenience */
  132. int channels;
  133. int spk_mask;
  134. };
  135. /*
  136. * This is an ordered list!
  137. *
  138. * The preceding ones have better chances to be selected by
  139. * hdmi_setup_channel_allocation().
  140. */
  141. static struct cea_channel_speaker_allocation channel_allocations[] = {
  142. /* channel: 8 7 6 5 4 3 2 1 */
  143. { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } },
  144. /* 2.1 */
  145. { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } },
  146. /* Dolby Surround */
  147. { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } },
  148. { .ca_index = 0x03, .speakers = { 0, 0, 0, 0, FC, LFE, FR, FL } },
  149. { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } },
  150. { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } },
  151. { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } },
  152. { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } },
  153. { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } },
  154. { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
  155. { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
  156. /* 5.1 */
  157. { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
  158. { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
  159. { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
  160. { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } },
  161. /* 6.1 */
  162. { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
  163. { .ca_index = 0x10, .speakers = { RRC, RLC, RR, RL, 0, 0, FR, FL } },
  164. { .ca_index = 0x11, .speakers = { RRC, RLC, RR, RL, 0, LFE, FR, FL } },
  165. { .ca_index = 0x12, .speakers = { RRC, RLC, RR, RL, FC, 0, FR, FL } },
  166. /* 7.1 */
  167. { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
  168. { .ca_index = 0x14, .speakers = { FRC, FLC, 0, 0, 0, 0, FR, FL } },
  169. { .ca_index = 0x15, .speakers = { FRC, FLC, 0, 0, 0, LFE, FR, FL } },
  170. { .ca_index = 0x16, .speakers = { FRC, FLC, 0, 0, FC, 0, FR, FL } },
  171. { .ca_index = 0x17, .speakers = { FRC, FLC, 0, 0, FC, LFE, FR, FL } },
  172. { .ca_index = 0x18, .speakers = { FRC, FLC, 0, RC, 0, 0, FR, FL } },
  173. { .ca_index = 0x19, .speakers = { FRC, FLC, 0, RC, 0, LFE, FR, FL } },
  174. { .ca_index = 0x1a, .speakers = { FRC, FLC, 0, RC, FC, 0, FR, FL } },
  175. { .ca_index = 0x1b, .speakers = { FRC, FLC, 0, RC, FC, LFE, FR, FL } },
  176. { .ca_index = 0x1c, .speakers = { FRC, FLC, RR, RL, 0, 0, FR, FL } },
  177. { .ca_index = 0x1d, .speakers = { FRC, FLC, RR, RL, 0, LFE, FR, FL } },
  178. { .ca_index = 0x1e, .speakers = { FRC, FLC, RR, RL, FC, 0, FR, FL } },
  179. { .ca_index = 0x1f, .speakers = { FRC, FLC, RR, RL, FC, LFE, FR, FL } },
  180. { .ca_index = 0x20, .speakers = { 0, FCH, RR, RL, FC, 0, FR, FL } },
  181. { .ca_index = 0x21, .speakers = { 0, FCH, RR, RL, FC, LFE, FR, FL } },
  182. { .ca_index = 0x22, .speakers = { TC, 0, RR, RL, FC, 0, FR, FL } },
  183. { .ca_index = 0x23, .speakers = { TC, 0, RR, RL, FC, LFE, FR, FL } },
  184. { .ca_index = 0x24, .speakers = { FRH, FLH, RR, RL, 0, 0, FR, FL } },
  185. { .ca_index = 0x25, .speakers = { FRH, FLH, RR, RL, 0, LFE, FR, FL } },
  186. { .ca_index = 0x26, .speakers = { FRW, FLW, RR, RL, 0, 0, FR, FL } },
  187. { .ca_index = 0x27, .speakers = { FRW, FLW, RR, RL, 0, LFE, FR, FL } },
  188. { .ca_index = 0x28, .speakers = { TC, RC, RR, RL, FC, 0, FR, FL } },
  189. { .ca_index = 0x29, .speakers = { TC, RC, RR, RL, FC, LFE, FR, FL } },
  190. { .ca_index = 0x2a, .speakers = { FCH, RC, RR, RL, FC, 0, FR, FL } },
  191. { .ca_index = 0x2b, .speakers = { FCH, RC, RR, RL, FC, LFE, FR, FL } },
  192. { .ca_index = 0x2c, .speakers = { TC, FCH, RR, RL, FC, 0, FR, FL } },
  193. { .ca_index = 0x2d, .speakers = { TC, FCH, RR, RL, FC, LFE, FR, FL } },
  194. { .ca_index = 0x2e, .speakers = { FRH, FLH, RR, RL, FC, 0, FR, FL } },
  195. { .ca_index = 0x2f, .speakers = { FRH, FLH, RR, RL, FC, LFE, FR, FL } },
  196. { .ca_index = 0x30, .speakers = { FRW, FLW, RR, RL, FC, 0, FR, FL } },
  197. { .ca_index = 0x31, .speakers = { FRW, FLW, RR, RL, FC, LFE, FR, FL } },
  198. };
  199. /*
  200. * HDMI routines
  201. */
  202. #ifdef BE_PARANOID
  203. static void hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t nid,
  204. int *packet_index, int *byte_index)
  205. {
  206. int val;
  207. val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_HDMI_DIP_INDEX, 0);
  208. *packet_index = val >> 5;
  209. *byte_index = val & 0x1f;
  210. }
  211. #endif
  212. static void hdmi_set_dip_index(struct hda_codec *codec, hda_nid_t nid,
  213. int packet_index, int byte_index)
  214. {
  215. int val;
  216. val = (packet_index << 5) | (byte_index & 0x1f);
  217. snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_HDMI_DIP_INDEX, val);
  218. }
  219. static void hdmi_write_dip_byte(struct hda_codec *codec, hda_nid_t nid,
  220. unsigned char val)
  221. {
  222. snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_HDMI_DIP_DATA, val);
  223. }
  224. static void hdmi_enable_output(struct hda_codec *codec)
  225. {
  226. /* Enable Audio InfoFrame Transmission */
  227. hdmi_set_dip_index(codec, PIN_NID, 0x0, 0x0);
  228. snd_hda_codec_write(codec, PIN_NID, 0, AC_VERB_SET_HDMI_DIP_XMIT,
  229. AC_DIPXMIT_BEST);
  230. /* Unmute */
  231. if (get_wcaps(codec, PIN_NID) & AC_WCAP_OUT_AMP)
  232. snd_hda_codec_write(codec, PIN_NID, 0,
  233. AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
  234. /* Enable pin out */
  235. snd_hda_sequence_write(codec, pinout_enable_verb);
  236. }
  237. static void hdmi_disable_output(struct hda_codec *codec)
  238. {
  239. snd_hda_sequence_write(codec, pinout_disable_verb);
  240. if (get_wcaps(codec, PIN_NID) & AC_WCAP_OUT_AMP)
  241. snd_hda_codec_write(codec, PIN_NID, 0,
  242. AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
  243. /*
  244. * FIXME: noises may arise when playing music after reloading the
  245. * kernel module, until the next X restart or monitor repower.
  246. */
  247. }
  248. static int hdmi_get_channel_count(struct hda_codec *codec)
  249. {
  250. return 1 + snd_hda_codec_read(codec, CVT_NID, 0,
  251. AC_VERB_GET_CVT_CHAN_COUNT, 0);
  252. }
  253. static void hdmi_set_channel_count(struct hda_codec *codec, int chs)
  254. {
  255. snd_hda_codec_write(codec, CVT_NID, 0,
  256. AC_VERB_SET_CVT_CHAN_COUNT, chs - 1);
  257. if (chs != hdmi_get_channel_count(codec))
  258. snd_printd(KERN_INFO "HDMI channel count: expect %d, get %d\n",
  259. chs, hdmi_get_channel_count(codec));
  260. }
  261. static void hdmi_debug_channel_mapping(struct hda_codec *codec)
  262. {
  263. #ifdef CONFIG_SND_DEBUG_VERBOSE
  264. int i;
  265. int slot;
  266. for (i = 0; i < 8; i++) {
  267. slot = snd_hda_codec_read(codec, CVT_NID, 0,
  268. AC_VERB_GET_HDMI_CHAN_SLOT, i);
  269. printk(KERN_DEBUG "HDMI: ASP channel %d => slot %d\n",
  270. slot >> 4, slot & 0x7);
  271. }
  272. #endif
  273. }
  274. static void hdmi_parse_eld(struct hda_codec *codec)
  275. {
  276. struct intel_hdmi_spec *spec = codec->spec;
  277. struct hdmi_eld *eld = &spec->sink_eld;
  278. if (!snd_hdmi_get_eld(eld, codec, PIN_NID))
  279. snd_hdmi_show_eld(eld);
  280. }
  281. /*
  282. * Audio InfoFrame routines
  283. */
  284. static void hdmi_debug_dip_size(struct hda_codec *codec)
  285. {
  286. #ifdef CONFIG_SND_DEBUG_VERBOSE
  287. int i;
  288. int size;
  289. size = snd_hdmi_get_eld_size(codec, PIN_NID);
  290. printk(KERN_DEBUG "HDMI: ELD buf size is %d\n", size);
  291. for (i = 0; i < 8; i++) {
  292. size = snd_hda_codec_read(codec, PIN_NID, 0,
  293. AC_VERB_GET_HDMI_DIP_SIZE, i);
  294. printk(KERN_DEBUG "HDMI: DIP GP[%d] buf size is %d\n", i, size);
  295. }
  296. #endif
  297. }
  298. static void hdmi_clear_dip_buffers(struct hda_codec *codec)
  299. {
  300. #ifdef BE_PARANOID
  301. int i, j;
  302. int size;
  303. int pi, bi;
  304. for (i = 0; i < 8; i++) {
  305. size = snd_hda_codec_read(codec, PIN_NID, 0,
  306. AC_VERB_GET_HDMI_DIP_SIZE, i);
  307. if (size == 0)
  308. continue;
  309. hdmi_set_dip_index(codec, PIN_NID, i, 0x0);
  310. for (j = 1; j < 1000; j++) {
  311. hdmi_write_dip_byte(codec, PIN_NID, 0x0);
  312. hdmi_get_dip_index(codec, PIN_NID, &pi, &bi);
  313. if (pi != i)
  314. snd_printd(KERN_INFO "dip index %d: %d != %d\n",
  315. bi, pi, i);
  316. if (bi == 0) /* byte index wrapped around */
  317. break;
  318. }
  319. snd_printd(KERN_INFO
  320. "HDMI: DIP GP[%d] buf reported size=%d, written=%d\n",
  321. i, size, j);
  322. }
  323. #endif
  324. }
  325. static void hdmi_fill_audio_infoframe(struct hda_codec *codec,
  326. struct hdmi_audio_infoframe *ai)
  327. {
  328. u8 *params = (u8 *)ai;
  329. int i;
  330. hdmi_debug_dip_size(codec);
  331. hdmi_clear_dip_buffers(codec); /* be paranoid */
  332. hdmi_set_dip_index(codec, PIN_NID, 0x0, 0x0);
  333. for (i = 0; i < sizeof(ai); i++)
  334. hdmi_write_dip_byte(codec, PIN_NID, params[i]);
  335. }
  336. /*
  337. * Compute derived values in channel_allocations[].
  338. */
  339. static void init_channel_allocations(void)
  340. {
  341. int i, j;
  342. struct cea_channel_speaker_allocation *p;
  343. for (i = 0; i < ARRAY_SIZE(channel_allocations); i++) {
  344. p = channel_allocations + i;
  345. p->channels = 0;
  346. p->spk_mask = 0;
  347. for (j = 0; j < ARRAY_SIZE(p->speakers); j++)
  348. if (p->speakers[j]) {
  349. p->channels++;
  350. p->spk_mask |= p->speakers[j];
  351. }
  352. }
  353. }
  354. /*
  355. * The transformation takes two steps:
  356. *
  357. * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
  358. * spk_mask => (channel_allocations[]) => ai->CA
  359. *
  360. * TODO: it could select the wrong CA from multiple candidates.
  361. */
  362. static int hdmi_setup_channel_allocation(struct hda_codec *codec,
  363. struct hdmi_audio_infoframe *ai)
  364. {
  365. struct intel_hdmi_spec *spec = codec->spec;
  366. struct hdmi_eld *eld = &spec->sink_eld;
  367. int i;
  368. int spk_mask = 0;
  369. int channels = 1 + (ai->CC02_CT47 & 0x7);
  370. char buf[SND_PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE];
  371. /*
  372. * CA defaults to 0 for basic stereo audio
  373. */
  374. if (!eld->eld_ver)
  375. return 0;
  376. if (!eld->spk_alloc)
  377. return 0;
  378. if (channels <= 2)
  379. return 0;
  380. /*
  381. * expand ELD's speaker allocation mask
  382. *
  383. * ELD tells the speaker mask in a compact(paired) form,
  384. * expand ELD's notions to match the ones used by Audio InfoFrame.
  385. */
  386. for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) {
  387. if (eld->spk_alloc & (1 << i))
  388. spk_mask |= eld_speaker_allocation_bits[i];
  389. }
  390. /* search for the first working match in the CA table */
  391. for (i = 0; i < ARRAY_SIZE(channel_allocations); i++) {
  392. if (channels == channel_allocations[i].channels &&
  393. (spk_mask & channel_allocations[i].spk_mask) ==
  394. channel_allocations[i].spk_mask) {
  395. ai->CA = channel_allocations[i].ca_index;
  396. break;
  397. }
  398. }
  399. snd_print_channel_allocation(eld->spk_alloc, buf, sizeof(buf));
  400. snd_printdd(KERN_INFO
  401. "HDMI: select CA 0x%x for %d-channel allocation: %s\n",
  402. ai->CA, channels, buf);
  403. return ai->CA;
  404. }
  405. static void hdmi_setup_channel_mapping(struct hda_codec *codec,
  406. struct hdmi_audio_infoframe *ai)
  407. {
  408. if (!ai->CA)
  409. return;
  410. /*
  411. * TODO: adjust channel mapping if necessary
  412. * ALSA sequence is front/surr/clfe/side?
  413. */
  414. snd_hda_sequence_write(codec, def_chan_map);
  415. hdmi_debug_channel_mapping(codec);
  416. }
  417. static void hdmi_setup_audio_infoframe(struct hda_codec *codec,
  418. struct snd_pcm_substream *substream)
  419. {
  420. struct hdmi_audio_infoframe ai = {
  421. .type = 0x84,
  422. .ver = 0x01,
  423. .len = 0x0a,
  424. .CC02_CT47 = substream->runtime->channels - 1,
  425. };
  426. hdmi_setup_channel_allocation(codec, &ai);
  427. hdmi_setup_channel_mapping(codec, &ai);
  428. hdmi_fill_audio_infoframe(codec, &ai);
  429. }
  430. /*
  431. * Unsolicited events
  432. */
  433. static void hdmi_intrinsic_event(struct hda_codec *codec, unsigned int res)
  434. {
  435. int pind = !!(res & AC_UNSOL_RES_PD);
  436. int eldv = !!(res & AC_UNSOL_RES_ELDV);
  437. printk(KERN_INFO
  438. "HDMI hot plug event: Presence_Detect=%d ELD_Valid=%d\n",
  439. pind, eldv);
  440. if (pind && eldv) {
  441. hdmi_parse_eld(codec);
  442. /* TODO: do real things about ELD */
  443. }
  444. }
  445. static void hdmi_non_intrinsic_event(struct hda_codec *codec, unsigned int res)
  446. {
  447. int subtag = (res & AC_UNSOL_RES_SUBTAG) >> AC_UNSOL_RES_SUBTAG_SHIFT;
  448. int cp_state = !!(res & AC_UNSOL_RES_CP_STATE);
  449. int cp_ready = !!(res & AC_UNSOL_RES_CP_READY);
  450. printk(KERN_INFO
  451. "HDMI content protection event: SUBTAG=0x%x CP_STATE=%d CP_READY=%d\n",
  452. subtag,
  453. cp_state,
  454. cp_ready);
  455. /* TODO */
  456. if (cp_state)
  457. ;
  458. if (cp_ready)
  459. ;
  460. }
  461. static void intel_hdmi_unsol_event(struct hda_codec *codec, unsigned int res)
  462. {
  463. int tag = res >> AC_UNSOL_RES_TAG_SHIFT;
  464. int subtag = (res & AC_UNSOL_RES_SUBTAG) >> AC_UNSOL_RES_SUBTAG_SHIFT;
  465. if (tag != INTEL_HDMI_EVENT_TAG) {
  466. snd_printd(KERN_INFO "Unexpected HDMI event tag 0x%x\n", tag);
  467. return;
  468. }
  469. if (subtag == 0)
  470. hdmi_intrinsic_event(codec, res);
  471. else
  472. hdmi_non_intrinsic_event(codec, res);
  473. }
  474. /*
  475. * Callbacks
  476. */
  477. static int intel_hdmi_playback_pcm_open(struct hda_pcm_stream *hinfo,
  478. struct hda_codec *codec,
  479. struct snd_pcm_substream *substream)
  480. {
  481. struct intel_hdmi_spec *spec = codec->spec;
  482. return snd_hda_multi_out_dig_open(codec, &spec->multiout);
  483. }
  484. static int intel_hdmi_playback_pcm_close(struct hda_pcm_stream *hinfo,
  485. struct hda_codec *codec,
  486. struct snd_pcm_substream *substream)
  487. {
  488. struct intel_hdmi_spec *spec = codec->spec;
  489. hdmi_disable_output(codec);
  490. return snd_hda_multi_out_dig_close(codec, &spec->multiout);
  491. }
  492. static int intel_hdmi_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
  493. struct hda_codec *codec,
  494. unsigned int stream_tag,
  495. unsigned int format,
  496. struct snd_pcm_substream *substream)
  497. {
  498. struct intel_hdmi_spec *spec = codec->spec;
  499. snd_hda_multi_out_dig_prepare(codec, &spec->multiout, stream_tag,
  500. format, substream);
  501. hdmi_set_channel_count(codec, substream->runtime->channels);
  502. hdmi_setup_audio_infoframe(codec, substream);
  503. hdmi_enable_output(codec);
  504. return 0;
  505. }
  506. static struct hda_pcm_stream intel_hdmi_pcm_playback = {
  507. .substreams = 1,
  508. .channels_min = 2,
  509. .channels_max = 8,
  510. .nid = CVT_NID, /* NID to query formats and rates and setup streams */
  511. .ops = {
  512. .open = intel_hdmi_playback_pcm_open,
  513. .close = intel_hdmi_playback_pcm_close,
  514. .prepare = intel_hdmi_playback_pcm_prepare
  515. },
  516. };
  517. static int intel_hdmi_build_pcms(struct hda_codec *codec)
  518. {
  519. struct intel_hdmi_spec *spec = codec->spec;
  520. struct hda_pcm *info = &spec->pcm_rec;
  521. codec->num_pcms = 1;
  522. codec->pcm_info = info;
  523. info->name = "INTEL HDMI";
  524. info->pcm_type = HDA_PCM_TYPE_HDMI;
  525. info->stream[SNDRV_PCM_STREAM_PLAYBACK] = intel_hdmi_pcm_playback;
  526. return 0;
  527. }
  528. static int intel_hdmi_build_controls(struct hda_codec *codec)
  529. {
  530. struct intel_hdmi_spec *spec = codec->spec;
  531. int err;
  532. err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
  533. if (err < 0)
  534. return err;
  535. return 0;
  536. }
  537. static int intel_hdmi_init(struct hda_codec *codec)
  538. {
  539. /* disable audio output as early as possible */
  540. hdmi_disable_output(codec);
  541. snd_hda_sequence_write(codec, unsolicited_response_verb);
  542. return 0;
  543. }
  544. static void intel_hdmi_free(struct hda_codec *codec)
  545. {
  546. struct intel_hdmi_spec *spec = codec->spec;
  547. snd_hda_eld_proc_free(codec, &spec->sink_eld);
  548. kfree(spec);
  549. }
  550. static struct hda_codec_ops intel_hdmi_patch_ops = {
  551. .init = intel_hdmi_init,
  552. .free = intel_hdmi_free,
  553. .build_pcms = intel_hdmi_build_pcms,
  554. .build_controls = intel_hdmi_build_controls,
  555. .unsol_event = intel_hdmi_unsol_event,
  556. };
  557. static int patch_intel_hdmi(struct hda_codec *codec)
  558. {
  559. struct intel_hdmi_spec *spec;
  560. spec = kzalloc(sizeof(*spec), GFP_KERNEL);
  561. if (spec == NULL)
  562. return -ENOMEM;
  563. spec->multiout.num_dacs = 0; /* no analog */
  564. spec->multiout.max_channels = 8;
  565. spec->multiout.dig_out_nid = CVT_NID;
  566. codec->spec = spec;
  567. codec->patch_ops = intel_hdmi_patch_ops;
  568. snd_hda_eld_proc_new(codec, &spec->sink_eld);
  569. init_channel_allocations();
  570. return 0;
  571. }
  572. static struct hda_codec_preset snd_hda_preset_intelhdmi[] = {
  573. { .id = 0x808629fb, .name = "G45 DEVCL", .patch = patch_intel_hdmi },
  574. { .id = 0x80862801, .name = "G45 DEVBLC", .patch = patch_intel_hdmi },
  575. { .id = 0x80862802, .name = "G45 DEVCTG", .patch = patch_intel_hdmi },
  576. { .id = 0x80862803, .name = "G45 DEVELK", .patch = patch_intel_hdmi },
  577. { .id = 0x10951392, .name = "SiI1392 HDMI", .patch = patch_intel_hdmi },
  578. {} /* terminator */
  579. };
  580. MODULE_ALIAS("snd-hda-codec-id:808629fb");
  581. MODULE_ALIAS("snd-hda-codec-id:80862801");
  582. MODULE_ALIAS("snd-hda-codec-id:80862802");
  583. MODULE_ALIAS("snd-hda-codec-id:80862803");
  584. MODULE_ALIAS("snd-hda-codec-id:10951392");
  585. MODULE_LICENSE("GPL");
  586. MODULE_DESCRIPTION("Intel HDMI HD-audio codec");
  587. static struct hda_codec_preset_list intel_list = {
  588. .preset = snd_hda_preset_intelhdmi,
  589. .owner = THIS_MODULE,
  590. };
  591. static int __init patch_intelhdmi_init(void)
  592. {
  593. return snd_hda_add_codec_preset(&intel_list);
  594. }
  595. static void __exit patch_intelhdmi_exit(void)
  596. {
  597. snd_hda_delete_codec_preset(&intel_list);
  598. }
  599. module_init(patch_intelhdmi_init)
  600. module_exit(patch_intelhdmi_exit)