blob: 37f11560186abba4c434e9d196d8247134ab360b [file] [log] [blame]
Wu Fengguang079d88c2010-03-08 10:44:23 +08001/*
2 *
3 * patch_hdmi.c - routines for HDMI/DisplayPort codecs
4 *
5 * Copyright(c) 2008-2010 Intel Corporation. All rights reserved.
Takashi Iwai84eb01b2010-09-07 12:27:25 +02006 * Copyright (c) 2006 ATI Technologies Inc.
7 * Copyright (c) 2008 NVIDIA Corp. All rights reserved.
8 * Copyright (c) 2008 Wei Ni <wni@nvidia.com>
Anssi Hannula5a6135842013-10-24 21:10:35 +03009 * Copyright (c) 2013 Anssi Hannula <anssi.hannula@iki.fi>
Wu Fengguang079d88c2010-03-08 10:44:23 +080010 *
11 * Authors:
12 * Wu Fengguang <wfg@linux.intel.com>
13 *
14 * Maintained by:
15 * Wu Fengguang <wfg@linux.intel.com>
16 *
17 * This program is free software; you can redistribute it and/or modify it
18 * under the terms of the GNU General Public License as published by the Free
19 * Software Foundation; either version 2 of the License, or (at your option)
20 * any later version.
21 *
22 * This program is distributed in the hope that it will be useful, but
23 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
24 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
25 * for more details.
26 *
27 * You should have received a copy of the GNU General Public License
28 * along with this program; if not, write to the Free Software Foundation,
29 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
30 */
31
Takashi Iwai84eb01b2010-09-07 12:27:25 +020032#include <linux/init.h>
33#include <linux/delay.h>
34#include <linux/slab.h>
Paul Gortmaker65a77212011-07-15 13:13:37 -040035#include <linux/module.h>
Takashi Iwai84eb01b2010-09-07 12:27:25 +020036#include <sound/core.h>
David Henningsson07acecc2011-05-19 11:46:03 +020037#include <sound/jack.h>
Wang Xingchao433968d2012-09-06 10:02:37 +080038#include <sound/asoundef.h>
Takashi Iwaid45e6882012-07-31 11:36:00 +020039#include <sound/tlv.h>
David Henningsson25adc132015-08-19 10:48:58 +020040#include <sound/hdaudio.h>
41#include <sound/hda_i915.h>
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +053042#include <sound/hda_chmap.h>
Takashi Iwai84eb01b2010-09-07 12:27:25 +020043#include "hda_codec.h"
44#include "hda_local.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020045#include "hda_jack.h"
Takashi Iwai84eb01b2010-09-07 12:27:25 +020046
Takashi Iwai0ebaa242011-01-11 18:11:04 +010047static bool static_hdmi_pcm;
48module_param(static_hdmi_pcm, bool, 0644);
49MODULE_PARM_DESC(static_hdmi_pcm, "Don't restrict PCM parameters per ELD info");
50
Takashi Iwai7639a062015-03-03 10:07:24 +010051#define is_haswell(codec) ((codec)->core.vendor_id == 0x80862807)
52#define is_broadwell(codec) ((codec)->core.vendor_id == 0x80862808)
53#define is_skylake(codec) ((codec)->core.vendor_id == 0x80862809)
Lu, Hane2656412015-11-11 16:54:27 +080054#define is_broxton(codec) ((codec)->core.vendor_id == 0x8086280a)
Libin Yang91815d82016-01-14 14:09:00 +080055#define is_kabylake(codec) ((codec)->core.vendor_id == 0x8086280b)
Libin Yang432ac1a2014-12-16 13:17:34 +080056#define is_haswell_plus(codec) (is_haswell(codec) || is_broadwell(codec) \
Libin Yang91815d82016-01-14 14:09:00 +080057 || is_skylake(codec) || is_broxton(codec) \
58 || is_kabylake(codec))
Mengdong Lin75dcbe42014-01-08 15:55:32 -050059
Takashi Iwai7639a062015-03-03 10:07:24 +010060#define is_valleyview(codec) ((codec)->core.vendor_id == 0x80862882)
61#define is_cherryview(codec) ((codec)->core.vendor_id == 0x80862883)
Libin Yangca2e7222014-08-19 16:20:12 +080062#define is_valleyview_plus(codec) (is_valleyview(codec) || is_cherryview(codec))
Mengdong Linfb87fa32013-09-04 16:36:57 -040063
Stephen Warren384a48d2011-06-01 11:14:21 -060064struct hdmi_spec_per_cvt {
65 hda_nid_t cvt_nid;
66 int assigned;
67 unsigned int channels_min;
68 unsigned int channels_max;
69 u32 rates;
70 u64 formats;
71 unsigned int maxbps;
72};
73
Takashi Iwai4eea3092013-02-07 18:18:19 +010074/* max. connections to a widget */
75#define HDA_MAX_CONNECTIONS 32
76
Stephen Warren384a48d2011-06-01 11:14:21 -060077struct hdmi_spec_per_pin {
78 hda_nid_t pin_nid;
Libin Yang91520852017-01-12 16:04:53 +080079 int dev_id;
Libin Yanga76056f2015-12-16 16:48:15 +080080 /* pin idx, different device entries on the same pin use the same idx */
81 int pin_nid_idx;
Stephen Warren384a48d2011-06-01 11:14:21 -060082 int num_mux_nids;
83 hda_nid_t mux_nids[HDA_MAX_CONNECTIONS];
Mengdong Lin2df67422014-03-20 13:01:06 +080084 int mux_idx;
Anssi Hannula1df5a062013-10-05 02:25:40 +030085 hda_nid_t cvt_nid;
Wu Fengguang744626d2011-11-16 16:29:47 +080086
87 struct hda_codec *codec;
Stephen Warren384a48d2011-06-01 11:14:21 -060088 struct hdmi_eld sink_eld;
Takashi Iwaia4e9a382013-10-17 18:21:12 +020089 struct mutex lock;
Wu Fengguang744626d2011-11-16 16:29:47 +080090 struct delayed_work work;
Libin Yang2bea2412016-01-12 11:13:26 +080091 struct hdmi_pcm *pcm; /* pointer to spec->pcm_rec[n] dynamically*/
Libin Yanga76056f2015-12-16 16:48:15 +080092 int pcm_idx; /* which pcm is attached. -1 means no pcm is attached */
Wu Fengguangc6e84532011-11-18 16:59:32 -060093 int repoll_count;
Takashi Iwaib0540872013-09-02 12:33:02 +020094 bool setup; /* the stream has been set up by prepare callback */
95 int channels; /* current number of channels */
Takashi Iwai1a6003b2012-09-06 17:42:08 +020096 bool non_pcm;
Takashi Iwaid45e6882012-07-31 11:36:00 +020097 bool chmap_set; /* channel-map override by ALSA API? */
98 unsigned char chmap[8]; /* ALSA API channel-map */
Jie Yangcd6a6502015-05-27 19:45:45 +080099#ifdef CONFIG_SND_PROC_FS
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200100 struct snd_info_entry *proc_entry;
101#endif
Stephen Warren384a48d2011-06-01 11:14:21 -0600102};
103
Anssi Hannula307229d2013-10-24 21:10:34 +0300104/* operations used by generic code that can be overridden by patches */
105struct hdmi_ops {
106 int (*pin_get_eld)(struct hda_codec *codec, hda_nid_t pin_nid,
107 unsigned char *buf, int *eld_size);
108
Anssi Hannula307229d2013-10-24 21:10:34 +0300109 void (*pin_setup_infoframe)(struct hda_codec *codec, hda_nid_t pin_nid,
110 int ca, int active_channels, int conn_type);
111
112 /* enable/disable HBR (HD passthrough) */
113 int (*pin_hbr_setup)(struct hda_codec *codec, hda_nid_t pin_nid, bool hbr);
114
115 int (*setup_stream)(struct hda_codec *codec, hda_nid_t cvt_nid,
116 hda_nid_t pin_nid, u32 stream_tag, int format);
117
Takashi Iwai4846a672016-03-21 12:56:46 +0100118 void (*pin_cvt_fixup)(struct hda_codec *codec,
119 struct hdmi_spec_per_pin *per_pin,
120 hda_nid_t cvt_nid);
Anssi Hannula307229d2013-10-24 21:10:34 +0300121};
122
Libin Yang2bea2412016-01-12 11:13:26 +0800123struct hdmi_pcm {
124 struct hda_pcm *pcm;
125 struct snd_jack *jack;
Libin Yangfb087ea2016-02-23 16:33:37 +0800126 struct snd_kcontrol *eld_ctl;
Libin Yang2bea2412016-01-12 11:13:26 +0800127};
128
Wu Fengguang079d88c2010-03-08 10:44:23 +0800129struct hdmi_spec {
130 int num_cvts;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +0100131 struct snd_array cvts; /* struct hdmi_spec_per_cvt */
132 hda_nid_t cvt_nids[4]; /* only for haswell fix */
Stephen Warren384a48d2011-06-01 11:14:21 -0600133
Libin Yang91520852017-01-12 16:04:53 +0800134 /*
135 * num_pins is the number of virtual pins
136 * for example, there are 3 pins, and each pin
137 * has 4 device entries, then the num_pins is 12
138 */
Wu Fengguang079d88c2010-03-08 10:44:23 +0800139 int num_pins;
Libin Yang91520852017-01-12 16:04:53 +0800140 /*
141 * num_nids is the number of real pins
142 * In the above example, num_nids is 3
143 */
144 int num_nids;
145 /*
146 * dev_num is the number of device entries
147 * on each pin.
148 * In the above example, dev_num is 4
149 */
150 int dev_num;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +0100151 struct snd_array pins; /* struct hdmi_spec_per_pin */
Libin Yang2bea2412016-01-12 11:13:26 +0800152 struct hdmi_pcm pcm_rec[16];
Libin Yang42b29872015-12-16 13:42:42 +0800153 struct mutex pcm_lock;
Libin Yanga76056f2015-12-16 16:48:15 +0800154 /* pcm_bitmap means which pcms have been assigned to pins*/
155 unsigned long pcm_bitmap;
Libin Yang2bf3c852015-12-16 13:42:43 +0800156 int pcm_used; /* counter of pcm_rec[] */
Libin Yangac983792015-12-16 16:48:16 +0800157 /* bitmap shows whether the pcm is opened in user space
158 * bit 0 means the first playback PCM (PCM3);
159 * bit 1 means the second playback PCM, and so on.
160 */
161 unsigned long pcm_in_use;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800162
David Henningsson4bd038f2013-02-19 16:11:25 +0100163 struct hdmi_eld temp_eld;
Anssi Hannula307229d2013-10-24 21:10:34 +0300164 struct hdmi_ops ops;
Stephen Warren75fae112014-01-30 11:52:16 -0700165
166 bool dyn_pin_out;
Libin Yang6590faa2015-12-16 13:42:41 +0800167 bool dyn_pcm_assign;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800168 /*
Anssi Hannula5a6135842013-10-24 21:10:35 +0300169 * Non-generic VIA/NVIDIA specific
Wu Fengguang079d88c2010-03-08 10:44:23 +0800170 */
171 struct hda_multi_out multiout;
Takashi Iwaid0b12522012-06-15 14:34:42 +0200172 struct hda_pcm_stream pcm_playback;
David Henningsson25adc132015-08-19 10:48:58 +0200173
174 /* i915/powerwell (Haswell+/Valleyview+) specific */
Takashi Iwai691be972016-03-18 15:10:08 +0100175 bool use_acomp_notifier; /* use i915 eld_notify callback for hotplug */
David Henningsson25adc132015-08-19 10:48:58 +0200176 struct i915_audio_component_audio_ops i915_audio_ops;
Takashi Iwai55913112015-12-10 13:03:29 +0100177 bool i915_bound; /* was i915 bound in this driver? */
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +0530178
179 struct hdac_chmap chmap;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800180};
181
Takashi Iwaif4e30402015-12-10 13:01:28 +0100182#ifdef CONFIG_SND_HDA_I915
Takashi Iwai691be972016-03-18 15:10:08 +0100183static inline bool codec_has_acomp(struct hda_codec *codec)
184{
185 struct hdmi_spec *spec = codec->spec;
186 return spec->use_acomp_notifier;
187}
Takashi Iwaif4e30402015-12-10 13:01:28 +0100188#else
189#define codec_has_acomp(codec) false
190#endif
Wu Fengguang079d88c2010-03-08 10:44:23 +0800191
192struct hdmi_audio_infoframe {
193 u8 type; /* 0x84 */
194 u8 ver; /* 0x01 */
195 u8 len; /* 0x0a */
196
Wu Fengguang53d7d692010-09-21 14:25:49 +0800197 u8 checksum;
198
Wu Fengguang079d88c2010-03-08 10:44:23 +0800199 u8 CC02_CT47; /* CC in bits 0:2, CT in 4:7 */
200 u8 SS01_SF24;
201 u8 CXT04;
202 u8 CA;
203 u8 LFEPBL01_LSV36_DM_INH7;
Wu Fengguang53d7d692010-09-21 14:25:49 +0800204};
205
206struct dp_audio_infoframe {
207 u8 type; /* 0x84 */
208 u8 len; /* 0x1b */
209 u8 ver; /* 0x11 << 2 */
210
211 u8 CC02_CT47; /* match with HDMI infoframe from this on */
212 u8 SS01_SF24;
213 u8 CXT04;
214 u8 CA;
215 u8 LFEPBL01_LSV36_DM_INH7;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800216};
217
Takashi Iwai2b203dbb2011-02-11 12:17:30 +0100218union audio_infoframe {
219 struct hdmi_audio_infoframe hdmi;
220 struct dp_audio_infoframe dp;
221 u8 bytes[0];
222};
223
Wu Fengguang079d88c2010-03-08 10:44:23 +0800224/*
Wu Fengguang079d88c2010-03-08 10:44:23 +0800225 * HDMI routines
226 */
227
Takashi Iwaibce0d2a2013-03-13 14:40:31 +0100228#define get_pin(spec, idx) \
229 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx))
230#define get_cvt(spec, idx) \
231 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
Libin Yang2bea2412016-01-12 11:13:26 +0800232/* obtain hdmi_pcm object assigned to idx */
233#define get_hdmi_pcm(spec, idx) (&(spec)->pcm_rec[idx])
234/* obtain hda_pcm object assigned to idx */
235#define get_pcm_rec(spec, idx) (get_hdmi_pcm(spec, idx)->pcm)
Takashi Iwaibce0d2a2013-03-13 14:40:31 +0100236
Libin Yang91520852017-01-12 16:04:53 +0800237static int pin_id_to_pin_index(struct hda_codec *codec,
238 hda_nid_t pin_nid, int dev_id)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800239{
Takashi Iwai4e76a882014-02-25 12:21:03 +0100240 struct hdmi_spec *spec = codec->spec;
Stephen Warren384a48d2011-06-01 11:14:21 -0600241 int pin_idx;
Libin Yang91520852017-01-12 16:04:53 +0800242 struct hdmi_spec_per_pin *per_pin;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800243
Libin Yang91520852017-01-12 16:04:53 +0800244 /*
245 * (dev_id == -1) means it is NON-MST pin
246 * return the first virtual pin on this port
247 */
248 if (dev_id == -1)
249 dev_id = 0;
250
251 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
252 per_pin = get_pin(spec, pin_idx);
253 if ((per_pin->pin_nid == pin_nid) &&
254 (per_pin->dev_id == dev_id))
Stephen Warren384a48d2011-06-01 11:14:21 -0600255 return pin_idx;
Libin Yang91520852017-01-12 16:04:53 +0800256 }
Wu Fengguang079d88c2010-03-08 10:44:23 +0800257
Takashi Iwai4e76a882014-02-25 12:21:03 +0100258 codec_warn(codec, "HDMI: pin nid %d not registered\n", pin_nid);
Stephen Warren384a48d2011-06-01 11:14:21 -0600259 return -EINVAL;
260}
261
Libin Yang2bf3c852015-12-16 13:42:43 +0800262static int hinfo_to_pcm_index(struct hda_codec *codec,
263 struct hda_pcm_stream *hinfo)
264{
265 struct hdmi_spec *spec = codec->spec;
266 int pcm_idx;
267
268 for (pcm_idx = 0; pcm_idx < spec->pcm_used; pcm_idx++)
269 if (get_pcm_rec(spec, pcm_idx)->stream == hinfo)
270 return pcm_idx;
271
272 codec_warn(codec, "HDMI: hinfo %p not registered\n", hinfo);
273 return -EINVAL;
274}
275
Takashi Iwai4e76a882014-02-25 12:21:03 +0100276static int hinfo_to_pin_index(struct hda_codec *codec,
Stephen Warren384a48d2011-06-01 11:14:21 -0600277 struct hda_pcm_stream *hinfo)
278{
Takashi Iwai4e76a882014-02-25 12:21:03 +0100279 struct hdmi_spec *spec = codec->spec;
Libin Yang6590faa2015-12-16 13:42:41 +0800280 struct hdmi_spec_per_pin *per_pin;
Stephen Warren384a48d2011-06-01 11:14:21 -0600281 int pin_idx;
282
Libin Yang6590faa2015-12-16 13:42:41 +0800283 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
284 per_pin = get_pin(spec, pin_idx);
Libin Yang2bea2412016-01-12 11:13:26 +0800285 if (per_pin->pcm &&
286 per_pin->pcm->pcm->stream == hinfo)
Stephen Warren384a48d2011-06-01 11:14:21 -0600287 return pin_idx;
Libin Yang6590faa2015-12-16 13:42:41 +0800288 }
Stephen Warren384a48d2011-06-01 11:14:21 -0600289
Libin Yang6590faa2015-12-16 13:42:41 +0800290 codec_dbg(codec, "HDMI: hinfo %p not registered\n", hinfo);
Stephen Warren384a48d2011-06-01 11:14:21 -0600291 return -EINVAL;
292}
293
Libin Yang022f3442016-02-03 10:48:34 +0800294static struct hdmi_spec_per_pin *pcm_idx_to_pin(struct hdmi_spec *spec,
295 int pcm_idx)
296{
297 int i;
298 struct hdmi_spec_per_pin *per_pin;
299
300 for (i = 0; i < spec->num_pins; i++) {
301 per_pin = get_pin(spec, i);
302 if (per_pin->pcm_idx == pcm_idx)
303 return per_pin;
304 }
305 return NULL;
306}
307
Takashi Iwai4e76a882014-02-25 12:21:03 +0100308static int cvt_nid_to_cvt_index(struct hda_codec *codec, hda_nid_t cvt_nid)
Stephen Warren384a48d2011-06-01 11:14:21 -0600309{
Takashi Iwai4e76a882014-02-25 12:21:03 +0100310 struct hdmi_spec *spec = codec->spec;
Stephen Warren384a48d2011-06-01 11:14:21 -0600311 int cvt_idx;
312
313 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++)
Takashi Iwaibce0d2a2013-03-13 14:40:31 +0100314 if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid)
Stephen Warren384a48d2011-06-01 11:14:21 -0600315 return cvt_idx;
316
Takashi Iwai4e76a882014-02-25 12:21:03 +0100317 codec_warn(codec, "HDMI: cvt nid %d not registered\n", cvt_nid);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800318 return -EINVAL;
319}
320
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500321static int hdmi_eld_ctl_info(struct snd_kcontrol *kcontrol,
322 struct snd_ctl_elem_info *uinfo)
323{
324 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
David Henningsson68e03de2013-02-19 16:11:23 +0100325 struct hdmi_spec *spec = codec->spec;
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200326 struct hdmi_spec_per_pin *per_pin;
David Henningsson68e03de2013-02-19 16:11:23 +0100327 struct hdmi_eld *eld;
Libin Yangfb087ea2016-02-23 16:33:37 +0800328 int pcm_idx;
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500329
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500330 uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES;
331
Libin Yangfb087ea2016-02-23 16:33:37 +0800332 pcm_idx = kcontrol->private_value;
333 mutex_lock(&spec->pcm_lock);
334 per_pin = pcm_idx_to_pin(spec, pcm_idx);
335 if (!per_pin) {
336 /* no pin is bound to the pcm */
337 uinfo->count = 0;
338 mutex_unlock(&spec->pcm_lock);
339 return 0;
340 }
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200341 eld = &per_pin->sink_eld;
David Henningsson68e03de2013-02-19 16:11:23 +0100342 uinfo->count = eld->eld_valid ? eld->eld_size : 0;
Libin Yangfb087ea2016-02-23 16:33:37 +0800343 mutex_unlock(&spec->pcm_lock);
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500344
345 return 0;
346}
347
348static int hdmi_eld_ctl_get(struct snd_kcontrol *kcontrol,
349 struct snd_ctl_elem_value *ucontrol)
350{
351 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
David Henningsson68e03de2013-02-19 16:11:23 +0100352 struct hdmi_spec *spec = codec->spec;
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200353 struct hdmi_spec_per_pin *per_pin;
David Henningsson68e03de2013-02-19 16:11:23 +0100354 struct hdmi_eld *eld;
Libin Yangfb087ea2016-02-23 16:33:37 +0800355 int pcm_idx;
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500356
Libin Yangfb087ea2016-02-23 16:33:37 +0800357 pcm_idx = kcontrol->private_value;
358 mutex_lock(&spec->pcm_lock);
359 per_pin = pcm_idx_to_pin(spec, pcm_idx);
360 if (!per_pin) {
361 /* no pin is bound to the pcm */
362 memset(ucontrol->value.bytes.data, 0,
363 ARRAY_SIZE(ucontrol->value.bytes.data));
364 mutex_unlock(&spec->pcm_lock);
365 return 0;
366 }
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200367 eld = &per_pin->sink_eld;
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500368
David Henningsson360a8242016-02-05 09:05:41 +0100369 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) ||
370 eld->eld_size > ELD_MAX_SIZE) {
Libin Yangfb087ea2016-02-23 16:33:37 +0800371 mutex_unlock(&spec->pcm_lock);
David Henningsson68e03de2013-02-19 16:11:23 +0100372 snd_BUG();
373 return -EINVAL;
374 }
375
376 memset(ucontrol->value.bytes.data, 0,
377 ARRAY_SIZE(ucontrol->value.bytes.data));
378 if (eld->eld_valid)
379 memcpy(ucontrol->value.bytes.data, eld->eld_buffer,
380 eld->eld_size);
Libin Yangfb087ea2016-02-23 16:33:37 +0800381 mutex_unlock(&spec->pcm_lock);
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500382
383 return 0;
384}
385
Bhumika Goyalf3b827e2017-02-20 00:18:09 +0530386static const struct snd_kcontrol_new eld_bytes_ctl = {
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500387 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
388 .iface = SNDRV_CTL_ELEM_IFACE_PCM,
389 .name = "ELD",
390 .info = hdmi_eld_ctl_info,
391 .get = hdmi_eld_ctl_get,
392};
393
Libin Yangfb087ea2016-02-23 16:33:37 +0800394static int hdmi_create_eld_ctl(struct hda_codec *codec, int pcm_idx,
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500395 int device)
396{
397 struct snd_kcontrol *kctl;
398 struct hdmi_spec *spec = codec->spec;
399 int err;
400
401 kctl = snd_ctl_new1(&eld_bytes_ctl, codec);
402 if (!kctl)
403 return -ENOMEM;
Libin Yangfb087ea2016-02-23 16:33:37 +0800404 kctl->private_value = pcm_idx;
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500405 kctl->id.device = device;
406
Libin Yangfb087ea2016-02-23 16:33:37 +0800407 /* no pin nid is associated with the kctl now
408 * tbd: associate pin nid to eld ctl later
409 */
410 err = snd_hda_ctl_add(codec, 0, kctl);
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500411 if (err < 0)
412 return err;
413
Libin Yangfb087ea2016-02-23 16:33:37 +0800414 get_hdmi_pcm(spec, pcm_idx)->eld_ctl = kctl;
Pierre-Louis Bossart14bc52b2011-09-30 16:35:41 -0500415 return 0;
416}
417
Wu Fengguang079d88c2010-03-08 10:44:23 +0800418#ifdef BE_PARANOID
419static void hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t pin_nid,
420 int *packet_index, int *byte_index)
421{
422 int val;
423
424 val = snd_hda_codec_read(codec, pin_nid, 0,
425 AC_VERB_GET_HDMI_DIP_INDEX, 0);
426
427 *packet_index = val >> 5;
428 *byte_index = val & 0x1f;
429}
430#endif
431
432static void hdmi_set_dip_index(struct hda_codec *codec, hda_nid_t pin_nid,
433 int packet_index, int byte_index)
434{
435 int val;
436
437 val = (packet_index << 5) | (byte_index & 0x1f);
438
439 snd_hda_codec_write(codec, pin_nid, 0, AC_VERB_SET_HDMI_DIP_INDEX, val);
440}
441
442static void hdmi_write_dip_byte(struct hda_codec *codec, hda_nid_t pin_nid,
443 unsigned char val)
444{
445 snd_hda_codec_write(codec, pin_nid, 0, AC_VERB_SET_HDMI_DIP_DATA, val);
446}
447
Stephen Warren384a48d2011-06-01 11:14:21 -0600448static void hdmi_init_pin(struct hda_codec *codec, hda_nid_t pin_nid)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800449{
Stephen Warren75fae112014-01-30 11:52:16 -0700450 struct hdmi_spec *spec = codec->spec;
451 int pin_out;
452
Wu Fengguang079d88c2010-03-08 10:44:23 +0800453 /* Unmute */
454 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP)
455 snd_hda_codec_write(codec, pin_nid, 0,
456 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
Stephen Warren75fae112014-01-30 11:52:16 -0700457
458 if (spec->dyn_pin_out)
459 /* Disable pin out until stream is active */
460 pin_out = 0;
461 else
462 /* Enable pin out: some machines with GM965 gets broken output
463 * when the pin is disabled or changed while using with HDMI
464 */
465 pin_out = PIN_OUT;
466
Wu Fengguang079d88c2010-03-08 10:44:23 +0800467 snd_hda_codec_write(codec, pin_nid, 0,
Stephen Warren75fae112014-01-30 11:52:16 -0700468 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_out);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800469}
470
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200471/*
472 * ELD proc files
473 */
474
Jie Yangcd6a6502015-05-27 19:45:45 +0800475#ifdef CONFIG_SND_PROC_FS
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200476static void print_eld_info(struct snd_info_entry *entry,
477 struct snd_info_buffer *buffer)
478{
479 struct hdmi_spec_per_pin *per_pin = entry->private_data;
480
481 mutex_lock(&per_pin->lock);
482 snd_hdmi_print_eld_info(&per_pin->sink_eld, buffer);
483 mutex_unlock(&per_pin->lock);
484}
485
486static void write_eld_info(struct snd_info_entry *entry,
487 struct snd_info_buffer *buffer)
488{
489 struct hdmi_spec_per_pin *per_pin = entry->private_data;
490
491 mutex_lock(&per_pin->lock);
492 snd_hdmi_write_eld_info(&per_pin->sink_eld, buffer);
493 mutex_unlock(&per_pin->lock);
494}
495
496static int eld_proc_new(struct hdmi_spec_per_pin *per_pin, int index)
497{
498 char name[32];
499 struct hda_codec *codec = per_pin->codec;
500 struct snd_info_entry *entry;
501 int err;
502
503 snprintf(name, sizeof(name), "eld#%d.%d", codec->addr, index);
Takashi Iwai6efdd852015-02-27 16:09:22 +0100504 err = snd_card_proc_new(codec->card, name, &entry);
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200505 if (err < 0)
506 return err;
507
508 snd_info_set_text_ops(entry, per_pin, print_eld_info);
509 entry->c.text.write = write_eld_info;
510 entry->mode |= S_IWUSR;
511 per_pin->proc_entry = entry;
512
513 return 0;
514}
515
516static void eld_proc_free(struct hdmi_spec_per_pin *per_pin)
517{
Markus Elfring1947a112015-06-28 11:15:28 +0200518 if (!per_pin->codec->bus->shutdown) {
Takashi Iwaic560a672015-04-22 18:26:38 +0200519 snd_info_free_entry(per_pin->proc_entry);
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200520 per_pin->proc_entry = NULL;
521 }
522}
523#else
Takashi Iwaib55447a2013-10-21 16:31:45 +0200524static inline int eld_proc_new(struct hdmi_spec_per_pin *per_pin,
525 int index)
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200526{
527 return 0;
528}
Takashi Iwaib55447a2013-10-21 16:31:45 +0200529static inline void eld_proc_free(struct hdmi_spec_per_pin *per_pin)
Takashi Iwaia4e9a382013-10-17 18:21:12 +0200530{
531}
532#endif
Wu Fengguang079d88c2010-03-08 10:44:23 +0800533
534/*
Wu Fengguang079d88c2010-03-08 10:44:23 +0800535 * Audio InfoFrame routines
536 */
537
538/*
539 * Enable Audio InfoFrame Transmission
540 */
541static void hdmi_start_infoframe_trans(struct hda_codec *codec,
542 hda_nid_t pin_nid)
543{
544 hdmi_set_dip_index(codec, pin_nid, 0x0, 0x0);
545 snd_hda_codec_write(codec, pin_nid, 0, AC_VERB_SET_HDMI_DIP_XMIT,
546 AC_DIPXMIT_BEST);
547}
548
549/*
550 * Disable Audio InfoFrame Transmission
551 */
552static void hdmi_stop_infoframe_trans(struct hda_codec *codec,
553 hda_nid_t pin_nid)
554{
555 hdmi_set_dip_index(codec, pin_nid, 0x0, 0x0);
556 snd_hda_codec_write(codec, pin_nid, 0, AC_VERB_SET_HDMI_DIP_XMIT,
557 AC_DIPXMIT_DISABLE);
558}
559
560static void hdmi_debug_dip_size(struct hda_codec *codec, hda_nid_t pin_nid)
561{
562#ifdef CONFIG_SND_DEBUG_VERBOSE
563 int i;
564 int size;
565
566 size = snd_hdmi_get_eld_size(codec, pin_nid);
Takashi Iwai4e76a882014-02-25 12:21:03 +0100567 codec_dbg(codec, "HDMI: ELD buf size is %d\n", size);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800568
569 for (i = 0; i < 8; i++) {
570 size = snd_hda_codec_read(codec, pin_nid, 0,
571 AC_VERB_GET_HDMI_DIP_SIZE, i);
Takashi Iwai4e76a882014-02-25 12:21:03 +0100572 codec_dbg(codec, "HDMI: DIP GP[%d] buf size is %d\n", i, size);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800573 }
574#endif
575}
576
577static void hdmi_clear_dip_buffers(struct hda_codec *codec, hda_nid_t pin_nid)
578{
579#ifdef BE_PARANOID
580 int i, j;
581 int size;
582 int pi, bi;
583 for (i = 0; i < 8; i++) {
584 size = snd_hda_codec_read(codec, pin_nid, 0,
585 AC_VERB_GET_HDMI_DIP_SIZE, i);
586 if (size == 0)
587 continue;
588
589 hdmi_set_dip_index(codec, pin_nid, i, 0x0);
590 for (j = 1; j < 1000; j++) {
591 hdmi_write_dip_byte(codec, pin_nid, 0x0);
592 hdmi_get_dip_index(codec, pin_nid, &pi, &bi);
593 if (pi != i)
Takashi Iwai4e76a882014-02-25 12:21:03 +0100594 codec_dbg(codec, "dip index %d: %d != %d\n",
Wu Fengguang079d88c2010-03-08 10:44:23 +0800595 bi, pi, i);
596 if (bi == 0) /* byte index wrapped around */
597 break;
598 }
Takashi Iwai4e76a882014-02-25 12:21:03 +0100599 codec_dbg(codec,
Wu Fengguang079d88c2010-03-08 10:44:23 +0800600 "HDMI: DIP GP[%d] buf reported size=%d, written=%d\n",
601 i, size, j);
602 }
603#endif
604}
605
Wu Fengguang53d7d692010-09-21 14:25:49 +0800606static void hdmi_checksum_audio_infoframe(struct hdmi_audio_infoframe *hdmi_ai)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800607{
Wu Fengguang53d7d692010-09-21 14:25:49 +0800608 u8 *bytes = (u8 *)hdmi_ai;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800609 u8 sum = 0;
610 int i;
611
Wu Fengguang53d7d692010-09-21 14:25:49 +0800612 hdmi_ai->checksum = 0;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800613
Wu Fengguang53d7d692010-09-21 14:25:49 +0800614 for (i = 0; i < sizeof(*hdmi_ai); i++)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800615 sum += bytes[i];
616
Wu Fengguang53d7d692010-09-21 14:25:49 +0800617 hdmi_ai->checksum = -sum;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800618}
619
620static void hdmi_fill_audio_infoframe(struct hda_codec *codec,
621 hda_nid_t pin_nid,
Wu Fengguang53d7d692010-09-21 14:25:49 +0800622 u8 *dip, int size)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800623{
Wu Fengguang079d88c2010-03-08 10:44:23 +0800624 int i;
625
626 hdmi_debug_dip_size(codec, pin_nid);
627 hdmi_clear_dip_buffers(codec, pin_nid); /* be paranoid */
628
Wu Fengguang079d88c2010-03-08 10:44:23 +0800629 hdmi_set_dip_index(codec, pin_nid, 0x0, 0x0);
Wu Fengguang53d7d692010-09-21 14:25:49 +0800630 for (i = 0; i < size; i++)
631 hdmi_write_dip_byte(codec, pin_nid, dip[i]);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800632}
633
634static bool hdmi_infoframe_uptodate(struct hda_codec *codec, hda_nid_t pin_nid,
Wu Fengguang53d7d692010-09-21 14:25:49 +0800635 u8 *dip, int size)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800636{
Wu Fengguang079d88c2010-03-08 10:44:23 +0800637 u8 val;
638 int i;
639
640 if (snd_hda_codec_read(codec, pin_nid, 0, AC_VERB_GET_HDMI_DIP_XMIT, 0)
641 != AC_DIPXMIT_BEST)
642 return false;
643
644 hdmi_set_dip_index(codec, pin_nid, 0x0, 0x0);
Wu Fengguang53d7d692010-09-21 14:25:49 +0800645 for (i = 0; i < size; i++) {
Wu Fengguang079d88c2010-03-08 10:44:23 +0800646 val = snd_hda_codec_read(codec, pin_nid, 0,
647 AC_VERB_GET_HDMI_DIP_DATA, 0);
Wu Fengguang53d7d692010-09-21 14:25:49 +0800648 if (val != dip[i])
Wu Fengguang079d88c2010-03-08 10:44:23 +0800649 return false;
650 }
651
652 return true;
653}
654
Anssi Hannula307229d2013-10-24 21:10:34 +0300655static void hdmi_pin_setup_infoframe(struct hda_codec *codec,
656 hda_nid_t pin_nid,
657 int ca, int active_channels,
658 int conn_type)
659{
660 union audio_infoframe ai;
661
Mengdong Lincaaf5ef2014-03-11 17:12:52 -0400662 memset(&ai, 0, sizeof(ai));
Anssi Hannula307229d2013-10-24 21:10:34 +0300663 if (conn_type == 0) { /* HDMI */
664 struct hdmi_audio_infoframe *hdmi_ai = &ai.hdmi;
665
666 hdmi_ai->type = 0x84;
667 hdmi_ai->ver = 0x01;
668 hdmi_ai->len = 0x0a;
669 hdmi_ai->CC02_CT47 = active_channels - 1;
670 hdmi_ai->CA = ca;
671 hdmi_checksum_audio_infoframe(hdmi_ai);
672 } else if (conn_type == 1) { /* DisplayPort */
673 struct dp_audio_infoframe *dp_ai = &ai.dp;
674
675 dp_ai->type = 0x84;
676 dp_ai->len = 0x1b;
677 dp_ai->ver = 0x11 << 2;
678 dp_ai->CC02_CT47 = active_channels - 1;
679 dp_ai->CA = ca;
680 } else {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100681 codec_dbg(codec, "HDMI: unknown connection type at pin %d\n",
Anssi Hannula307229d2013-10-24 21:10:34 +0300682 pin_nid);
683 return;
684 }
685
686 /*
687 * sizeof(ai) is used instead of sizeof(*hdmi_ai) or
688 * sizeof(*dp_ai) to avoid partial match/update problems when
689 * the user switches between HDMI/DP monitors.
690 */
691 if (!hdmi_infoframe_uptodate(codec, pin_nid, ai.bytes,
692 sizeof(ai))) {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100693 codec_dbg(codec,
694 "hdmi_pin_setup_infoframe: pin=%d channels=%d ca=0x%02x\n",
Anssi Hannula307229d2013-10-24 21:10:34 +0300695 pin_nid,
696 active_channels, ca);
697 hdmi_stop_infoframe_trans(codec, pin_nid);
698 hdmi_fill_audio_infoframe(codec, pin_nid,
699 ai.bytes, sizeof(ai));
700 hdmi_start_infoframe_trans(codec, pin_nid);
701 }
702}
703
Takashi Iwaib0540872013-09-02 12:33:02 +0200704static void hdmi_setup_audio_infoframe(struct hda_codec *codec,
705 struct hdmi_spec_per_pin *per_pin,
706 bool non_pcm)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800707{
Anssi Hannula307229d2013-10-24 21:10:34 +0300708 struct hdmi_spec *spec = codec->spec;
Subhransu S. Prusty739ffee2016-03-04 19:59:49 +0530709 struct hdac_chmap *chmap = &spec->chmap;
Stephen Warren384a48d2011-06-01 11:14:21 -0600710 hda_nid_t pin_nid = per_pin->pin_nid;
Takashi Iwaib0540872013-09-02 12:33:02 +0200711 int channels = per_pin->channels;
Anssi Hannula1df5a062013-10-05 02:25:40 +0300712 int active_channels;
Stephen Warren384a48d2011-06-01 11:14:21 -0600713 struct hdmi_eld *eld;
Subhransu S. Prusty828cb4e2016-03-04 19:59:50 +0530714 int ca;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800715
Takashi Iwaib0540872013-09-02 12:33:02 +0200716 if (!channels)
717 return;
718
Takashi Iwai44bb6d02016-03-21 12:36:44 +0100719 /* some HW (e.g. HSW+) needs reprogramming the amp at each time */
720 if (get_wcaps(codec, pin_nid) & AC_WCAP_OUT_AMP)
Mengdong Lin58f7d282013-09-04 16:37:12 -0400721 snd_hda_codec_write(codec, pin_nid, 0,
722 AC_VERB_SET_AMP_GAIN_MUTE,
723 AMP_OUT_UNMUTE);
724
Takashi Iwaibce0d2a2013-03-13 14:40:31 +0100725 eld = &per_pin->sink_eld;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800726
Subhransu S. Prustybb63f722016-03-04 19:59:52 +0530727 ca = snd_hdac_channel_allocation(&codec->core,
Subhransu S. Prusty828cb4e2016-03-04 19:59:50 +0530728 eld->info.spk_alloc, channels,
729 per_pin->chmap_set, non_pcm, per_pin->chmap);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800730
Subhransu S. Prustybb63f722016-03-04 19:59:52 +0530731 active_channels = snd_hdac_get_active_channels(ca);
Anssi Hannula1df5a062013-10-05 02:25:40 +0300732
Subhransu S. Prusty739ffee2016-03-04 19:59:49 +0530733 chmap->ops.set_channel_count(&codec->core, per_pin->cvt_nid,
734 active_channels);
Anssi Hannula1df5a062013-10-05 02:25:40 +0300735
Stephen Warren384a48d2011-06-01 11:14:21 -0600736 /*
Anssi Hannula39edac72013-10-07 19:24:52 +0300737 * always configure channel mapping, it may have been changed by the
738 * user in the meantime
739 */
Subhransu S. Prustybb63f722016-03-04 19:59:52 +0530740 snd_hdac_setup_channel_mapping(&spec->chmap,
Subhransu S. Prusty828cb4e2016-03-04 19:59:50 +0530741 pin_nid, non_pcm, ca, channels,
742 per_pin->chmap, per_pin->chmap_set);
Anssi Hannula39edac72013-10-07 19:24:52 +0300743
Anssi Hannula307229d2013-10-24 21:10:34 +0300744 spec->ops.pin_setup_infoframe(codec, pin_nid, ca, active_channels,
745 eld->info.conn_type);
Wang Xingchao433968d2012-09-06 10:02:37 +0800746
Takashi Iwai1a6003b2012-09-06 17:42:08 +0200747 per_pin->non_pcm = non_pcm;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800748}
749
Wu Fengguang079d88c2010-03-08 10:44:23 +0800750/*
751 * Unsolicited events
752 */
753
Takashi Iwaiefe47102013-11-07 13:38:23 +0100754static bool hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll);
Takashi Iwai38faddb2010-07-28 14:21:55 +0200755
Libin Yang91520852017-01-12 16:04:53 +0800756static void check_presence_and_report(struct hda_codec *codec, hda_nid_t nid,
757 int dev_id)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800758{
759 struct hdmi_spec *spec = codec->spec;
Libin Yang91520852017-01-12 16:04:53 +0800760 int pin_idx = pin_id_to_pin_index(codec, nid, dev_id);
Takashi Iwai1a4f69d2014-09-11 15:22:46 +0200761
David Henningsson20ce9022013-12-04 10:19:41 +0800762 if (pin_idx < 0)
763 return;
David Henningsson20ce9022013-12-04 10:19:41 +0800764 if (hdmi_present_sense(get_pin(spec, pin_idx), 1))
765 snd_hda_jack_report_sync(codec);
766}
767
Takashi Iwai1a4f69d2014-09-11 15:22:46 +0200768static void jack_callback(struct hda_codec *codec,
769 struct hda_jack_callback *jack)
770{
Libin Yang91520852017-01-12 16:04:53 +0800771 /* hda_jack don't support DP MST */
772 check_presence_and_report(codec, jack->nid, 0);
Takashi Iwai1a4f69d2014-09-11 15:22:46 +0200773}
774
David Henningsson20ce9022013-12-04 10:19:41 +0800775static void hdmi_intrinsic_event(struct hda_codec *codec, unsigned int res)
776{
Takashi Iwai3a938972011-10-28 01:16:55 +0200777 int tag = res >> AC_UNSOL_RES_TAG_SHIFT;
Takashi Iwai3a938972011-10-28 01:16:55 +0200778 struct hda_jack_tbl *jack;
Mengdong Lin2e59e5a2013-08-26 21:35:49 -0400779 int dev_entry = (res & AC_UNSOL_RES_DE) >> AC_UNSOL_RES_DE_SHIFT;
Takashi Iwai3a938972011-10-28 01:16:55 +0200780
Libin Yang91520852017-01-12 16:04:53 +0800781 /*
782 * assume DP MST uses dyn_pcm_assign and acomp and
783 * never comes here
784 * if DP MST supports unsol event, below code need
785 * consider dev_entry
786 */
Takashi Iwai3a938972011-10-28 01:16:55 +0200787 jack = snd_hda_jack_tbl_get_from_tag(codec, tag);
788 if (!jack)
789 return;
Takashi Iwai3a938972011-10-28 01:16:55 +0200790 jack->jack_dirty = 1;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800791
Takashi Iwai4e76a882014-02-25 12:21:03 +0100792 codec_dbg(codec,
Mengdong Lin2e59e5a2013-08-26 21:35:49 -0400793 "HDMI hot plug event: Codec=%d Pin=%d Device=%d Inactive=%d Presence_Detect=%d ELD_Valid=%d\n",
David Henningsson20ce9022013-12-04 10:19:41 +0800794 codec->addr, jack->nid, dev_entry, !!(res & AC_UNSOL_RES_IA),
Fengguang Wufae3d882012-04-10 17:00:35 +0800795 !!(res & AC_UNSOL_RES_PD), !!(res & AC_UNSOL_RES_ELDV));
Wu Fengguang079d88c2010-03-08 10:44:23 +0800796
Libin Yang91520852017-01-12 16:04:53 +0800797 /* hda_jack don't support DP MST */
798 check_presence_and_report(codec, jack->nid, 0);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800799}
800
801static void hdmi_non_intrinsic_event(struct hda_codec *codec, unsigned int res)
802{
803 int tag = res >> AC_UNSOL_RES_TAG_SHIFT;
804 int subtag = (res & AC_UNSOL_RES_SUBTAG) >> AC_UNSOL_RES_SUBTAG_SHIFT;
805 int cp_state = !!(res & AC_UNSOL_RES_CP_STATE);
806 int cp_ready = !!(res & AC_UNSOL_RES_CP_READY);
807
Takashi Iwai4e76a882014-02-25 12:21:03 +0100808 codec_info(codec,
Takashi Iwaie9ea8e82012-06-21 11:41:05 +0200809 "HDMI CP event: CODEC=%d TAG=%d SUBTAG=0x%x CP_STATE=%d CP_READY=%d\n",
Stephen Warren384a48d2011-06-01 11:14:21 -0600810 codec->addr,
Wu Fengguang079d88c2010-03-08 10:44:23 +0800811 tag,
812 subtag,
813 cp_state,
814 cp_ready);
815
816 /* TODO */
817 if (cp_state)
818 ;
819 if (cp_ready)
820 ;
821}
822
823
824static void hdmi_unsol_event(struct hda_codec *codec, unsigned int res)
825{
Wu Fengguang079d88c2010-03-08 10:44:23 +0800826 int tag = res >> AC_UNSOL_RES_TAG_SHIFT;
827 int subtag = (res & AC_UNSOL_RES_SUBTAG) >> AC_UNSOL_RES_SUBTAG_SHIFT;
828
Takashi Iwai3a938972011-10-28 01:16:55 +0200829 if (!snd_hda_jack_tbl_get_from_tag(codec, tag)) {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100830 codec_dbg(codec, "Unexpected HDMI event tag 0x%x\n", tag);
Wu Fengguang079d88c2010-03-08 10:44:23 +0800831 return;
832 }
833
834 if (subtag == 0)
835 hdmi_intrinsic_event(codec, res);
836 else
837 hdmi_non_intrinsic_event(codec, res);
838}
839
Mengdong Lin58f7d282013-09-04 16:37:12 -0400840static void haswell_verify_D0(struct hda_codec *codec,
Wang Xingchao53b434f2013-06-18 10:41:53 +0800841 hda_nid_t cvt_nid, hda_nid_t nid)
David Henningsson83f26ad2013-04-10 12:26:07 +0200842{
Mengdong Lin58f7d282013-09-04 16:37:12 -0400843 int pwr;
David Henningsson83f26ad2013-04-10 12:26:07 +0200844
Wang Xingchao53b434f2013-06-18 10:41:53 +0800845 /* For Haswell, the converter 1/2 may keep in D3 state after bootup,
846 * thus pins could only choose converter 0 for use. Make sure the
847 * converters are in correct power state */
Takashi Iwaifd678ca2013-06-18 16:28:36 +0200848 if (!snd_hda_check_power_state(codec, cvt_nid, AC_PWRST_D0))
Wang Xingchao53b434f2013-06-18 10:41:53 +0800849 snd_hda_codec_write(codec, cvt_nid, 0, AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
850
Takashi Iwaifd678ca2013-06-18 16:28:36 +0200851 if (!snd_hda_check_power_state(codec, nid, AC_PWRST_D0)) {
David Henningsson83f26ad2013-04-10 12:26:07 +0200852 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE,
853 AC_PWRST_D0);
854 msleep(40);
855 pwr = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_POWER_STATE, 0);
856 pwr = (pwr & AC_PWRST_ACTUAL) >> AC_PWRST_ACTUAL_SHIFT;
Takashi Iwai4e76a882014-02-25 12:21:03 +0100857 codec_dbg(codec, "Haswell HDMI audio: Power for pin 0x%x is now D%d\n", nid, pwr);
David Henningsson83f26ad2013-04-10 12:26:07 +0200858 }
David Henningsson83f26ad2013-04-10 12:26:07 +0200859}
860
Wu Fengguang079d88c2010-03-08 10:44:23 +0800861/*
862 * Callbacks
863 */
864
Takashi Iwai92f10b32010-08-03 14:21:00 +0200865/* HBR should be Non-PCM, 8 channels */
866#define is_hbr_format(format) \
867 ((format & AC_FMT_TYPE_NON_PCM) && (format & AC_FMT_CHAN_MASK) == 7)
868
Anssi Hannula307229d2013-10-24 21:10:34 +0300869static int hdmi_pin_hbr_setup(struct hda_codec *codec, hda_nid_t pin_nid,
870 bool hbr)
Wu Fengguang079d88c2010-03-08 10:44:23 +0800871{
Anssi Hannula307229d2013-10-24 21:10:34 +0300872 int pinctl, new_pinctl;
David Henningsson83f26ad2013-04-10 12:26:07 +0200873
Stephen Warren384a48d2011-06-01 11:14:21 -0600874 if (snd_hda_query_pin_caps(codec, pin_nid) & AC_PINCAP_HBR) {
875 pinctl = snd_hda_codec_read(codec, pin_nid, 0,
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300876 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
877
Anssi Hannula13122e62013-11-10 20:56:10 +0200878 if (pinctl < 0)
879 return hbr ? -EINVAL : 0;
880
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300881 new_pinctl = pinctl & ~AC_PINCTL_EPT;
Anssi Hannula307229d2013-10-24 21:10:34 +0300882 if (hbr)
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300883 new_pinctl |= AC_PINCTL_EPT_HBR;
884 else
885 new_pinctl |= AC_PINCTL_EPT_NATIVE;
886
Takashi Iwai4e76a882014-02-25 12:21:03 +0100887 codec_dbg(codec,
888 "hdmi_pin_hbr_setup: NID=0x%x, %spinctl=0x%x\n",
Stephen Warren384a48d2011-06-01 11:14:21 -0600889 pin_nid,
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300890 pinctl == new_pinctl ? "" : "new-",
891 new_pinctl);
892
893 if (pinctl != new_pinctl)
Stephen Warren384a48d2011-06-01 11:14:21 -0600894 snd_hda_codec_write(codec, pin_nid, 0,
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300895 AC_VERB_SET_PIN_WIDGET_CONTROL,
896 new_pinctl);
Anssi Hannula307229d2013-10-24 21:10:34 +0300897 } else if (hbr)
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300898 return -EINVAL;
Anssi Hannula307229d2013-10-24 21:10:34 +0300899
900 return 0;
901}
902
903static int hdmi_setup_stream(struct hda_codec *codec, hda_nid_t cvt_nid,
904 hda_nid_t pin_nid, u32 stream_tag, int format)
905{
906 struct hdmi_spec *spec = codec->spec;
907 int err;
908
Anssi Hannula307229d2013-10-24 21:10:34 +0300909 err = spec->ops.pin_hbr_setup(codec, pin_nid, is_hbr_format(format));
910
911 if (err) {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100912 codec_dbg(codec, "hdmi_setup_stream: HBR is not supported\n");
Anssi Hannula307229d2013-10-24 21:10:34 +0300913 return err;
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300914 }
Wu Fengguang079d88c2010-03-08 10:44:23 +0800915
Stephen Warren384a48d2011-06-01 11:14:21 -0600916 snd_hda_codec_setup_stream(codec, cvt_nid, stream_tag, 0, format);
Anssi Hannulaea87d1c2010-08-03 13:28:58 +0300917 return 0;
Wu Fengguang079d88c2010-03-08 10:44:23 +0800918}
919
Libin Yang42b29872015-12-16 13:42:42 +0800920/* Try to find an available converter
921 * If pin_idx is less then zero, just try to find an available converter.
922 * Otherwise, try to find an available converter and get the cvt mux index
923 * of the pin.
924 */
Wang Xingchao7ef166b2013-06-18 21:42:14 +0800925static int hdmi_choose_cvt(struct hda_codec *codec,
Takashi Iwai4846a672016-03-21 12:56:46 +0100926 int pin_idx, int *cvt_id)
Takashi Iwaibbbe3392010-08-13 08:45:23 +0200927{
928 struct hdmi_spec *spec = codec->spec;
Stephen Warren384a48d2011-06-01 11:14:21 -0600929 struct hdmi_spec_per_pin *per_pin;
Stephen Warren384a48d2011-06-01 11:14:21 -0600930 struct hdmi_spec_per_cvt *per_cvt = NULL;
Wang Xingchao7ef166b2013-06-18 21:42:14 +0800931 int cvt_idx, mux_idx = 0;
Takashi Iwaibbbe3392010-08-13 08:45:23 +0200932
Libin Yang42b29872015-12-16 13:42:42 +0800933 /* pin_idx < 0 means no pin will be bound to the converter */
934 if (pin_idx < 0)
935 per_pin = NULL;
936 else
937 per_pin = get_pin(spec, pin_idx);
Takashi Iwaibbbe3392010-08-13 08:45:23 +0200938
Stephen Warren384a48d2011-06-01 11:14:21 -0600939 /* Dynamically assign converter to stream */
940 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
Takashi Iwaibce0d2a2013-03-13 14:40:31 +0100941 per_cvt = get_cvt(spec, cvt_idx);
Stephen Warren384a48d2011-06-01 11:14:21 -0600942
943 /* Must not already be assigned */
944 if (per_cvt->assigned)
945 continue;
Libin Yang42b29872015-12-16 13:42:42 +0800946 if (per_pin == NULL)
947 break;
Stephen Warren384a48d2011-06-01 11:14:21 -0600948 /* Must be in pin's mux's list of converters */
949 for (mux_idx = 0; mux_idx < per_pin->num_mux_nids; mux_idx++)
950 if (per_pin->mux_nids[mux_idx] == per_cvt->cvt_nid)
951 break;
952 /* Not in mux list */
953 if (mux_idx == per_pin->num_mux_nids)
954 continue;
955 break;
956 }
Wang Xingchao7ef166b2013-06-18 21:42:14 +0800957
Stephen Warren384a48d2011-06-01 11:14:21 -0600958 /* No free converters */
959 if (cvt_idx == spec->num_cvts)
Libin Yang42b29872015-12-16 13:42:42 +0800960 return -EBUSY;
Stephen Warren384a48d2011-06-01 11:14:21 -0600961
Libin Yang42b29872015-12-16 13:42:42 +0800962 if (per_pin != NULL)
963 per_pin->mux_idx = mux_idx;
Mengdong Lin2df67422014-03-20 13:01:06 +0800964
Wang Xingchao7ef166b2013-06-18 21:42:14 +0800965 if (cvt_id)
966 *cvt_id = cvt_idx;
Wang Xingchao7ef166b2013-06-18 21:42:14 +0800967
968 return 0;
969}
970
Mengdong Lin2df67422014-03-20 13:01:06 +0800971/* Assure the pin select the right convetor */
972static void intel_verify_pin_cvt_connect(struct hda_codec *codec,
973 struct hdmi_spec_per_pin *per_pin)
974{
975 hda_nid_t pin_nid = per_pin->pin_nid;
976 int mux_idx, curr;
977
978 mux_idx = per_pin->mux_idx;
979 curr = snd_hda_codec_read(codec, pin_nid, 0,
980 AC_VERB_GET_CONNECT_SEL, 0);
981 if (curr != mux_idx)
982 snd_hda_codec_write_cache(codec, pin_nid, 0,
983 AC_VERB_SET_CONNECT_SEL,
984 mux_idx);
985}
986
Libin Yang42b29872015-12-16 13:42:42 +0800987/* get the mux index for the converter of the pins
988 * converter's mux index is the same for all pins on Intel platform
989 */
990static int intel_cvt_id_to_mux_idx(struct hdmi_spec *spec,
991 hda_nid_t cvt_nid)
992{
993 int i;
994
995 for (i = 0; i < spec->num_cvts; i++)
996 if (spec->cvt_nids[i] == cvt_nid)
997 return i;
998 return -EINVAL;
999}
1000
Mengdong Lin300016b2013-11-04 01:13:13 -05001001/* Intel HDMI workaround to fix audio routing issue:
1002 * For some Intel display codecs, pins share the same connection list.
1003 * So a conveter can be selected by multiple pins and playback on any of these
1004 * pins will generate sound on the external display, because audio flows from
1005 * the same converter to the display pipeline. Also muting one pin may make
1006 * other pins have no sound output.
1007 * So this function assures that an assigned converter for a pin is not selected
1008 * by any other pins.
1009 */
1010static void intel_not_share_assigned_cvt(struct hda_codec *codec,
Libin Yang91520852017-01-12 16:04:53 +08001011 hda_nid_t pin_nid,
1012 int dev_id, int mux_idx)
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001013{
1014 struct hdmi_spec *spec = codec->spec;
Takashi Iwai7639a062015-03-03 10:07:24 +01001015 hda_nid_t nid;
Mengdong Linf82d7d12013-09-21 20:34:45 -04001016 int cvt_idx, curr;
1017 struct hdmi_spec_per_cvt *per_cvt;
Libin Yang91520852017-01-12 16:04:53 +08001018 struct hdmi_spec_per_pin *per_pin;
1019 int pin_idx;
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001020
Libin Yang91520852017-01-12 16:04:53 +08001021 /* configure the pins connections */
1022 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
1023 int dev_id_saved;
1024 int dev_num;
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001025
Libin Yang91520852017-01-12 16:04:53 +08001026 per_pin = get_pin(spec, pin_idx);
1027 /*
1028 * pin not connected to monitor
1029 * no need to operate on it
1030 */
1031 if (!per_pin->pcm)
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001032 continue;
1033
Libin Yang91520852017-01-12 16:04:53 +08001034 if ((per_pin->pin_nid == pin_nid) &&
1035 (per_pin->dev_id == dev_id))
Mengdong Linf82d7d12013-09-21 20:34:45 -04001036 continue;
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001037
Libin Yang91520852017-01-12 16:04:53 +08001038 /*
1039 * if per_pin->dev_id >= dev_num,
1040 * snd_hda_get_dev_select() will fail,
1041 * and the following operation is unpredictable.
1042 * So skip this situation.
1043 */
1044 dev_num = snd_hda_get_num_devices(codec, per_pin->pin_nid) + 1;
1045 if (per_pin->dev_id >= dev_num)
1046 continue;
1047
1048 nid = per_pin->pin_nid;
1049
1050 /*
1051 * Calling this function should not impact
1052 * on the device entry selection
1053 * So let's save the dev id for each pin,
1054 * and restore it when return
1055 */
1056 dev_id_saved = snd_hda_get_dev_select(codec, nid);
1057 snd_hda_set_dev_select(codec, nid, per_pin->dev_id);
Mengdong Linf82d7d12013-09-21 20:34:45 -04001058 curr = snd_hda_codec_read(codec, nid, 0,
1059 AC_VERB_GET_CONNECT_SEL, 0);
Libin Yang91520852017-01-12 16:04:53 +08001060 if (curr != mux_idx) {
1061 snd_hda_set_dev_select(codec, nid, dev_id_saved);
Mengdong Linf82d7d12013-09-21 20:34:45 -04001062 continue;
Libin Yang91520852017-01-12 16:04:53 +08001063 }
1064
Mengdong Linf82d7d12013-09-21 20:34:45 -04001065
1066 /* choose an unassigned converter. The conveters in the
1067 * connection list are in the same order as in the codec.
1068 */
1069 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
1070 per_cvt = get_cvt(spec, cvt_idx);
1071 if (!per_cvt->assigned) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01001072 codec_dbg(codec,
1073 "choose cvt %d for pin nid %d\n",
Mengdong Linf82d7d12013-09-21 20:34:45 -04001074 cvt_idx, nid);
1075 snd_hda_codec_write_cache(codec, nid, 0,
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001076 AC_VERB_SET_CONNECT_SEL,
Mengdong Linf82d7d12013-09-21 20:34:45 -04001077 cvt_idx);
1078 break;
1079 }
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001080 }
Libin Yang91520852017-01-12 16:04:53 +08001081 snd_hda_set_dev_select(codec, nid, dev_id_saved);
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001082 }
1083}
1084
Libin Yang42b29872015-12-16 13:42:42 +08001085/* A wrapper of intel_not_share_asigned_cvt() */
1086static void intel_not_share_assigned_cvt_nid(struct hda_codec *codec,
Libin Yang91520852017-01-12 16:04:53 +08001087 hda_nid_t pin_nid, int dev_id, hda_nid_t cvt_nid)
Libin Yang42b29872015-12-16 13:42:42 +08001088{
1089 int mux_idx;
1090 struct hdmi_spec *spec = codec->spec;
1091
Libin Yang42b29872015-12-16 13:42:42 +08001092 /* On Intel platform, the mapping of converter nid to
1093 * mux index of the pins are always the same.
1094 * The pin nid may be 0, this means all pins will not
1095 * share the converter.
1096 */
1097 mux_idx = intel_cvt_id_to_mux_idx(spec, cvt_nid);
1098 if (mux_idx >= 0)
Libin Yang91520852017-01-12 16:04:53 +08001099 intel_not_share_assigned_cvt(codec, pin_nid, dev_id, mux_idx);
Libin Yang42b29872015-12-16 13:42:42 +08001100}
1101
Takashi Iwai4846a672016-03-21 12:56:46 +01001102/* skeleton caller of pin_cvt_fixup ops */
1103static void pin_cvt_fixup(struct hda_codec *codec,
1104 struct hdmi_spec_per_pin *per_pin,
1105 hda_nid_t cvt_nid)
1106{
1107 struct hdmi_spec *spec = codec->spec;
1108
1109 if (spec->ops.pin_cvt_fixup)
1110 spec->ops.pin_cvt_fixup(codec, per_pin, cvt_nid);
1111}
1112
Libin Yang42b29872015-12-16 13:42:42 +08001113/* called in hdmi_pcm_open when no pin is assigned to the PCM
1114 * in dyn_pcm_assign mode.
1115 */
1116static int hdmi_pcm_open_no_pin(struct hda_pcm_stream *hinfo,
1117 struct hda_codec *codec,
1118 struct snd_pcm_substream *substream)
1119{
1120 struct hdmi_spec *spec = codec->spec;
1121 struct snd_pcm_runtime *runtime = substream->runtime;
Libin Yangac983792015-12-16 16:48:16 +08001122 int cvt_idx, pcm_idx;
Libin Yang42b29872015-12-16 13:42:42 +08001123 struct hdmi_spec_per_cvt *per_cvt = NULL;
1124 int err;
1125
Libin Yangac983792015-12-16 16:48:16 +08001126 pcm_idx = hinfo_to_pcm_index(codec, hinfo);
1127 if (pcm_idx < 0)
1128 return -EINVAL;
1129
Takashi Iwai4846a672016-03-21 12:56:46 +01001130 err = hdmi_choose_cvt(codec, -1, &cvt_idx);
Libin Yang42b29872015-12-16 13:42:42 +08001131 if (err)
1132 return err;
1133
1134 per_cvt = get_cvt(spec, cvt_idx);
1135 per_cvt->assigned = 1;
1136 hinfo->nid = per_cvt->cvt_nid;
1137
Takashi Iwai4846a672016-03-21 12:56:46 +01001138 pin_cvt_fixup(codec, NULL, per_cvt->cvt_nid);
Libin Yang42b29872015-12-16 13:42:42 +08001139
Libin Yangac983792015-12-16 16:48:16 +08001140 set_bit(pcm_idx, &spec->pcm_in_use);
Libin Yang42b29872015-12-16 13:42:42 +08001141 /* todo: setup spdif ctls assign */
1142
1143 /* Initially set the converter's capabilities */
1144 hinfo->channels_min = per_cvt->channels_min;
1145 hinfo->channels_max = per_cvt->channels_max;
1146 hinfo->rates = per_cvt->rates;
1147 hinfo->formats = per_cvt->formats;
1148 hinfo->maxbps = per_cvt->maxbps;
1149
1150 /* Store the updated parameters */
1151 runtime->hw.channels_min = hinfo->channels_min;
1152 runtime->hw.channels_max = hinfo->channels_max;
1153 runtime->hw.formats = hinfo->formats;
1154 runtime->hw.rates = hinfo->rates;
1155
1156 snd_pcm_hw_constraint_step(substream->runtime, 0,
1157 SNDRV_PCM_HW_PARAM_CHANNELS, 2);
1158 return 0;
1159}
1160
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001161/*
1162 * HDA PCM callbacks
1163 */
1164static int hdmi_pcm_open(struct hda_pcm_stream *hinfo,
1165 struct hda_codec *codec,
1166 struct snd_pcm_substream *substream)
1167{
1168 struct hdmi_spec *spec = codec->spec;
1169 struct snd_pcm_runtime *runtime = substream->runtime;
Takashi Iwai4846a672016-03-21 12:56:46 +01001170 int pin_idx, cvt_idx, pcm_idx;
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001171 struct hdmi_spec_per_pin *per_pin;
1172 struct hdmi_eld *eld;
1173 struct hdmi_spec_per_cvt *per_cvt = NULL;
1174 int err;
1175
1176 /* Validate hinfo */
Libin Yang2bf3c852015-12-16 13:42:43 +08001177 pcm_idx = hinfo_to_pcm_index(codec, hinfo);
1178 if (pcm_idx < 0)
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001179 return -EINVAL;
Libin Yang2bf3c852015-12-16 13:42:43 +08001180
Libin Yang42b29872015-12-16 13:42:42 +08001181 mutex_lock(&spec->pcm_lock);
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001182 pin_idx = hinfo_to_pin_index(codec, hinfo);
Libin Yang42b29872015-12-16 13:42:42 +08001183 if (!spec->dyn_pcm_assign) {
1184 if (snd_BUG_ON(pin_idx < 0)) {
1185 mutex_unlock(&spec->pcm_lock);
1186 return -EINVAL;
1187 }
1188 } else {
1189 /* no pin is assigned to the PCM
1190 * PA need pcm open successfully when probe
1191 */
1192 if (pin_idx < 0) {
1193 err = hdmi_pcm_open_no_pin(hinfo, codec, substream);
1194 mutex_unlock(&spec->pcm_lock);
1195 return err;
1196 }
1197 }
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001198
Takashi Iwai4846a672016-03-21 12:56:46 +01001199 err = hdmi_choose_cvt(codec, pin_idx, &cvt_idx);
Libin Yang42b29872015-12-16 13:42:42 +08001200 if (err < 0) {
1201 mutex_unlock(&spec->pcm_lock);
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001202 return err;
Libin Yang42b29872015-12-16 13:42:42 +08001203 }
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001204
1205 per_cvt = get_cvt(spec, cvt_idx);
Stephen Warren384a48d2011-06-01 11:14:21 -06001206 /* Claim converter */
1207 per_cvt->assigned = 1;
Libin Yang42b29872015-12-16 13:42:42 +08001208
Libin Yangac983792015-12-16 16:48:16 +08001209 set_bit(pcm_idx, &spec->pcm_in_use);
Libin Yang42b29872015-12-16 13:42:42 +08001210 per_pin = get_pin(spec, pin_idx);
Anssi Hannula1df5a062013-10-05 02:25:40 +03001211 per_pin->cvt_nid = per_cvt->cvt_nid;
Stephen Warren384a48d2011-06-01 11:14:21 -06001212 hinfo->nid = per_cvt->cvt_nid;
1213
Libin Yang91520852017-01-12 16:04:53 +08001214 snd_hda_set_dev_select(codec, per_pin->pin_nid, per_pin->dev_id);
Takashi Iwaibddee962013-06-18 16:14:22 +02001215 snd_hda_codec_write_cache(codec, per_pin->pin_nid, 0,
Stephen Warren384a48d2011-06-01 11:14:21 -06001216 AC_VERB_SET_CONNECT_SEL,
Takashi Iwai4846a672016-03-21 12:56:46 +01001217 per_pin->mux_idx);
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001218
1219 /* configure unused pins to choose other converters */
Takashi Iwai4846a672016-03-21 12:56:46 +01001220 pin_cvt_fixup(codec, per_pin, 0);
Wang Xingchao7ef166b2013-06-18 21:42:14 +08001221
Libin Yang2bf3c852015-12-16 13:42:43 +08001222 snd_hda_spdif_ctls_assign(codec, pcm_idx, per_cvt->cvt_nid);
Takashi Iwaibbbe3392010-08-13 08:45:23 +02001223
Stephen Warren2def8172011-06-01 11:14:20 -06001224 /* Initially set the converter's capabilities */
Stephen Warren384a48d2011-06-01 11:14:21 -06001225 hinfo->channels_min = per_cvt->channels_min;
1226 hinfo->channels_max = per_cvt->channels_max;
1227 hinfo->rates = per_cvt->rates;
1228 hinfo->formats = per_cvt->formats;
1229 hinfo->maxbps = per_cvt->maxbps;
Stephen Warren2def8172011-06-01 11:14:20 -06001230
Libin Yang42b29872015-12-16 13:42:42 +08001231 eld = &per_pin->sink_eld;
Stephen Warren384a48d2011-06-01 11:14:21 -06001232 /* Restrict capabilities by ELD if this isn't disabled */
Stephen Warrenc3d52102011-06-01 11:14:16 -06001233 if (!static_hdmi_pcm && eld->eld_valid) {
David Henningsson1613d6b2013-02-19 16:11:24 +01001234 snd_hdmi_eld_update_pcm_info(&eld->info, hinfo);
Takashi Iwaibbbe3392010-08-13 08:45:23 +02001235 if (hinfo->channels_min > hinfo->channels_max ||
Takashi Iwai2ad779b2013-02-01 14:01:27 +01001236 !hinfo->rates || !hinfo->formats) {
1237 per_cvt->assigned = 0;
1238 hinfo->nid = 0;
Libin Yang2bf3c852015-12-16 13:42:43 +08001239 snd_hda_spdif_ctls_unassign(codec, pcm_idx);
Libin Yang42b29872015-12-16 13:42:42 +08001240 mutex_unlock(&spec->pcm_lock);
Takashi Iwaibbbe3392010-08-13 08:45:23 +02001241 return -ENODEV;
Takashi Iwai2ad779b2013-02-01 14:01:27 +01001242 }
Takashi Iwaibbbe3392010-08-13 08:45:23 +02001243 }
Stephen Warren2def8172011-06-01 11:14:20 -06001244
Libin Yang42b29872015-12-16 13:42:42 +08001245 mutex_unlock(&spec->pcm_lock);
Stephen Warren2def8172011-06-01 11:14:20 -06001246 /* Store the updated parameters */
Takashi Iwai639cef02011-01-14 10:30:46 +01001247 runtime->hw.channels_min = hinfo->channels_min;
1248 runtime->hw.channels_max = hinfo->channels_max;
1249 runtime->hw.formats = hinfo->formats;
1250 runtime->hw.rates = hinfo->rates;
Takashi Iwai4fe2ca12011-01-14 10:33:26 +01001251
1252 snd_pcm_hw_constraint_step(substream->runtime, 0,
1253 SNDRV_PCM_HW_PARAM_CHANNELS, 2);
Takashi Iwaibbbe3392010-08-13 08:45:23 +02001254 return 0;
1255}
1256
1257/*
Wu Fengguang079d88c2010-03-08 10:44:23 +08001258 * HDA/HDMI auto parsing
1259 */
Stephen Warren384a48d2011-06-01 11:14:21 -06001260static int hdmi_read_pin_conn(struct hda_codec *codec, int pin_idx)
Wu Fengguang079d88c2010-03-08 10:44:23 +08001261{
1262 struct hdmi_spec *spec = codec->spec;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01001263 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
Stephen Warren384a48d2011-06-01 11:14:21 -06001264 hda_nid_t pin_nid = per_pin->pin_nid;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001265
1266 if (!(get_wcaps(codec, pin_nid) & AC_WCAP_CONN_LIST)) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01001267 codec_warn(codec,
1268 "HDMI: pin %d wcaps %#x does not support connection list\n",
Wu Fengguang079d88c2010-03-08 10:44:23 +08001269 pin_nid, get_wcaps(codec, pin_nid));
1270 return -EINVAL;
1271 }
1272
Libin Yang91520852017-01-12 16:04:53 +08001273 /* all the device entries on the same pin have the same conn list */
Stephen Warren384a48d2011-06-01 11:14:21 -06001274 per_pin->num_mux_nids = snd_hda_get_connections(codec, pin_nid,
1275 per_pin->mux_nids,
1276 HDA_MAX_CONNECTIONS);
Wu Fengguang079d88c2010-03-08 10:44:23 +08001277
1278 return 0;
1279}
1280
Libin Yanga76056f2015-12-16 16:48:15 +08001281static int hdmi_find_pcm_slot(struct hdmi_spec *spec,
1282 struct hdmi_spec_per_pin *per_pin)
1283{
1284 int i;
1285
1286 /* try the prefer PCM */
1287 if (!test_bit(per_pin->pin_nid_idx, &spec->pcm_bitmap))
1288 return per_pin->pin_nid_idx;
1289
1290 /* have a second try; check the "reserved area" over num_pins */
Libin Yang91520852017-01-12 16:04:53 +08001291 for (i = spec->num_nids; i < spec->pcm_used; i++) {
Libin Yanga76056f2015-12-16 16:48:15 +08001292 if (!test_bit(i, &spec->pcm_bitmap))
1293 return i;
1294 }
1295
1296 /* the last try; check the empty slots in pins */
Libin Yang91520852017-01-12 16:04:53 +08001297 for (i = 0; i < spec->num_nids; i++) {
Libin Yanga76056f2015-12-16 16:48:15 +08001298 if (!test_bit(i, &spec->pcm_bitmap))
1299 return i;
1300 }
1301 return -EBUSY;
1302}
1303
1304static void hdmi_attach_hda_pcm(struct hdmi_spec *spec,
1305 struct hdmi_spec_per_pin *per_pin)
1306{
1307 int idx;
1308
1309 /* pcm already be attached to the pin */
1310 if (per_pin->pcm)
1311 return;
1312 idx = hdmi_find_pcm_slot(spec, per_pin);
Libin Yangd10a80d2016-03-01 15:18:26 +08001313 if (idx == -EBUSY)
Libin Yanga76056f2015-12-16 16:48:15 +08001314 return;
1315 per_pin->pcm_idx = idx;
Libin Yang2bea2412016-01-12 11:13:26 +08001316 per_pin->pcm = get_hdmi_pcm(spec, idx);
Libin Yanga76056f2015-12-16 16:48:15 +08001317 set_bit(idx, &spec->pcm_bitmap);
1318}
1319
1320static void hdmi_detach_hda_pcm(struct hdmi_spec *spec,
1321 struct hdmi_spec_per_pin *per_pin)
1322{
1323 int idx;
1324
1325 /* pcm already be detached from the pin */
1326 if (!per_pin->pcm)
1327 return;
1328 idx = per_pin->pcm_idx;
1329 per_pin->pcm_idx = -1;
1330 per_pin->pcm = NULL;
1331 if (idx >= 0 && idx < spec->pcm_used)
1332 clear_bit(idx, &spec->pcm_bitmap);
1333}
1334
Libin Yangac983792015-12-16 16:48:16 +08001335static int hdmi_get_pin_cvt_mux(struct hdmi_spec *spec,
1336 struct hdmi_spec_per_pin *per_pin, hda_nid_t cvt_nid)
1337{
1338 int mux_idx;
1339
1340 for (mux_idx = 0; mux_idx < per_pin->num_mux_nids; mux_idx++)
1341 if (per_pin->mux_nids[mux_idx] == cvt_nid)
1342 break;
1343 return mux_idx;
1344}
1345
1346static bool check_non_pcm_per_cvt(struct hda_codec *codec, hda_nid_t cvt_nid);
1347
1348static void hdmi_pcm_setup_pin(struct hdmi_spec *spec,
1349 struct hdmi_spec_per_pin *per_pin)
1350{
1351 struct hda_codec *codec = per_pin->codec;
1352 struct hda_pcm *pcm;
1353 struct hda_pcm_stream *hinfo;
1354 struct snd_pcm_substream *substream;
1355 int mux_idx;
1356 bool non_pcm;
1357
1358 if (per_pin->pcm_idx >= 0 && per_pin->pcm_idx < spec->pcm_used)
Libin Yang2bea2412016-01-12 11:13:26 +08001359 pcm = get_pcm_rec(spec, per_pin->pcm_idx);
Libin Yangac983792015-12-16 16:48:16 +08001360 else
1361 return;
1362 if (!test_bit(per_pin->pcm_idx, &spec->pcm_in_use))
1363 return;
1364
1365 /* hdmi audio only uses playback and one substream */
1366 hinfo = pcm->stream;
1367 substream = pcm->pcm->streams[0].substream;
1368
1369 per_pin->cvt_nid = hinfo->nid;
1370
1371 mux_idx = hdmi_get_pin_cvt_mux(spec, per_pin, hinfo->nid);
Libin Yang91520852017-01-12 16:04:53 +08001372 if (mux_idx < per_pin->num_mux_nids) {
1373 snd_hda_set_dev_select(codec, per_pin->pin_nid,
1374 per_pin->dev_id);
Libin Yangac983792015-12-16 16:48:16 +08001375 snd_hda_codec_write_cache(codec, per_pin->pin_nid, 0,
1376 AC_VERB_SET_CONNECT_SEL,
1377 mux_idx);
Libin Yang91520852017-01-12 16:04:53 +08001378 }
Libin Yangac983792015-12-16 16:48:16 +08001379 snd_hda_spdif_ctls_assign(codec, per_pin->pcm_idx, hinfo->nid);
1380
1381 non_pcm = check_non_pcm_per_cvt(codec, hinfo->nid);
1382 if (substream->runtime)
1383 per_pin->channels = substream->runtime->channels;
1384 per_pin->setup = true;
1385 per_pin->mux_idx = mux_idx;
1386
1387 hdmi_setup_audio_infoframe(codec, per_pin, non_pcm);
1388}
1389
1390static void hdmi_pcm_reset_pin(struct hdmi_spec *spec,
1391 struct hdmi_spec_per_pin *per_pin)
1392{
1393 if (per_pin->pcm_idx >= 0 && per_pin->pcm_idx < spec->pcm_used)
1394 snd_hda_spdif_ctls_unassign(per_pin->codec, per_pin->pcm_idx);
1395
1396 per_pin->chmap_set = false;
1397 memset(per_pin->chmap, 0, sizeof(per_pin->chmap));
1398
1399 per_pin->setup = false;
1400 per_pin->channels = 0;
1401}
1402
Takashi Iwaie90247f2015-11-13 09:12:12 +01001403/* update per_pin ELD from the given new ELD;
1404 * setup info frame and notification accordingly
1405 */
1406static void update_eld(struct hda_codec *codec,
1407 struct hdmi_spec_per_pin *per_pin,
1408 struct hdmi_eld *eld)
1409{
1410 struct hdmi_eld *pin_eld = &per_pin->sink_eld;
Libin Yanga76056f2015-12-16 16:48:15 +08001411 struct hdmi_spec *spec = codec->spec;
Takashi Iwaie90247f2015-11-13 09:12:12 +01001412 bool old_eld_valid = pin_eld->eld_valid;
1413 bool eld_changed;
Libin Yangfb087ea2016-02-23 16:33:37 +08001414 int pcm_idx = -1;
Takashi Iwaie90247f2015-11-13 09:12:12 +01001415
Libin Yangfb087ea2016-02-23 16:33:37 +08001416 /* for monitor disconnection, save pcm_idx firstly */
1417 pcm_idx = per_pin->pcm_idx;
Libin Yanga76056f2015-12-16 16:48:15 +08001418 if (spec->dyn_pcm_assign) {
Libin Yangac983792015-12-16 16:48:16 +08001419 if (eld->eld_valid) {
Libin Yanga76056f2015-12-16 16:48:15 +08001420 hdmi_attach_hda_pcm(spec, per_pin);
Libin Yangac983792015-12-16 16:48:16 +08001421 hdmi_pcm_setup_pin(spec, per_pin);
1422 } else {
1423 hdmi_pcm_reset_pin(spec, per_pin);
Libin Yanga76056f2015-12-16 16:48:15 +08001424 hdmi_detach_hda_pcm(spec, per_pin);
Libin Yangac983792015-12-16 16:48:16 +08001425 }
Libin Yanga76056f2015-12-16 16:48:15 +08001426 }
Libin Yangfb087ea2016-02-23 16:33:37 +08001427 /* if pcm_idx == -1, it means this is in monitor connection event
1428 * we can get the correct pcm_idx now.
1429 */
1430 if (pcm_idx == -1)
1431 pcm_idx = per_pin->pcm_idx;
Libin Yanga76056f2015-12-16 16:48:15 +08001432
Takashi Iwaie90247f2015-11-13 09:12:12 +01001433 if (eld->eld_valid)
1434 snd_hdmi_show_eld(codec, &eld->info);
1435
1436 eld_changed = (pin_eld->eld_valid != eld->eld_valid);
1437 if (eld->eld_valid && pin_eld->eld_valid)
1438 if (pin_eld->eld_size != eld->eld_size ||
1439 memcmp(pin_eld->eld_buffer, eld->eld_buffer,
1440 eld->eld_size) != 0)
1441 eld_changed = true;
1442
Takashi Iwaibd481282016-03-18 18:01:53 +01001443 pin_eld->monitor_present = eld->monitor_present;
Takashi Iwaie90247f2015-11-13 09:12:12 +01001444 pin_eld->eld_valid = eld->eld_valid;
1445 pin_eld->eld_size = eld->eld_size;
1446 if (eld->eld_valid)
1447 memcpy(pin_eld->eld_buffer, eld->eld_buffer, eld->eld_size);
1448 pin_eld->info = eld->info;
1449
1450 /*
1451 * Re-setup pin and infoframe. This is needed e.g. when
1452 * - sink is first plugged-in
1453 * - transcoder can change during stream playback on Haswell
1454 * and this can make HW reset converter selection on a pin.
1455 */
1456 if (eld->eld_valid && !old_eld_valid && per_pin->setup) {
Takashi Iwai4846a672016-03-21 12:56:46 +01001457 pin_cvt_fixup(codec, per_pin, 0);
Takashi Iwaie90247f2015-11-13 09:12:12 +01001458 hdmi_setup_audio_infoframe(codec, per_pin, per_pin->non_pcm);
1459 }
1460
Libin Yangfb087ea2016-02-23 16:33:37 +08001461 if (eld_changed && pcm_idx >= 0)
Takashi Iwaie90247f2015-11-13 09:12:12 +01001462 snd_ctl_notify(codec->card,
1463 SNDRV_CTL_EVENT_MASK_VALUE |
1464 SNDRV_CTL_EVENT_MASK_INFO,
Libin Yangfb087ea2016-02-23 16:33:37 +08001465 &get_hdmi_pcm(spec, pcm_idx)->eld_ctl->id);
Takashi Iwaie90247f2015-11-13 09:12:12 +01001466}
1467
Takashi Iwai788d4412015-11-12 15:36:13 +01001468/* update ELD and jack state via HD-audio verbs */
1469static bool hdmi_present_sense_via_verbs(struct hdmi_spec_per_pin *per_pin,
1470 int repoll)
Wu Fengguang079d88c2010-03-08 10:44:23 +08001471{
David Henningsson464837a2013-11-07 13:38:25 +01001472 struct hda_jack_tbl *jack;
Wu Fengguang744626d2011-11-16 16:29:47 +08001473 struct hda_codec *codec = per_pin->codec;
David Henningsson4bd038f2013-02-19 16:11:25 +01001474 struct hdmi_spec *spec = codec->spec;
1475 struct hdmi_eld *eld = &spec->temp_eld;
Wu Fengguang744626d2011-11-16 16:29:47 +08001476 hda_nid_t pin_nid = per_pin->pin_nid;
Stephen Warren5d44f922011-05-24 17:11:17 -06001477 /*
1478 * Always execute a GetPinSense verb here, even when called from
1479 * hdmi_intrinsic_event; for some NVIDIA HW, the unsolicited
1480 * response's PD bit is not the real PD value, but indicates that
1481 * the real PD value changed. An older version of the HD-audio
1482 * specification worked this way. Hence, we just ignore the data in
1483 * the unsolicited response to avoid custom WARs.
1484 */
David Henningssonda4a7a32013-12-18 10:46:04 +01001485 int present;
Takashi Iwaiefe47102013-11-07 13:38:23 +01001486 bool ret;
Takashi Iwai9a5e5232015-12-10 14:35:09 +01001487 bool do_repoll = false;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001488
David Henningssonda4a7a32013-12-18 10:46:04 +01001489 present = snd_hda_pin_sense(codec, pin_nid);
1490
Takashi Iwaia4e9a382013-10-17 18:21:12 +02001491 mutex_lock(&per_pin->lock);
Takashi Iwaic44da622016-04-13 09:45:53 +02001492 eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE);
1493 if (eld->monitor_present)
David Henningsson4bd038f2013-02-19 16:11:25 +01001494 eld->eld_valid = !!(present & AC_PINSENSE_ELDV);
1495 else
1496 eld->eld_valid = false;
Stephen Warren5d44f922011-05-24 17:11:17 -06001497
Takashi Iwai4e76a882014-02-25 12:21:03 +01001498 codec_dbg(codec,
Stephen Warren384a48d2011-06-01 11:14:21 -06001499 "HDMI status: Codec=%d Pin=%d Presence_Detect=%d ELD_Valid=%d\n",
Takashi Iwaic44da622016-04-13 09:45:53 +02001500 codec->addr, pin_nid, eld->monitor_present, eld->eld_valid);
Stephen Warren5d44f922011-05-24 17:11:17 -06001501
David Henningsson4bd038f2013-02-19 16:11:25 +01001502 if (eld->eld_valid) {
Anssi Hannula307229d2013-10-24 21:10:34 +03001503 if (spec->ops.pin_get_eld(codec, pin_nid, eld->eld_buffer,
David Henningsson1613d6b2013-02-19 16:11:24 +01001504 &eld->eld_size) < 0)
David Henningsson4bd038f2013-02-19 16:11:25 +01001505 eld->eld_valid = false;
David Henningsson1613d6b2013-02-19 16:11:24 +01001506 else {
Takashi Iwai79514d42014-06-06 18:04:34 +02001507 if (snd_hdmi_parse_eld(codec, &eld->info, eld->eld_buffer,
David Henningsson1613d6b2013-02-19 16:11:24 +01001508 eld->eld_size) < 0)
David Henningsson4bd038f2013-02-19 16:11:25 +01001509 eld->eld_valid = false;
David Henningsson1613d6b2013-02-19 16:11:24 +01001510 }
Takashi Iwai9a5e5232015-12-10 14:35:09 +01001511 if (!eld->eld_valid && repoll)
1512 do_repoll = true;
Wu Fengguang744626d2011-11-16 16:29:47 +08001513 }
David Henningsson4bd038f2013-02-19 16:11:25 +01001514
Takashi Iwai9a5e5232015-12-10 14:35:09 +01001515 if (do_repoll)
Takashi Iwaie90247f2015-11-13 09:12:12 +01001516 schedule_delayed_work(&per_pin->work, msecs_to_jiffies(300));
1517 else
1518 update_eld(codec, per_pin, eld);
Anssi Hannula6acce402014-10-19 19:25:19 +03001519
Takashi Iwaic44da622016-04-13 09:45:53 +02001520 ret = !repoll || !eld->monitor_present || eld->eld_valid;
David Henningsson464837a2013-11-07 13:38:25 +01001521
1522 jack = snd_hda_jack_tbl_get(codec, pin_nid);
1523 if (jack)
1524 jack->block_report = !ret;
1525
Takashi Iwaia4e9a382013-10-17 18:21:12 +02001526 mutex_unlock(&per_pin->lock);
Takashi Iwaiefe47102013-11-07 13:38:23 +01001527 return ret;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001528}
1529
Libin Yang31842702016-02-19 15:42:06 +08001530static struct snd_jack *pin_idx_to_jack(struct hda_codec *codec,
1531 struct hdmi_spec_per_pin *per_pin)
1532{
1533 struct hdmi_spec *spec = codec->spec;
1534 struct snd_jack *jack = NULL;
1535 struct hda_jack_tbl *jack_tbl;
1536
1537 /* if !dyn_pcm_assign, get jack from hda_jack_tbl
1538 * in !dyn_pcm_assign case, spec->pcm_rec[].jack is not
1539 * NULL even after snd_hda_jack_tbl_clear() is called to
1540 * free snd_jack. This may cause access invalid memory
1541 * when calling snd_jack_report
1542 */
1543 if (per_pin->pcm_idx >= 0 && spec->dyn_pcm_assign)
1544 jack = spec->pcm_rec[per_pin->pcm_idx].jack;
1545 else if (!spec->dyn_pcm_assign) {
Libin Yang91520852017-01-12 16:04:53 +08001546 /*
1547 * jack tbl doesn't support DP MST
1548 * DP MST will use dyn_pcm_assign,
1549 * so DP MST will never come here
1550 */
Libin Yang31842702016-02-19 15:42:06 +08001551 jack_tbl = snd_hda_jack_tbl_get(codec, per_pin->pin_nid);
1552 if (jack_tbl)
1553 jack = jack_tbl->jack;
1554 }
1555 return jack;
1556}
1557
Takashi Iwai788d4412015-11-12 15:36:13 +01001558/* update ELD and jack state via audio component */
1559static void sync_eld_via_acomp(struct hda_codec *codec,
1560 struct hdmi_spec_per_pin *per_pin)
1561{
Takashi Iwai788d4412015-11-12 15:36:13 +01001562 struct hdmi_spec *spec = codec->spec;
1563 struct hdmi_eld *eld = &spec->temp_eld;
Libin Yang25e4abb2016-01-12 11:13:27 +08001564 struct snd_jack *jack = NULL;
Takashi Iwai788d4412015-11-12 15:36:13 +01001565 int size;
1566
Takashi Iwaie2dc7d72015-12-01 12:39:38 +01001567 mutex_lock(&per_pin->lock);
Takashi Iwaic64c1432016-03-21 16:07:30 +01001568 eld->monitor_present = false;
Libin Yang91520852017-01-12 16:04:53 +08001569 size = snd_hdac_acomp_get_eld(&codec->core, per_pin->pin_nid,
1570 per_pin->dev_id, &eld->monitor_present,
1571 eld->eld_buffer, ELD_MAX_SIZE);
Takashi Iwaie2dc7d72015-12-01 12:39:38 +01001572 if (size > 0) {
1573 size = min(size, ELD_MAX_SIZE);
1574 if (snd_hdmi_parse_eld(codec, &eld->info,
1575 eld->eld_buffer, size) < 0)
1576 size = -EINVAL;
Takashi Iwai788d4412015-11-12 15:36:13 +01001577 }
Takashi Iwaie2dc7d72015-12-01 12:39:38 +01001578
1579 if (size > 0) {
1580 eld->eld_valid = true;
1581 eld->eld_size = size;
1582 } else {
1583 eld->eld_valid = false;
1584 eld->eld_size = 0;
1585 }
1586
Libin Yang25e4abb2016-01-12 11:13:27 +08001587 /* pcm_idx >=0 before update_eld() means it is in monitor
1588 * disconnected event. Jack must be fetched before update_eld()
1589 */
Libin Yang31842702016-02-19 15:42:06 +08001590 jack = pin_idx_to_jack(codec, per_pin);
Takashi Iwaie2dc7d72015-12-01 12:39:38 +01001591 update_eld(codec, per_pin, eld);
Libin Yang31842702016-02-19 15:42:06 +08001592 if (jack == NULL)
1593 jack = pin_idx_to_jack(codec, per_pin);
Libin Yang25e4abb2016-01-12 11:13:27 +08001594 if (jack == NULL)
1595 goto unlock;
1596 snd_jack_report(jack,
Takashi Iwaie2dc7d72015-12-01 12:39:38 +01001597 eld->monitor_present ? SND_JACK_AVOUT : 0);
1598 unlock:
1599 mutex_unlock(&per_pin->lock);
Takashi Iwai788d4412015-11-12 15:36:13 +01001600}
1601
1602static bool hdmi_present_sense(struct hdmi_spec_per_pin *per_pin, int repoll)
1603{
1604 struct hda_codec *codec = per_pin->codec;
Libin Yanga76056f2015-12-16 16:48:15 +08001605 struct hdmi_spec *spec = codec->spec;
1606 int ret;
Takashi Iwai788d4412015-11-12 15:36:13 +01001607
Takashi Iwai222bde02016-03-17 14:48:13 +01001608 /* no temporary power up/down needed for component notifier */
1609 if (!codec_has_acomp(codec))
1610 snd_hda_power_up_pm(codec);
1611
Libin Yanga76056f2015-12-16 16:48:15 +08001612 mutex_lock(&spec->pcm_lock);
Takashi Iwai788d4412015-11-12 15:36:13 +01001613 if (codec_has_acomp(codec)) {
1614 sync_eld_via_acomp(codec, per_pin);
Libin Yanga76056f2015-12-16 16:48:15 +08001615 ret = false; /* don't call snd_hda_jack_report_sync() */
Takashi Iwai788d4412015-11-12 15:36:13 +01001616 } else {
Libin Yanga76056f2015-12-16 16:48:15 +08001617 ret = hdmi_present_sense_via_verbs(per_pin, repoll);
Takashi Iwai788d4412015-11-12 15:36:13 +01001618 }
Libin Yanga76056f2015-12-16 16:48:15 +08001619 mutex_unlock(&spec->pcm_lock);
1620
Takashi Iwai222bde02016-03-17 14:48:13 +01001621 if (!codec_has_acomp(codec))
1622 snd_hda_power_down_pm(codec);
1623
Libin Yanga76056f2015-12-16 16:48:15 +08001624 return ret;
Takashi Iwai788d4412015-11-12 15:36:13 +01001625}
1626
Wu Fengguang744626d2011-11-16 16:29:47 +08001627static void hdmi_repoll_eld(struct work_struct *work)
1628{
1629 struct hdmi_spec_per_pin *per_pin =
1630 container_of(to_delayed_work(work), struct hdmi_spec_per_pin, work);
1631
Wu Fengguangc6e84532011-11-18 16:59:32 -06001632 if (per_pin->repoll_count++ > 6)
1633 per_pin->repoll_count = 0;
1634
Takashi Iwaiefe47102013-11-07 13:38:23 +01001635 if (hdmi_present_sense(per_pin, per_pin->repoll_count))
1636 snd_hda_jack_report_sync(per_pin->codec);
Wu Fengguang744626d2011-11-16 16:29:47 +08001637}
1638
Takashi Iwaic88d4e82013-02-08 17:10:04 -05001639static void intel_haswell_fixup_connect_list(struct hda_codec *codec,
1640 hda_nid_t nid);
1641
Wu Fengguang079d88c2010-03-08 10:44:23 +08001642static int hdmi_add_pin(struct hda_codec *codec, hda_nid_t pin_nid)
1643{
1644 struct hdmi_spec *spec = codec->spec;
Stephen Warren384a48d2011-06-01 11:14:21 -06001645 unsigned int caps, config;
1646 int pin_idx;
1647 struct hdmi_spec_per_pin *per_pin;
David Henningsson07acecc2011-05-19 11:46:03 +02001648 int err;
Libin Yang91520852017-01-12 16:04:53 +08001649 int dev_num, i;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001650
Takashi Iwaiefc2f8de2012-11-21 14:27:37 +01001651 caps = snd_hda_query_pin_caps(codec, pin_nid);
Stephen Warren384a48d2011-06-01 11:14:21 -06001652 if (!(caps & (AC_PINCAP_HDMI | AC_PINCAP_DP)))
1653 return 0;
1654
Libin Yang91520852017-01-12 16:04:53 +08001655 /*
1656 * For DP MST audio, Configuration Default is the same for
1657 * all device entries on the same pin
1658 */
Takashi Iwaiefc2f8de2012-11-21 14:27:37 +01001659 config = snd_hda_codec_get_pincfg(codec, pin_nid);
Stephen Warren384a48d2011-06-01 11:14:21 -06001660 if (get_defcfg_connect(config) == AC_JACK_PORT_NONE)
1661 return 0;
1662
Libin Yang91520852017-01-12 16:04:53 +08001663 /*
1664 * To simplify the implementation, malloc all
1665 * the virtual pins in the initialization statically
1666 */
1667 if (is_haswell_plus(codec)) {
1668 /*
1669 * On Intel platforms, device entries number is
1670 * changed dynamically. If there is a DP MST
1671 * hub connected, the device entries number is 3.
1672 * Otherwise, it is 1.
1673 * Here we manually set dev_num to 3, so that
1674 * we can initialize all the device entries when
1675 * bootup statically.
1676 */
1677 dev_num = 3;
1678 spec->dev_num = 3;
1679 } else if (spec->dyn_pcm_assign && codec->dp_mst) {
1680 dev_num = snd_hda_get_num_devices(codec, pin_nid) + 1;
1681 /*
1682 * spec->dev_num is the maxinum number of device entries
1683 * among all the pins
1684 */
1685 spec->dev_num = (spec->dev_num > dev_num) ?
1686 spec->dev_num : dev_num;
1687 } else {
1688 /*
1689 * If the platform doesn't support DP MST,
1690 * manually set dev_num to 1. This means
1691 * the pin has only one device entry.
1692 */
1693 dev_num = 1;
1694 spec->dev_num = 1;
Libin Yang2bea2412016-01-12 11:13:26 +08001695 }
Wu Fengguang079d88c2010-03-08 10:44:23 +08001696
Libin Yang91520852017-01-12 16:04:53 +08001697 for (i = 0; i < dev_num; i++) {
1698 pin_idx = spec->num_pins;
1699 per_pin = snd_array_new(&spec->pins);
Wu Fengguang079d88c2010-03-08 10:44:23 +08001700
Libin Yang91520852017-01-12 16:04:53 +08001701 if (!per_pin)
1702 return -ENOMEM;
1703
1704 if (spec->dyn_pcm_assign) {
1705 per_pin->pcm = NULL;
1706 per_pin->pcm_idx = -1;
1707 } else {
1708 per_pin->pcm = get_hdmi_pcm(spec, pin_idx);
1709 per_pin->pcm_idx = pin_idx;
1710 }
1711 per_pin->pin_nid = pin_nid;
1712 per_pin->pin_nid_idx = spec->num_nids;
1713 per_pin->dev_id = i;
1714 per_pin->non_pcm = false;
1715 snd_hda_set_dev_select(codec, pin_nid, i);
1716 if (is_haswell_plus(codec))
1717 intel_haswell_fixup_connect_list(codec, pin_nid);
1718 err = hdmi_read_pin_conn(codec, pin_idx);
1719 if (err < 0)
1720 return err;
1721 spec->num_pins++;
1722 }
1723 spec->num_nids++;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001724
Stephen Warren384a48d2011-06-01 11:14:21 -06001725 return 0;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001726}
1727
Stephen Warren384a48d2011-06-01 11:14:21 -06001728static int hdmi_add_cvt(struct hda_codec *codec, hda_nid_t cvt_nid)
Wu Fengguang079d88c2010-03-08 10:44:23 +08001729{
1730 struct hdmi_spec *spec = codec->spec;
Stephen Warren384a48d2011-06-01 11:14:21 -06001731 struct hdmi_spec_per_cvt *per_cvt;
1732 unsigned int chans;
1733 int err;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001734
Stephen Warren384a48d2011-06-01 11:14:21 -06001735 chans = get_wcaps(codec, cvt_nid);
1736 chans = get_wcaps_channels(chans);
1737
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01001738 per_cvt = snd_array_new(&spec->cvts);
1739 if (!per_cvt)
1740 return -ENOMEM;
Stephen Warren384a48d2011-06-01 11:14:21 -06001741
1742 per_cvt->cvt_nid = cvt_nid;
1743 per_cvt->channels_min = 2;
Takashi Iwaid45e6882012-07-31 11:36:00 +02001744 if (chans <= 16) {
Stephen Warren384a48d2011-06-01 11:14:21 -06001745 per_cvt->channels_max = chans;
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05301746 if (chans > spec->chmap.channels_max)
1747 spec->chmap.channels_max = chans;
Takashi Iwaid45e6882012-07-31 11:36:00 +02001748 }
Stephen Warren384a48d2011-06-01 11:14:21 -06001749
1750 err = snd_hda_query_supported_pcm(codec, cvt_nid,
1751 &per_cvt->rates,
1752 &per_cvt->formats,
1753 &per_cvt->maxbps);
1754 if (err < 0)
1755 return err;
1756
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01001757 if (spec->num_cvts < ARRAY_SIZE(spec->cvt_nids))
1758 spec->cvt_nids[spec->num_cvts] = cvt_nid;
1759 spec->num_cvts++;
Wu Fengguang079d88c2010-03-08 10:44:23 +08001760
1761 return 0;
1762}
1763
1764static int hdmi_parse_codec(struct hda_codec *codec)
1765{
1766 hda_nid_t nid;
1767 int i, nodes;
1768
Takashi Iwai7639a062015-03-03 10:07:24 +01001769 nodes = snd_hda_get_sub_nodes(codec, codec->core.afg, &nid);
Wu Fengguang079d88c2010-03-08 10:44:23 +08001770 if (!nid || nodes < 0) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01001771 codec_warn(codec, "HDMI: failed to get afg sub nodes\n");
Wu Fengguang079d88c2010-03-08 10:44:23 +08001772 return -EINVAL;
1773 }
1774
1775 for (i = 0; i < nodes; i++, nid++) {
1776 unsigned int caps;
1777 unsigned int type;
1778
Takashi Iwaiefc2f8de2012-11-21 14:27:37 +01001779 caps = get_wcaps(codec, nid);
Wu Fengguang079d88c2010-03-08 10:44:23 +08001780 type = get_wcaps_type(caps);
1781
1782 if (!(caps & AC_WCAP_DIGITAL))
1783 continue;
1784
1785 switch (type) {
1786 case AC_WID_AUD_OUT:
Stephen Warren384a48d2011-06-01 11:14:21 -06001787 hdmi_add_cvt(codec, nid);
Wu Fengguang079d88c2010-03-08 10:44:23 +08001788 break;
1789 case AC_WID_PIN:
Wu Fengguang3eaead52010-05-14 16:36:15 +08001790 hdmi_add_pin(codec, nid);
Wu Fengguang079d88c2010-03-08 10:44:23 +08001791 break;
1792 }
1793 }
1794
Wu Fengguang079d88c2010-03-08 10:44:23 +08001795 return 0;
1796}
1797
Takashi Iwai84eb01b2010-09-07 12:27:25 +02001798/*
1799 */
Takashi Iwai1a6003b2012-09-06 17:42:08 +02001800static bool check_non_pcm_per_cvt(struct hda_codec *codec, hda_nid_t cvt_nid)
1801{
1802 struct hda_spdif_out *spdif;
1803 bool non_pcm;
1804
1805 mutex_lock(&codec->spdif_mutex);
1806 spdif = snd_hda_spdif_out_of_nid(codec, cvt_nid);
Libin Yang960a5812016-06-16 11:13:25 +08001807 /* Add sanity check to pass klockwork check.
1808 * This should never happen.
1809 */
1810 if (WARN_ON(spdif == NULL))
1811 return true;
Takashi Iwai1a6003b2012-09-06 17:42:08 +02001812 non_pcm = !!(spdif->status & IEC958_AES0_NONAUDIO);
1813 mutex_unlock(&codec->spdif_mutex);
1814 return non_pcm;
1815}
1816
Takashi Iwai84eb01b2010-09-07 12:27:25 +02001817/*
1818 * HDMI callbacks
1819 */
1820
1821static int generic_hdmi_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
1822 struct hda_codec *codec,
1823 unsigned int stream_tag,
1824 unsigned int format,
1825 struct snd_pcm_substream *substream)
1826{
Stephen Warren384a48d2011-06-01 11:14:21 -06001827 hda_nid_t cvt_nid = hinfo->nid;
1828 struct hdmi_spec *spec = codec->spec;
Libin Yang42b29872015-12-16 13:42:42 +08001829 int pin_idx;
1830 struct hdmi_spec_per_pin *per_pin;
1831 hda_nid_t pin_nid;
Libin Yangddd621f2015-09-02 14:11:40 +08001832 struct snd_pcm_runtime *runtime = substream->runtime;
Takashi Iwai1a6003b2012-09-06 17:42:08 +02001833 bool non_pcm;
Stephen Warren75fae112014-01-30 11:52:16 -07001834 int pinctl;
Libin Yang42b29872015-12-16 13:42:42 +08001835 int err;
Takashi Iwai1a6003b2012-09-06 17:42:08 +02001836
Libin Yang42b29872015-12-16 13:42:42 +08001837 mutex_lock(&spec->pcm_lock);
1838 pin_idx = hinfo_to_pin_index(codec, hinfo);
1839 if (spec->dyn_pcm_assign && pin_idx < 0) {
1840 /* when dyn_pcm_assign and pcm is not bound to a pin
1841 * skip pin setup and return 0 to make audio playback
1842 * be ongoing
1843 */
Takashi Iwai4846a672016-03-21 12:56:46 +01001844 pin_cvt_fixup(codec, NULL, cvt_nid);
Libin Yang42b29872015-12-16 13:42:42 +08001845 snd_hda_codec_setup_stream(codec, cvt_nid,
1846 stream_tag, 0, format);
1847 mutex_unlock(&spec->pcm_lock);
1848 return 0;
1849 }
1850
1851 if (snd_BUG_ON(pin_idx < 0)) {
1852 mutex_unlock(&spec->pcm_lock);
1853 return -EINVAL;
1854 }
1855 per_pin = get_pin(spec, pin_idx);
1856 pin_nid = per_pin->pin_nid;
Takashi Iwai4846a672016-03-21 12:56:46 +01001857
1858 /* Verify pin:cvt selections to avoid silent audio after S3.
1859 * After S3, the audio driver restores pin:cvt selections
1860 * but this can happen before gfx is ready and such selection
1861 * is overlooked by HW. Thus multiple pins can share a same
1862 * default convertor and mute control will affect each other,
1863 * which can cause a resumed audio playback become silent
1864 * after S3.
1865 */
1866 pin_cvt_fixup(codec, per_pin, 0);
Mengdong Lin2df67422014-03-20 13:01:06 +08001867
Libin Yangddd621f2015-09-02 14:11:40 +08001868 /* Call sync_audio_rate to set the N/CTS/M manually if necessary */
1869 /* Todo: add DP1.2 MST audio support later */
Takashi Iwai93a9ff12016-03-18 19:45:13 +01001870 if (codec_has_acomp(codec))
Libin Yang91520852017-01-12 16:04:53 +08001871 snd_hdac_sync_audio_rate(&codec->core, pin_nid, per_pin->dev_id,
Pandiyan, Dhinakaranf9318942016-09-21 13:02:48 -07001872 runtime->rate);
Libin Yangddd621f2015-09-02 14:11:40 +08001873
Takashi Iwai1a6003b2012-09-06 17:42:08 +02001874 non_pcm = check_non_pcm_per_cvt(codec, cvt_nid);
Takashi Iwaia4e9a382013-10-17 18:21:12 +02001875 mutex_lock(&per_pin->lock);
Takashi Iwaib0540872013-09-02 12:33:02 +02001876 per_pin->channels = substream->runtime->channels;
1877 per_pin->setup = true;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02001878
Takashi Iwaib0540872013-09-02 12:33:02 +02001879 hdmi_setup_audio_infoframe(codec, per_pin, non_pcm);
Takashi Iwaia4e9a382013-10-17 18:21:12 +02001880 mutex_unlock(&per_pin->lock);
Stephen Warren75fae112014-01-30 11:52:16 -07001881 if (spec->dyn_pin_out) {
1882 pinctl = snd_hda_codec_read(codec, pin_nid, 0,
1883 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
1884 snd_hda_codec_write(codec, pin_nid, 0,
1885 AC_VERB_SET_PIN_WIDGET_CONTROL,
1886 pinctl | PIN_OUT);
1887 }
1888
Libin Yang91520852017-01-12 16:04:53 +08001889 /* snd_hda_set_dev_select() has been called before */
Libin Yang42b29872015-12-16 13:42:42 +08001890 err = spec->ops.setup_stream(codec, cvt_nid, pin_nid,
1891 stream_tag, format);
1892 mutex_unlock(&spec->pcm_lock);
1893 return err;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02001894}
1895
Takashi Iwai8dfaa572012-08-06 14:49:36 +02001896static int generic_hdmi_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
1897 struct hda_codec *codec,
1898 struct snd_pcm_substream *substream)
1899{
1900 snd_hda_codec_cleanup_stream(codec, hinfo->nid);
1901 return 0;
1902}
1903
Takashi Iwaif2ad24f2012-07-26 18:08:14 +02001904static int hdmi_pcm_close(struct hda_pcm_stream *hinfo,
1905 struct hda_codec *codec,
1906 struct snd_pcm_substream *substream)
Stephen Warren384a48d2011-06-01 11:14:21 -06001907{
1908 struct hdmi_spec *spec = codec->spec;
Libin Yang2bf3c852015-12-16 13:42:43 +08001909 int cvt_idx, pin_idx, pcm_idx;
Stephen Warren384a48d2011-06-01 11:14:21 -06001910 struct hdmi_spec_per_cvt *per_cvt;
1911 struct hdmi_spec_per_pin *per_pin;
Stephen Warren75fae112014-01-30 11:52:16 -07001912 int pinctl;
Stephen Warren384a48d2011-06-01 11:14:21 -06001913
Stephen Warren384a48d2011-06-01 11:14:21 -06001914 if (hinfo->nid) {
Libin Yang2bf3c852015-12-16 13:42:43 +08001915 pcm_idx = hinfo_to_pcm_index(codec, hinfo);
1916 if (snd_BUG_ON(pcm_idx < 0))
1917 return -EINVAL;
Takashi Iwai4e76a882014-02-25 12:21:03 +01001918 cvt_idx = cvt_nid_to_cvt_index(codec, hinfo->nid);
Stephen Warren384a48d2011-06-01 11:14:21 -06001919 if (snd_BUG_ON(cvt_idx < 0))
1920 return -EINVAL;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01001921 per_cvt = get_cvt(spec, cvt_idx);
Stephen Warren384a48d2011-06-01 11:14:21 -06001922
1923 snd_BUG_ON(!per_cvt->assigned);
1924 per_cvt->assigned = 0;
1925 hinfo->nid = 0;
1926
Libin Yang42b29872015-12-16 13:42:42 +08001927 mutex_lock(&spec->pcm_lock);
Libin Yangb09887f82016-01-29 13:53:27 +08001928 snd_hda_spdif_ctls_unassign(codec, pcm_idx);
Libin Yangac983792015-12-16 16:48:16 +08001929 clear_bit(pcm_idx, &spec->pcm_in_use);
Takashi Iwai4e76a882014-02-25 12:21:03 +01001930 pin_idx = hinfo_to_pin_index(codec, hinfo);
Libin Yang42b29872015-12-16 13:42:42 +08001931 if (spec->dyn_pcm_assign && pin_idx < 0) {
1932 mutex_unlock(&spec->pcm_lock);
1933 return 0;
1934 }
1935
1936 if (snd_BUG_ON(pin_idx < 0)) {
1937 mutex_unlock(&spec->pcm_lock);
Stephen Warren384a48d2011-06-01 11:14:21 -06001938 return -EINVAL;
Libin Yang42b29872015-12-16 13:42:42 +08001939 }
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01001940 per_pin = get_pin(spec, pin_idx);
Stephen Warren384a48d2011-06-01 11:14:21 -06001941
Stephen Warren75fae112014-01-30 11:52:16 -07001942 if (spec->dyn_pin_out) {
1943 pinctl = snd_hda_codec_read(codec, per_pin->pin_nid, 0,
1944 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
1945 snd_hda_codec_write(codec, per_pin->pin_nid, 0,
1946 AC_VERB_SET_PIN_WIDGET_CONTROL,
1947 pinctl & ~PIN_OUT);
1948 }
1949
Takashi Iwaia4e9a382013-10-17 18:21:12 +02001950 mutex_lock(&per_pin->lock);
Takashi Iwaid45e6882012-07-31 11:36:00 +02001951 per_pin->chmap_set = false;
1952 memset(per_pin->chmap, 0, sizeof(per_pin->chmap));
Takashi Iwaib0540872013-09-02 12:33:02 +02001953
1954 per_pin->setup = false;
1955 per_pin->channels = 0;
Takashi Iwaia4e9a382013-10-17 18:21:12 +02001956 mutex_unlock(&per_pin->lock);
Libin Yang42b29872015-12-16 13:42:42 +08001957 mutex_unlock(&spec->pcm_lock);
Stephen Warren384a48d2011-06-01 11:14:21 -06001958 }
Takashi Iwaid45e6882012-07-31 11:36:00 +02001959
Stephen Warren384a48d2011-06-01 11:14:21 -06001960 return 0;
1961}
1962
1963static const struct hda_pcm_ops generic_ops = {
1964 .open = hdmi_pcm_open,
Takashi Iwaif2ad24f2012-07-26 18:08:14 +02001965 .close = hdmi_pcm_close,
Stephen Warren384a48d2011-06-01 11:14:21 -06001966 .prepare = generic_hdmi_playback_pcm_prepare,
Takashi Iwai8dfaa572012-08-06 14:49:36 +02001967 .cleanup = generic_hdmi_playback_pcm_cleanup,
Takashi Iwai84eb01b2010-09-07 12:27:25 +02001968};
1969
Subhransu S. Prusty44fde3b2016-04-04 19:23:54 +05301970static int hdmi_get_spk_alloc(struct hdac_device *hdac, int pcm_idx)
1971{
1972 struct hda_codec *codec = container_of(hdac, struct hda_codec, core);
1973 struct hdmi_spec *spec = codec->spec;
1974 struct hdmi_spec_per_pin *per_pin = pcm_idx_to_pin(spec, pcm_idx);
1975
1976 if (!per_pin)
1977 return 0;
1978
1979 return per_pin->sink_eld.info.spk_alloc;
1980}
1981
Subhransu S. Prusty9b3dc8a2016-03-04 19:59:47 +05301982static void hdmi_get_chmap(struct hdac_device *hdac, int pcm_idx,
1983 unsigned char *chmap)
1984{
1985 struct hda_codec *codec = container_of(hdac, struct hda_codec, core);
1986 struct hdmi_spec *spec = codec->spec;
1987 struct hdmi_spec_per_pin *per_pin = pcm_idx_to_pin(spec, pcm_idx);
1988
1989 /* chmap is already set to 0 in caller */
1990 if (!per_pin)
1991 return;
1992
1993 memcpy(chmap, per_pin->chmap, ARRAY_SIZE(per_pin->chmap));
1994}
1995
1996static void hdmi_set_chmap(struct hdac_device *hdac, int pcm_idx,
1997 unsigned char *chmap, int prepared)
1998{
1999 struct hda_codec *codec = container_of(hdac, struct hda_codec, core);
2000 struct hdmi_spec *spec = codec->spec;
2001 struct hdmi_spec_per_pin *per_pin = pcm_idx_to_pin(spec, pcm_idx);
2002
Libin Yanged0739b2016-04-18 09:16:28 +08002003 if (!per_pin)
2004 return;
Subhransu S. Prusty9b3dc8a2016-03-04 19:59:47 +05302005 mutex_lock(&per_pin->lock);
2006 per_pin->chmap_set = true;
2007 memcpy(per_pin->chmap, chmap, ARRAY_SIZE(per_pin->chmap));
2008 if (prepared)
2009 hdmi_setup_audio_infoframe(codec, per_pin, per_pin->non_pcm);
2010 mutex_unlock(&per_pin->lock);
2011}
2012
2013static bool is_hdmi_pcm_attached(struct hdac_device *hdac, int pcm_idx)
2014{
2015 struct hda_codec *codec = container_of(hdac, struct hda_codec, core);
2016 struct hdmi_spec *spec = codec->spec;
2017 struct hdmi_spec_per_pin *per_pin = pcm_idx_to_pin(spec, pcm_idx);
2018
2019 return per_pin ? true:false;
2020}
2021
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002022static int generic_hdmi_build_pcms(struct hda_codec *codec)
2023{
2024 struct hdmi_spec *spec = codec->spec;
Libin Yang91520852017-01-12 16:04:53 +08002025 int idx;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002026
Libin Yang91520852017-01-12 16:04:53 +08002027 /*
2028 * for non-mst mode, pcm number is the same as before
2029 * for DP MST mode, pcm number is (nid number + dev_num - 1)
2030 * dev_num is the device entry number in a pin
2031 *
2032 */
2033 for (idx = 0; idx < spec->num_nids + spec->dev_num - 1; idx++) {
Stephen Warren384a48d2011-06-01 11:14:21 -06002034 struct hda_pcm *info;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002035 struct hda_pcm_stream *pstr;
2036
Libin Yang91520852017-01-12 16:04:53 +08002037 info = snd_hda_codec_pcm_new(codec, "HDMI %d", idx);
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002038 if (!info)
2039 return -ENOMEM;
Libin Yang2bea2412016-01-12 11:13:26 +08002040
Libin Yang91520852017-01-12 16:04:53 +08002041 spec->pcm_rec[idx].pcm = info;
Libin Yang2bf3c852015-12-16 13:42:43 +08002042 spec->pcm_used++;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002043 info->pcm_type = HDA_PCM_TYPE_HDMI;
Takashi Iwaid45e6882012-07-31 11:36:00 +02002044 info->own_chmap = true;
Stephen Warren384a48d2011-06-01 11:14:21 -06002045
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002046 pstr = &info->stream[SNDRV_PCM_STREAM_PLAYBACK];
Stephen Warren384a48d2011-06-01 11:14:21 -06002047 pstr->substreams = 1;
2048 pstr->ops = generic_ops;
Libin Yang91520852017-01-12 16:04:53 +08002049 /* pcm number is less than 16 */
2050 if (spec->pcm_used >= 16)
2051 break;
Stephen Warren384a48d2011-06-01 11:14:21 -06002052 /* other pstr fields are set in open */
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002053 }
2054
2055 return 0;
2056}
2057
Libin Yang25e4abb2016-01-12 11:13:27 +08002058static void free_hdmi_jack_priv(struct snd_jack *jack)
Takashi Iwai788d4412015-11-12 15:36:13 +01002059{
Libin Yang25e4abb2016-01-12 11:13:27 +08002060 struct hdmi_pcm *pcm = jack->private_data;
Takashi Iwai788d4412015-11-12 15:36:13 +01002061
Libin Yang25e4abb2016-01-12 11:13:27 +08002062 pcm->jack = NULL;
Takashi Iwai788d4412015-11-12 15:36:13 +01002063}
2064
Libin Yang25e4abb2016-01-12 11:13:27 +08002065static int add_hdmi_jack_kctl(struct hda_codec *codec,
2066 struct hdmi_spec *spec,
2067 int pcm_idx,
Takashi Iwai788d4412015-11-12 15:36:13 +01002068 const char *name)
2069{
2070 struct snd_jack *jack;
2071 int err;
2072
2073 err = snd_jack_new(codec->card, name, SND_JACK_AVOUT, &jack,
2074 true, false);
2075 if (err < 0)
2076 return err;
Libin Yang25e4abb2016-01-12 11:13:27 +08002077
2078 spec->pcm_rec[pcm_idx].jack = jack;
2079 jack->private_data = &spec->pcm_rec[pcm_idx];
2080 jack->private_free = free_hdmi_jack_priv;
Takashi Iwai788d4412015-11-12 15:36:13 +01002081 return 0;
2082}
2083
Libin Yang25e4abb2016-01-12 11:13:27 +08002084static int generic_hdmi_build_jack(struct hda_codec *codec, int pcm_idx)
David Henningsson0b6c49b2011-08-23 16:56:03 +02002085{
Takashi Iwai31ef2252011-12-01 17:41:36 +01002086 char hdmi_str[32] = "HDMI/DP";
David Henningsson0b6c49b2011-08-23 16:56:03 +02002087 struct hdmi_spec *spec = codec->spec;
Libin Yang25e4abb2016-01-12 11:13:27 +08002088 struct hdmi_spec_per_pin *per_pin;
2089 struct hda_jack_tbl *jack;
2090 int pcmdev = get_pcm_rec(spec, pcm_idx)->device;
Takashi Iwai909cadc2015-11-12 11:52:13 +01002091 bool phantom_jack;
Libin Yang25e4abb2016-01-12 11:13:27 +08002092 int ret;
David Henningsson0b6c49b2011-08-23 16:56:03 +02002093
Takashi Iwai31ef2252011-12-01 17:41:36 +01002094 if (pcmdev > 0)
2095 sprintf(hdmi_str + strlen(hdmi_str), ",pcm=%d", pcmdev);
Libin Yang25e4abb2016-01-12 11:13:27 +08002096
2097 if (spec->dyn_pcm_assign)
2098 return add_hdmi_jack_kctl(codec, spec, pcm_idx, hdmi_str);
2099
2100 /* for !dyn_pcm_assign, we still use hda_jack for compatibility */
2101 /* if !dyn_pcm_assign, it must be non-MST mode.
2102 * This means pcms and pins are statically mapped.
2103 * And pcm_idx is pin_idx.
2104 */
2105 per_pin = get_pin(spec, pcm_idx);
Takashi Iwai909cadc2015-11-12 11:52:13 +01002106 phantom_jack = !is_jack_detectable(codec, per_pin->pin_nid);
2107 if (phantom_jack)
David Henningsson30efd8d2013-02-22 10:16:28 +01002108 strncat(hdmi_str, " Phantom",
2109 sizeof(hdmi_str) - strlen(hdmi_str) - 1);
Libin Yang25e4abb2016-01-12 11:13:27 +08002110 ret = snd_hda_jack_add_kctl(codec, per_pin->pin_nid, hdmi_str,
2111 phantom_jack);
2112 if (ret < 0)
2113 return ret;
2114 jack = snd_hda_jack_tbl_get(codec, per_pin->pin_nid);
2115 if (jack == NULL)
2116 return 0;
2117 /* assign jack->jack to pcm_rec[].jack to
2118 * align with dyn_pcm_assign mode
2119 */
2120 spec->pcm_rec[pcm_idx].jack = jack->jack;
2121 return 0;
David Henningsson0b6c49b2011-08-23 16:56:03 +02002122}
2123
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002124static int generic_hdmi_build_controls(struct hda_codec *codec)
2125{
2126 struct hdmi_spec *spec = codec->spec;
2127 int err;
Libin Yang25e4abb2016-01-12 11:13:27 +08002128 int pin_idx, pcm_idx;
2129
2130
2131 for (pcm_idx = 0; pcm_idx < spec->pcm_used; pcm_idx++) {
2132 err = generic_hdmi_build_jack(codec, pcm_idx);
2133 if (err < 0)
2134 return err;
Libin Yangb09887f82016-01-29 13:53:27 +08002135
2136 /* create the spdif for each pcm
2137 * pin will be bound when monitor is connected
2138 */
2139 if (spec->dyn_pcm_assign)
2140 err = snd_hda_create_dig_out_ctls(codec,
2141 0, spec->cvt_nids[0],
2142 HDA_PCM_TYPE_HDMI);
2143 else {
2144 struct hdmi_spec_per_pin *per_pin =
2145 get_pin(spec, pcm_idx);
2146 err = snd_hda_create_dig_out_ctls(codec,
2147 per_pin->pin_nid,
2148 per_pin->mux_nids[0],
2149 HDA_PCM_TYPE_HDMI);
2150 }
2151 if (err < 0)
2152 return err;
2153 snd_hda_spdif_ctls_unassign(codec, pcm_idx);
Libin Yangfb087ea2016-02-23 16:33:37 +08002154
2155 /* add control for ELD Bytes */
2156 err = hdmi_create_eld_ctl(codec, pcm_idx,
2157 get_pcm_rec(spec, pcm_idx)->device);
2158 if (err < 0)
2159 return err;
Libin Yang25e4abb2016-01-12 11:13:27 +08002160 }
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002161
Stephen Warren384a48d2011-06-01 11:14:21 -06002162 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002163 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
David Henningsson0b6c49b2011-08-23 16:56:03 +02002164
Takashi Iwai82b1d732011-12-20 15:53:07 +01002165 hdmi_present_sense(per_pin, 0);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002166 }
2167
Takashi Iwaid45e6882012-07-31 11:36:00 +02002168 /* add channel maps */
Libin Yang022f3442016-02-03 10:48:34 +08002169 for (pcm_idx = 0; pcm_idx < spec->pcm_used; pcm_idx++) {
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01002170 struct hda_pcm *pcm;
Takashi Iwai2ca320e2013-08-22 09:55:36 +02002171
Libin Yang022f3442016-02-03 10:48:34 +08002172 pcm = get_pcm_rec(spec, pcm_idx);
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01002173 if (!pcm || !pcm->pcm)
Takashi Iwai2ca320e2013-08-22 09:55:36 +02002174 break;
Subhransu S. Prusty2f6e8a82016-03-04 19:59:51 +05302175 err = snd_hdac_add_chmap_ctls(pcm->pcm, pcm_idx, &spec->chmap);
Takashi Iwaid45e6882012-07-31 11:36:00 +02002176 if (err < 0)
2177 return err;
Takashi Iwaid45e6882012-07-31 11:36:00 +02002178 }
2179
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002180 return 0;
2181}
2182
Takashi Iwai8b8d6542012-06-20 16:32:22 +02002183static int generic_hdmi_init_per_pins(struct hda_codec *codec)
2184{
2185 struct hdmi_spec *spec = codec->spec;
2186 int pin_idx;
2187
2188 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002189 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
Takashi Iwai8b8d6542012-06-20 16:32:22 +02002190
2191 per_pin->codec = codec;
Takashi Iwaia4e9a382013-10-17 18:21:12 +02002192 mutex_init(&per_pin->lock);
Takashi Iwai8b8d6542012-06-20 16:32:22 +02002193 INIT_DELAYED_WORK(&per_pin->work, hdmi_repoll_eld);
Takashi Iwaia4e9a382013-10-17 18:21:12 +02002194 eld_proc_new(per_pin, pin_idx);
Takashi Iwai8b8d6542012-06-20 16:32:22 +02002195 }
2196 return 0;
2197}
2198
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002199static int generic_hdmi_init(struct hda_codec *codec)
2200{
2201 struct hdmi_spec *spec = codec->spec;
Stephen Warren384a48d2011-06-01 11:14:21 -06002202 int pin_idx;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002203
Stephen Warren384a48d2011-06-01 11:14:21 -06002204 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002205 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
Stephen Warren384a48d2011-06-01 11:14:21 -06002206 hda_nid_t pin_nid = per_pin->pin_nid;
Libin Yang91520852017-01-12 16:04:53 +08002207 int dev_id = per_pin->dev_id;
Stephen Warren384a48d2011-06-01 11:14:21 -06002208
Libin Yang91520852017-01-12 16:04:53 +08002209 snd_hda_set_dev_select(codec, pin_nid, dev_id);
Stephen Warren384a48d2011-06-01 11:14:21 -06002210 hdmi_init_pin(codec, pin_nid);
Takashi Iwai788d4412015-11-12 15:36:13 +01002211 if (!codec_has_acomp(codec))
2212 snd_hda_jack_detect_enable_callback(codec, pin_nid,
2213 codec->jackpoll_interval > 0 ?
2214 jack_callback : NULL);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002215 }
2216 return 0;
2217}
2218
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002219static void hdmi_array_init(struct hdmi_spec *spec, int nums)
2220{
2221 snd_array_init(&spec->pins, sizeof(struct hdmi_spec_per_pin), nums);
2222 snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), nums);
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002223}
2224
2225static void hdmi_array_free(struct hdmi_spec *spec)
2226{
2227 snd_array_free(&spec->pins);
2228 snd_array_free(&spec->cvts);
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002229}
2230
Takashi Iwaia6866322016-03-21 12:18:33 +01002231static void generic_spec_free(struct hda_codec *codec)
2232{
2233 struct hdmi_spec *spec = codec->spec;
2234
2235 if (spec) {
Takashi Iwaie85015a32016-03-21 13:56:19 +01002236 if (spec->i915_bound)
2237 snd_hdac_i915_exit(&codec->bus->core);
Takashi Iwaia6866322016-03-21 12:18:33 +01002238 hdmi_array_free(spec);
2239 kfree(spec);
2240 codec->spec = NULL;
2241 }
2242 codec->dp_mst = false;
2243}
2244
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002245static void generic_hdmi_free(struct hda_codec *codec)
2246{
2247 struct hdmi_spec *spec = codec->spec;
Libin Yang25e4abb2016-01-12 11:13:27 +08002248 int pin_idx, pcm_idx;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002249
Takashi Iwai66032492015-12-01 16:49:35 +01002250 if (codec_has_acomp(codec))
David Henningsson25adc132015-08-19 10:48:58 +02002251 snd_hdac_i915_register_notifier(NULL);
2252
Stephen Warren384a48d2011-06-01 11:14:21 -06002253 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002254 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
Takashi Iwai2f35c632015-02-27 22:43:26 +01002255 cancel_delayed_work_sync(&per_pin->work);
Takashi Iwaia4e9a382013-10-17 18:21:12 +02002256 eld_proc_free(per_pin);
Libin Yang25e4abb2016-01-12 11:13:27 +08002257 }
2258
2259 for (pcm_idx = 0; pcm_idx < spec->pcm_used; pcm_idx++) {
2260 if (spec->pcm_rec[pcm_idx].jack == NULL)
2261 continue;
2262 if (spec->dyn_pcm_assign)
2263 snd_device_free(codec->card,
2264 spec->pcm_rec[pcm_idx].jack);
2265 else
2266 spec->pcm_rec[pcm_idx].jack = NULL;
Stephen Warren384a48d2011-06-01 11:14:21 -06002267 }
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002268
Takashi Iwaia6866322016-03-21 12:18:33 +01002269 generic_spec_free(codec);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002270}
2271
Wang Xingchao28cb72e2013-06-24 07:45:23 -04002272#ifdef CONFIG_PM
2273static int generic_hdmi_resume(struct hda_codec *codec)
2274{
2275 struct hdmi_spec *spec = codec->spec;
2276 int pin_idx;
2277
Pierre Ossmana2833682014-06-18 21:48:09 +02002278 codec->patch_ops.init(codec);
Takashi Iwaieeecd9d2015-02-25 15:18:50 +01002279 regcache_sync(codec->core.regmap);
Wang Xingchao28cb72e2013-06-24 07:45:23 -04002280
2281 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
2282 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
2283 hdmi_present_sense(per_pin, 1);
2284 }
2285 return 0;
2286}
2287#endif
2288
Takashi Iwaifb79e1e2011-05-02 12:17:41 +02002289static const struct hda_codec_ops generic_hdmi_patch_ops = {
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002290 .init = generic_hdmi_init,
2291 .free = generic_hdmi_free,
2292 .build_pcms = generic_hdmi_build_pcms,
2293 .build_controls = generic_hdmi_build_controls,
2294 .unsol_event = hdmi_unsol_event,
Wang Xingchao28cb72e2013-06-24 07:45:23 -04002295#ifdef CONFIG_PM
2296 .resume = generic_hdmi_resume,
2297#endif
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002298};
2299
Anssi Hannula307229d2013-10-24 21:10:34 +03002300static const struct hdmi_ops generic_standard_hdmi_ops = {
2301 .pin_get_eld = snd_hdmi_get_eld,
Anssi Hannula307229d2013-10-24 21:10:34 +03002302 .pin_setup_infoframe = hdmi_pin_setup_infoframe,
2303 .pin_hbr_setup = hdmi_pin_hbr_setup,
2304 .setup_stream = hdmi_setup_stream,
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05302305};
2306
Takashi Iwaia6866322016-03-21 12:18:33 +01002307/* allocate codec->spec and assign/initialize generic parser ops */
2308static int alloc_generic_hdmi(struct hda_codec *codec)
2309{
2310 struct hdmi_spec *spec;
2311
2312 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2313 if (!spec)
2314 return -ENOMEM;
2315
2316 spec->ops = generic_standard_hdmi_ops;
Libin Yang91520852017-01-12 16:04:53 +08002317 spec->dev_num = 1; /* initialize to 1 */
Takashi Iwaia6866322016-03-21 12:18:33 +01002318 mutex_init(&spec->pcm_lock);
2319 snd_hdac_register_chmap_ops(&codec->core, &spec->chmap);
2320
2321 spec->chmap.ops.get_chmap = hdmi_get_chmap;
2322 spec->chmap.ops.set_chmap = hdmi_set_chmap;
2323 spec->chmap.ops.is_pcm_attached = is_hdmi_pcm_attached;
Subhransu S. Prusty44fde3b2016-04-04 19:23:54 +05302324 spec->chmap.ops.get_spk_alloc = hdmi_get_spk_alloc,
Takashi Iwaia6866322016-03-21 12:18:33 +01002325
2326 codec->spec = spec;
2327 hdmi_array_init(spec, 4);
2328
2329 codec->patch_ops = generic_hdmi_patch_ops;
2330
2331 return 0;
2332}
2333
2334/* generic HDMI parser */
2335static int patch_generic_hdmi(struct hda_codec *codec)
2336{
2337 int err;
2338
2339 err = alloc_generic_hdmi(codec);
2340 if (err < 0)
2341 return err;
2342
2343 err = hdmi_parse_codec(codec);
2344 if (err < 0) {
2345 generic_spec_free(codec);
2346 return err;
2347 }
2348
2349 generic_hdmi_init_per_pins(codec);
2350 return 0;
2351}
2352
2353/*
2354 * Intel codec parsers and helpers
2355 */
2356
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002357static void intel_haswell_fixup_connect_list(struct hda_codec *codec,
2358 hda_nid_t nid)
Mengdong Lin6ffe1682012-12-18 16:59:15 -05002359{
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002360 struct hdmi_spec *spec = codec->spec;
2361 hda_nid_t conns[4];
2362 int nconns;
Mengdong Lin6ffe1682012-12-18 16:59:15 -05002363
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002364 nconns = snd_hda_get_connections(codec, nid, conns, ARRAY_SIZE(conns));
2365 if (nconns == spec->num_cvts &&
2366 !memcmp(conns, spec->cvt_nids, spec->num_cvts * sizeof(hda_nid_t)))
Mengdong Lin6ffe1682012-12-18 16:59:15 -05002367 return;
2368
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002369 /* override pins connection list */
Takashi Iwai4e76a882014-02-25 12:21:03 +01002370 codec_dbg(codec, "hdmi: haswell: override pin connection 0x%x\n", nid);
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002371 snd_hda_override_conn_list(codec, nid, spec->num_cvts, spec->cvt_nids);
Mengdong Lin6ffe1682012-12-18 16:59:15 -05002372}
2373
Mengdong Lin1611a9c2013-02-08 17:09:52 -05002374#define INTEL_VENDOR_NID 0x08
2375#define INTEL_GET_VENDOR_VERB 0xf81
2376#define INTEL_SET_VENDOR_VERB 0x781
2377#define INTEL_EN_DP12 0x02 /* enable DP 1.2 features */
2378#define INTEL_EN_ALL_PIN_CVTS 0x01 /* enable 2nd & 3rd pins and convertors */
2379
2380static void intel_haswell_enable_all_pins(struct hda_codec *codec,
Takashi Iwai17df3f52013-05-08 08:09:34 +02002381 bool update_tree)
Mengdong Lin1611a9c2013-02-08 17:09:52 -05002382{
2383 unsigned int vendor_param;
2384
Mengdong Lin1611a9c2013-02-08 17:09:52 -05002385 vendor_param = snd_hda_codec_read(codec, INTEL_VENDOR_NID, 0,
2386 INTEL_GET_VENDOR_VERB, 0);
2387 if (vendor_param == -1 || vendor_param & INTEL_EN_ALL_PIN_CVTS)
2388 return;
2389
2390 vendor_param |= INTEL_EN_ALL_PIN_CVTS;
2391 vendor_param = snd_hda_codec_read(codec, INTEL_VENDOR_NID, 0,
2392 INTEL_SET_VENDOR_VERB, vendor_param);
2393 if (vendor_param == -1)
2394 return;
2395
Takashi Iwai17df3f52013-05-08 08:09:34 +02002396 if (update_tree)
2397 snd_hda_codec_update_widgets(codec);
Mengdong Lin1611a9c2013-02-08 17:09:52 -05002398}
2399
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002400static void intel_haswell_fixup_enable_dp12(struct hda_codec *codec)
2401{
2402 unsigned int vendor_param;
2403
2404 vendor_param = snd_hda_codec_read(codec, INTEL_VENDOR_NID, 0,
2405 INTEL_GET_VENDOR_VERB, 0);
2406 if (vendor_param == -1 || vendor_param & INTEL_EN_DP12)
2407 return;
2408
2409 /* enable DP1.2 mode */
2410 vendor_param |= INTEL_EN_DP12;
Takashi Iwaia551d912015-02-26 12:34:49 +01002411 snd_hdac_regmap_add_vendor_verb(&codec->core, INTEL_SET_VENDOR_VERB);
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002412 snd_hda_codec_write_cache(codec, INTEL_VENDOR_NID, 0,
2413 INTEL_SET_VENDOR_VERB, vendor_param);
2414}
2415
Takashi Iwai17df3f52013-05-08 08:09:34 +02002416/* Haswell needs to re-issue the vendor-specific verbs before turning to D0.
2417 * Otherwise you may get severe h/w communication errors.
2418 */
2419static void haswell_set_power_state(struct hda_codec *codec, hda_nid_t fg,
2420 unsigned int power_state)
2421{
2422 if (power_state == AC_PWRST_D0) {
2423 intel_haswell_enable_all_pins(codec, false);
2424 intel_haswell_fixup_enable_dp12(codec);
2425 }
Takashi Iwaic88d4e82013-02-08 17:10:04 -05002426
Takashi Iwai17df3f52013-05-08 08:09:34 +02002427 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state);
2428 snd_hda_codec_set_power_to_all(codec, fg, power_state);
2429}
Mengdong Lin6ffe1682012-12-18 16:59:15 -05002430
Pandiyan, Dhinakaranf9318942016-09-21 13:02:48 -07002431static void intel_pin_eld_notify(void *audio_ptr, int port, int pipe)
David Henningsson25adc132015-08-19 10:48:58 +02002432{
2433 struct hda_codec *codec = audio_ptr;
Takashi Iwai7ff652f2016-03-21 14:50:24 +01002434 int pin_nid;
Libin Yang91520852017-01-12 16:04:53 +08002435 int dev_id = pipe;
David Henningsson25adc132015-08-19 10:48:58 +02002436
Takashi Iwai4f8e4f32016-03-10 12:02:49 +01002437 /* we assume only from port-B to port-D */
2438 if (port < 1 || port > 3)
2439 return;
2440
Takashi Iwai7ff652f2016-03-21 14:50:24 +01002441 switch (codec->core.vendor_id) {
2442 case 0x80860054: /* ILK */
2443 case 0x80862804: /* ILK */
2444 case 0x80862882: /* VLV */
2445 pin_nid = port + 0x03;
2446 break;
2447 default:
2448 pin_nid = port + 0x04;
2449 break;
2450 }
2451
Takashi Iwai8ae743e2015-11-27 14:23:00 +01002452 /* skip notification during system suspend (but not in runtime PM);
2453 * the state will be updated at resume
2454 */
2455 if (snd_power_get_state(codec->card) != SNDRV_CTL_POWER_D0)
2456 return;
Takashi Iwaieb399d32015-11-27 14:53:35 +01002457 /* ditto during suspend/resume process itself */
2458 if (atomic_read(&(codec)->core.in_pm))
2459 return;
Takashi Iwai8ae743e2015-11-27 14:23:00 +01002460
Takashi Iwaibb03ed22016-04-21 16:39:17 +02002461 snd_hdac_i915_set_bclk(&codec->bus->core);
Libin Yang91520852017-01-12 16:04:53 +08002462 check_presence_and_report(codec, pin_nid, dev_id);
David Henningsson25adc132015-08-19 10:48:58 +02002463}
2464
Takashi Iwaia6866322016-03-21 12:18:33 +01002465/* register i915 component pin_eld_notify callback */
2466static void register_i915_notifier(struct hda_codec *codec)
2467{
2468 struct hdmi_spec *spec = codec->spec;
2469
2470 spec->use_acomp_notifier = true;
2471 spec->i915_audio_ops.audio_ptr = codec;
2472 /* intel_audio_codec_enable() or intel_audio_codec_disable()
2473 * will call pin_eld_notify with using audio_ptr pointer
2474 * We need make sure audio_ptr is really setup
2475 */
2476 wmb();
2477 spec->i915_audio_ops.pin_eld_notify = intel_pin_eld_notify;
2478 snd_hdac_i915_register_notifier(&spec->i915_audio_ops);
2479}
2480
Takashi Iwai2c1c9b82016-03-21 12:42:06 +01002481/* setup_stream ops override for HSW+ */
2482static int i915_hsw_setup_stream(struct hda_codec *codec, hda_nid_t cvt_nid,
2483 hda_nid_t pin_nid, u32 stream_tag, int format)
2484{
2485 haswell_verify_D0(codec, cvt_nid, pin_nid);
2486 return hdmi_setup_stream(codec, cvt_nid, pin_nid, stream_tag, format);
2487}
2488
Takashi Iwai4846a672016-03-21 12:56:46 +01002489/* pin_cvt_fixup ops override for HSW+ and VLV+ */
2490static void i915_pin_cvt_fixup(struct hda_codec *codec,
2491 struct hdmi_spec_per_pin *per_pin,
2492 hda_nid_t cvt_nid)
2493{
2494 if (per_pin) {
Libin Yang91520852017-01-12 16:04:53 +08002495 snd_hda_set_dev_select(codec, per_pin->pin_nid,
2496 per_pin->dev_id);
Takashi Iwai4846a672016-03-21 12:56:46 +01002497 intel_verify_pin_cvt_connect(codec, per_pin);
2498 intel_not_share_assigned_cvt(codec, per_pin->pin_nid,
Libin Yang91520852017-01-12 16:04:53 +08002499 per_pin->dev_id, per_pin->mux_idx);
Takashi Iwai4846a672016-03-21 12:56:46 +01002500 } else {
Libin Yang91520852017-01-12 16:04:53 +08002501 intel_not_share_assigned_cvt_nid(codec, 0, 0, cvt_nid);
Takashi Iwai4846a672016-03-21 12:56:46 +01002502 }
2503}
2504
Takashi Iwaia6866322016-03-21 12:18:33 +01002505/* Intel Haswell and onwards; audio component with eld notifier */
2506static int patch_i915_hsw_hdmi(struct hda_codec *codec)
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002507{
2508 struct hdmi_spec *spec;
Takashi Iwaia6866322016-03-21 12:18:33 +01002509 int err;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002510
Takashi Iwaia6866322016-03-21 12:18:33 +01002511 /* HSW+ requires i915 binding */
2512 if (!codec->bus->core.audio_component) {
2513 codec_info(codec, "No i915 binding for Intel HDMI/DP codec\n");
2514 return -ENODEV;
Takashi Iwai691be972016-03-18 15:10:08 +01002515 }
Takashi Iwai55913112015-12-10 13:03:29 +01002516
Takashi Iwaia6866322016-03-21 12:18:33 +01002517 err = alloc_generic_hdmi(codec);
2518 if (err < 0)
2519 return err;
2520 spec = codec->spec;
Libin Yang91520852017-01-12 16:04:53 +08002521 codec->dp_mst = true;
2522 spec->dyn_pcm_assign = true;
Takashi Iwaia6866322016-03-21 12:18:33 +01002523
2524 intel_haswell_enable_all_pins(codec, true);
2525 intel_haswell_fixup_enable_dp12(codec);
2526
2527 /* For Haswell/Broadwell, the controller is also in the power well and
2528 * can cover the codec power request, and so need not set this flag.
2529 */
2530 if (!is_haswell(codec) && !is_broadwell(codec))
2531 codec->core.link_power_control = 1;
2532
2533 codec->patch_ops.set_power_state = haswell_set_power_state;
Takashi Iwaia6866322016-03-21 12:18:33 +01002534 codec->depop_delay = 0;
2535 codec->auto_runtime_pm = 1;
2536
Takashi Iwai2c1c9b82016-03-21 12:42:06 +01002537 spec->ops.setup_stream = i915_hsw_setup_stream;
Takashi Iwai4846a672016-03-21 12:56:46 +01002538 spec->ops.pin_cvt_fixup = i915_pin_cvt_fixup;
Takashi Iwai2c1c9b82016-03-21 12:42:06 +01002539
Takashi Iwaia6866322016-03-21 12:18:33 +01002540 err = hdmi_parse_codec(codec);
2541 if (err < 0) {
2542 generic_spec_free(codec);
2543 return err;
Takashi Iwai17df3f52013-05-08 08:09:34 +02002544 }
Mengdong Lin6ffe1682012-12-18 16:59:15 -05002545
Takashi Iwaia6866322016-03-21 12:18:33 +01002546 generic_hdmi_init_per_pins(codec);
2547 register_i915_notifier(codec);
2548 return 0;
2549}
2550
Takashi Iwai7ff652f2016-03-21 14:50:24 +01002551/* Intel Baytrail and Braswell; with eld notifier */
Takashi Iwaia6866322016-03-21 12:18:33 +01002552static int patch_i915_byt_hdmi(struct hda_codec *codec)
2553{
2554 struct hdmi_spec *spec;
2555 int err;
2556
2557 /* requires i915 binding */
2558 if (!codec->bus->core.audio_component) {
2559 codec_info(codec, "No i915 binding for Intel HDMI/DP codec\n");
2560 return -ENODEV;
2561 }
2562
2563 err = alloc_generic_hdmi(codec);
2564 if (err < 0)
2565 return err;
2566 spec = codec->spec;
2567
Mengdong Lin2bd1f73f2015-04-29 17:43:43 +08002568 /* For Valleyview/Cherryview, only the display codec is in the display
2569 * power well and can use link_power ops to request/release the power.
Mengdong Lin2bd1f73f2015-04-29 17:43:43 +08002570 */
Takashi Iwaia6866322016-03-21 12:18:33 +01002571 codec->core.link_power_control = 1;
Mengdong Lin2bd1f73f2015-04-29 17:43:43 +08002572
Takashi Iwaia6866322016-03-21 12:18:33 +01002573 codec->depop_delay = 0;
2574 codec->auto_runtime_pm = 1;
Takashi Iwai17df3f52013-05-08 08:09:34 +02002575
Takashi Iwai4846a672016-03-21 12:56:46 +01002576 spec->ops.pin_cvt_fixup = i915_pin_cvt_fixup;
2577
Takashi Iwaia6866322016-03-21 12:18:33 +01002578 err = hdmi_parse_codec(codec);
2579 if (err < 0) {
2580 generic_spec_free(codec);
2581 return err;
2582 }
Lu, Han2377c3c2015-06-09 16:50:38 +08002583
Takashi Iwai8b8d6542012-06-20 16:32:22 +02002584 generic_hdmi_init_per_pins(codec);
Takashi Iwai7ff652f2016-03-21 14:50:24 +01002585 register_i915_notifier(codec);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002586 return 0;
2587}
2588
Takashi Iwai7ff652f2016-03-21 14:50:24 +01002589/* Intel IronLake, SandyBridge and IvyBridge; with eld notifier */
Takashi Iwaie85015a32016-03-21 13:56:19 +01002590static int patch_i915_cpt_hdmi(struct hda_codec *codec)
2591{
2592 struct hdmi_spec *spec;
2593 int err;
2594
2595 /* no i915 component should have been bound before this */
2596 if (WARN_ON(codec->bus->core.audio_component))
2597 return -EBUSY;
2598
2599 err = alloc_generic_hdmi(codec);
2600 if (err < 0)
2601 return err;
2602 spec = codec->spec;
2603
2604 /* Try to bind with i915 now */
2605 err = snd_hdac_i915_init(&codec->bus->core);
2606 if (err < 0)
2607 goto error;
2608 spec->i915_bound = true;
2609
2610 err = hdmi_parse_codec(codec);
2611 if (err < 0)
2612 goto error;
2613
2614 generic_hdmi_init_per_pins(codec);
2615 register_i915_notifier(codec);
2616 return 0;
2617
2618 error:
2619 generic_spec_free(codec);
2620 return err;
2621}
2622
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002623/*
Stephen Warren3aaf8982011-06-01 11:14:19 -06002624 * Shared non-generic implementations
2625 */
2626
2627static int simple_playback_build_pcms(struct hda_codec *codec)
2628{
2629 struct hdmi_spec *spec = codec->spec;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002630 struct hda_pcm *info;
Takashi Iwai8ceb3322012-06-21 08:23:27 +02002631 unsigned int chans;
2632 struct hda_pcm_stream *pstr;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002633 struct hdmi_spec_per_cvt *per_cvt;
Stephen Warren3aaf8982011-06-01 11:14:19 -06002634
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002635 per_cvt = get_cvt(spec, 0);
2636 chans = get_wcaps(codec, per_cvt->cvt_nid);
Takashi Iwai8ceb3322012-06-21 08:23:27 +02002637 chans = get_wcaps_channels(chans);
Stephen Warren3aaf8982011-06-01 11:14:19 -06002638
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01002639 info = snd_hda_codec_pcm_new(codec, "HDMI 0");
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002640 if (!info)
2641 return -ENOMEM;
Libin Yang2bea2412016-01-12 11:13:26 +08002642 spec->pcm_rec[0].pcm = info;
Takashi Iwai8ceb3322012-06-21 08:23:27 +02002643 info->pcm_type = HDA_PCM_TYPE_HDMI;
2644 pstr = &info->stream[SNDRV_PCM_STREAM_PLAYBACK];
2645 *pstr = spec->pcm_playback;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002646 pstr->nid = per_cvt->cvt_nid;
Takashi Iwai8ceb3322012-06-21 08:23:27 +02002647 if (pstr->channels_max <= 2 && chans && chans <= 16)
2648 pstr->channels_max = chans;
Stephen Warren3aaf8982011-06-01 11:14:19 -06002649
2650 return 0;
2651}
2652
Takashi Iwai4b6ace92012-06-15 11:53:32 +02002653/* unsolicited event for jack sensing */
2654static void simple_hdmi_unsol_event(struct hda_codec *codec,
2655 unsigned int res)
2656{
Takashi Iwai9dd8cf12012-06-21 10:43:15 +02002657 snd_hda_jack_set_dirty_all(codec);
Takashi Iwai4b6ace92012-06-15 11:53:32 +02002658 snd_hda_jack_report_sync(codec);
2659}
2660
2661/* generic_hdmi_build_jack can be used for simple_hdmi, too,
2662 * as long as spec->pins[] is set correctly
2663 */
2664#define simple_hdmi_build_jack generic_hdmi_build_jack
2665
Stephen Warren3aaf8982011-06-01 11:14:19 -06002666static int simple_playback_build_controls(struct hda_codec *codec)
2667{
2668 struct hdmi_spec *spec = codec->spec;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002669 struct hdmi_spec_per_cvt *per_cvt;
Stephen Warren3aaf8982011-06-01 11:14:19 -06002670 int err;
Stephen Warren3aaf8982011-06-01 11:14:19 -06002671
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002672 per_cvt = get_cvt(spec, 0);
Anssi Hannulac9a63382013-12-10 22:46:34 +02002673 err = snd_hda_create_dig_out_ctls(codec, per_cvt->cvt_nid,
2674 per_cvt->cvt_nid,
2675 HDA_PCM_TYPE_HDMI);
Takashi Iwai8ceb3322012-06-21 08:23:27 +02002676 if (err < 0)
2677 return err;
2678 return simple_hdmi_build_jack(codec, 0);
Stephen Warren3aaf8982011-06-01 11:14:19 -06002679}
2680
Takashi Iwai4f0110c2012-06-15 12:45:43 +02002681static int simple_playback_init(struct hda_codec *codec)
2682{
2683 struct hdmi_spec *spec = codec->spec;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002684 struct hdmi_spec_per_pin *per_pin = get_pin(spec, 0);
2685 hda_nid_t pin = per_pin->pin_nid;
Takashi Iwai4f0110c2012-06-15 12:45:43 +02002686
Takashi Iwai8ceb3322012-06-21 08:23:27 +02002687 snd_hda_codec_write(codec, pin, 0,
2688 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
2689 /* some codecs require to unmute the pin */
2690 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP)
2691 snd_hda_codec_write(codec, pin, 0, AC_VERB_SET_AMP_GAIN_MUTE,
2692 AMP_OUT_UNMUTE);
Takashi Iwai62f949b2014-09-11 14:06:53 +02002693 snd_hda_jack_detect_enable(codec, pin);
Takashi Iwai4f0110c2012-06-15 12:45:43 +02002694 return 0;
2695}
2696
Stephen Warren3aaf8982011-06-01 11:14:19 -06002697static void simple_playback_free(struct hda_codec *codec)
2698{
2699 struct hdmi_spec *spec = codec->spec;
2700
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002701 hdmi_array_free(spec);
Stephen Warren3aaf8982011-06-01 11:14:19 -06002702 kfree(spec);
2703}
2704
2705/*
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002706 * Nvidia specific implementations
2707 */
2708
2709#define Nv_VERB_SET_Channel_Allocation 0xF79
2710#define Nv_VERB_SET_Info_Frame_Checksum 0xF7A
2711#define Nv_VERB_SET_Audio_Protection_On 0xF98
2712#define Nv_VERB_SET_Audio_Protection_Off 0xF99
2713
2714#define nvhdmi_master_con_nid_7x 0x04
2715#define nvhdmi_master_pin_nid_7x 0x05
2716
Takashi Iwaifb79e1e2011-05-02 12:17:41 +02002717static const hda_nid_t nvhdmi_con_nids_7x[4] = {
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002718 /*front, rear, clfe, rear_surr */
2719 0x6, 0x8, 0xa, 0xc,
2720};
2721
Takashi Iwaiceaa86b2012-06-15 14:38:31 +02002722static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
2723 /* set audio protect on */
2724 { 0x1, Nv_VERB_SET_Audio_Protection_On, 0x1},
2725 /* enable digital output on pin widget */
2726 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2727 {} /* terminator */
2728};
2729
2730static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002731 /* set audio protect on */
2732 { 0x1, Nv_VERB_SET_Audio_Protection_On, 0x1},
2733 /* enable digital output on pin widget */
2734 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2735 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2736 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2737 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2738 { 0xd, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2739 {} /* terminator */
2740};
2741
2742#ifdef LIMITED_RATE_FMT_SUPPORT
2743/* support only the safe format and rate */
2744#define SUPPORTED_RATES SNDRV_PCM_RATE_48000
2745#define SUPPORTED_MAXBPS 16
2746#define SUPPORTED_FORMATS SNDRV_PCM_FMTBIT_S16_LE
2747#else
2748/* support all rates and formats */
2749#define SUPPORTED_RATES \
2750 (SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000 |\
2751 SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_176400 |\
2752 SNDRV_PCM_RATE_192000)
2753#define SUPPORTED_MAXBPS 24
2754#define SUPPORTED_FORMATS \
2755 (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE)
2756#endif
2757
Takashi Iwaiceaa86b2012-06-15 14:38:31 +02002758static int nvhdmi_7x_init_2ch(struct hda_codec *codec)
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002759{
Takashi Iwaiceaa86b2012-06-15 14:38:31 +02002760 snd_hda_sequence_write(codec, nvhdmi_basic_init_7x_2ch);
2761 return 0;
2762}
2763
2764static int nvhdmi_7x_init_8ch(struct hda_codec *codec)
2765{
2766 snd_hda_sequence_write(codec, nvhdmi_basic_init_7x_8ch);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002767 return 0;
2768}
2769
Nitin Daga393004b2011-01-10 21:49:31 +05302770static unsigned int channels_2_6_8[] = {
2771 2, 6, 8
2772};
2773
2774static unsigned int channels_2_8[] = {
2775 2, 8
2776};
2777
2778static struct snd_pcm_hw_constraint_list hw_constraints_2_6_8_channels = {
2779 .count = ARRAY_SIZE(channels_2_6_8),
2780 .list = channels_2_6_8,
2781 .mask = 0,
2782};
2783
2784static struct snd_pcm_hw_constraint_list hw_constraints_2_8_channels = {
2785 .count = ARRAY_SIZE(channels_2_8),
2786 .list = channels_2_8,
2787 .mask = 0,
2788};
2789
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002790static int simple_playback_pcm_open(struct hda_pcm_stream *hinfo,
2791 struct hda_codec *codec,
2792 struct snd_pcm_substream *substream)
2793{
2794 struct hdmi_spec *spec = codec->spec;
Nitin Daga393004b2011-01-10 21:49:31 +05302795 struct snd_pcm_hw_constraint_list *hw_constraints_channels = NULL;
2796
Takashi Iwaib9a94a92015-10-01 16:20:04 +02002797 switch (codec->preset->vendor_id) {
Nitin Daga393004b2011-01-10 21:49:31 +05302798 case 0x10de0002:
2799 case 0x10de0003:
2800 case 0x10de0005:
2801 case 0x10de0006:
2802 hw_constraints_channels = &hw_constraints_2_8_channels;
2803 break;
2804 case 0x10de0007:
2805 hw_constraints_channels = &hw_constraints_2_6_8_channels;
2806 break;
2807 default:
2808 break;
2809 }
2810
2811 if (hw_constraints_channels != NULL) {
2812 snd_pcm_hw_constraint_list(substream->runtime, 0,
2813 SNDRV_PCM_HW_PARAM_CHANNELS,
2814 hw_constraints_channels);
Takashi Iwaiad09fc92011-01-14 09:42:27 +01002815 } else {
2816 snd_pcm_hw_constraint_step(substream->runtime, 0,
2817 SNDRV_PCM_HW_PARAM_CHANNELS, 2);
Nitin Daga393004b2011-01-10 21:49:31 +05302818 }
2819
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002820 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2821}
2822
2823static int simple_playback_pcm_close(struct hda_pcm_stream *hinfo,
2824 struct hda_codec *codec,
2825 struct snd_pcm_substream *substream)
2826{
2827 struct hdmi_spec *spec = codec->spec;
2828 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2829}
2830
2831static int simple_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2832 struct hda_codec *codec,
2833 unsigned int stream_tag,
2834 unsigned int format,
2835 struct snd_pcm_substream *substream)
2836{
2837 struct hdmi_spec *spec = codec->spec;
2838 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2839 stream_tag, format, substream);
2840}
2841
Takashi Iwaid0b12522012-06-15 14:34:42 +02002842static const struct hda_pcm_stream simple_pcm_playback = {
2843 .substreams = 1,
2844 .channels_min = 2,
2845 .channels_max = 2,
2846 .ops = {
2847 .open = simple_playback_pcm_open,
2848 .close = simple_playback_pcm_close,
2849 .prepare = simple_playback_pcm_prepare
2850 },
2851};
2852
2853static const struct hda_codec_ops simple_hdmi_patch_ops = {
2854 .build_controls = simple_playback_build_controls,
2855 .build_pcms = simple_playback_build_pcms,
2856 .init = simple_playback_init,
2857 .free = simple_playback_free,
Takashi Iwai250e41a2012-06-15 14:40:21 +02002858 .unsol_event = simple_hdmi_unsol_event,
Takashi Iwaid0b12522012-06-15 14:34:42 +02002859};
2860
2861static int patch_simple_hdmi(struct hda_codec *codec,
2862 hda_nid_t cvt_nid, hda_nid_t pin_nid)
2863{
2864 struct hdmi_spec *spec;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002865 struct hdmi_spec_per_cvt *per_cvt;
2866 struct hdmi_spec_per_pin *per_pin;
Takashi Iwaid0b12522012-06-15 14:34:42 +02002867
2868 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2869 if (!spec)
2870 return -ENOMEM;
2871
2872 codec->spec = spec;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002873 hdmi_array_init(spec, 1);
Takashi Iwaid0b12522012-06-15 14:34:42 +02002874
2875 spec->multiout.num_dacs = 0; /* no analog */
2876 spec->multiout.max_channels = 2;
2877 spec->multiout.dig_out_nid = cvt_nid;
2878 spec->num_cvts = 1;
2879 spec->num_pins = 1;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002880 per_pin = snd_array_new(&spec->pins);
2881 per_cvt = snd_array_new(&spec->cvts);
2882 if (!per_pin || !per_cvt) {
2883 simple_playback_free(codec);
2884 return -ENOMEM;
2885 }
2886 per_cvt->cvt_nid = cvt_nid;
2887 per_pin->pin_nid = pin_nid;
Takashi Iwaid0b12522012-06-15 14:34:42 +02002888 spec->pcm_playback = simple_pcm_playback;
2889
2890 codec->patch_ops = simple_hdmi_patch_ops;
2891
2892 return 0;
2893}
2894
Aaron Plattner1f348522011-04-06 17:19:04 -07002895static void nvhdmi_8ch_7x_set_info_frame_parameters(struct hda_codec *codec,
2896 int channels)
2897{
2898 unsigned int chanmask;
2899 int chan = channels ? (channels - 1) : 1;
2900
2901 switch (channels) {
2902 default:
2903 case 0:
2904 case 2:
2905 chanmask = 0x00;
2906 break;
2907 case 4:
2908 chanmask = 0x08;
2909 break;
2910 case 6:
2911 chanmask = 0x0b;
2912 break;
2913 case 8:
2914 chanmask = 0x13;
2915 break;
2916 }
2917
2918 /* Set the audio infoframe channel allocation and checksum fields. The
2919 * channel count is computed implicitly by the hardware. */
2920 snd_hda_codec_write(codec, 0x1, 0,
2921 Nv_VERB_SET_Channel_Allocation, chanmask);
2922
2923 snd_hda_codec_write(codec, 0x1, 0,
2924 Nv_VERB_SET_Info_Frame_Checksum,
2925 (0x71 - chan - chanmask));
2926}
2927
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002928static int nvhdmi_8ch_7x_pcm_close(struct hda_pcm_stream *hinfo,
2929 struct hda_codec *codec,
2930 struct snd_pcm_substream *substream)
2931{
2932 struct hdmi_spec *spec = codec->spec;
2933 int i;
2934
2935 snd_hda_codec_write(codec, nvhdmi_master_con_nid_7x,
2936 0, AC_VERB_SET_CHANNEL_STREAMID, 0);
2937 for (i = 0; i < 4; i++) {
2938 /* set the stream id */
2939 snd_hda_codec_write(codec, nvhdmi_con_nids_7x[i], 0,
2940 AC_VERB_SET_CHANNEL_STREAMID, 0);
2941 /* set the stream format */
2942 snd_hda_codec_write(codec, nvhdmi_con_nids_7x[i], 0,
2943 AC_VERB_SET_STREAM_FORMAT, 0);
2944 }
2945
Aaron Plattner1f348522011-04-06 17:19:04 -07002946 /* The audio hardware sends a channel count of 0x7 (8ch) when all the
2947 * streams are disabled. */
2948 nvhdmi_8ch_7x_set_info_frame_parameters(codec, 8);
2949
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002950 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2951}
2952
2953static int nvhdmi_8ch_7x_pcm_prepare(struct hda_pcm_stream *hinfo,
2954 struct hda_codec *codec,
2955 unsigned int stream_tag,
2956 unsigned int format,
2957 struct snd_pcm_substream *substream)
2958{
2959 int chs;
Takashi Iwai112daa72011-11-02 21:40:06 +01002960 unsigned int dataDCC2, channel_id;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002961 int i;
Stephen Warren7c935972011-06-01 11:14:17 -06002962 struct hdmi_spec *spec = codec->spec;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002963 struct hda_spdif_out *spdif;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002964 struct hdmi_spec_per_cvt *per_cvt;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002965
2966 mutex_lock(&codec->spdif_mutex);
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01002967 per_cvt = get_cvt(spec, 0);
2968 spdif = snd_hda_spdif_out_of_nid(codec, per_cvt->cvt_nid);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002969
2970 chs = substream->runtime->channels;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002971
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002972 dataDCC2 = 0x2;
2973
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002974 /* turn off SPDIF once; otherwise the IEC958 bits won't be updated */
Stephen Warren7c935972011-06-01 11:14:17 -06002975 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE))
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002976 snd_hda_codec_write(codec,
2977 nvhdmi_master_con_nid_7x,
2978 0,
2979 AC_VERB_SET_DIGI_CONVERT_1,
Stephen Warren7c935972011-06-01 11:14:17 -06002980 spdif->ctls & ~AC_DIG1_ENABLE & 0xff);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002981
2982 /* set the stream id */
2983 snd_hda_codec_write(codec, nvhdmi_master_con_nid_7x, 0,
2984 AC_VERB_SET_CHANNEL_STREAMID, (stream_tag << 4) | 0x0);
2985
2986 /* set the stream format */
2987 snd_hda_codec_write(codec, nvhdmi_master_con_nid_7x, 0,
2988 AC_VERB_SET_STREAM_FORMAT, format);
2989
2990 /* turn on again (if needed) */
2991 /* enable and set the channel status audio/data flag */
Stephen Warren7c935972011-06-01 11:14:17 -06002992 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) {
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002993 snd_hda_codec_write(codec,
2994 nvhdmi_master_con_nid_7x,
2995 0,
2996 AC_VERB_SET_DIGI_CONVERT_1,
Stephen Warren7c935972011-06-01 11:14:17 -06002997 spdif->ctls & 0xff);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02002998 snd_hda_codec_write(codec,
2999 nvhdmi_master_con_nid_7x,
3000 0,
3001 AC_VERB_SET_DIGI_CONVERT_2, dataDCC2);
3002 }
3003
3004 for (i = 0; i < 4; i++) {
3005 if (chs == 2)
3006 channel_id = 0;
3007 else
3008 channel_id = i * 2;
3009
3010 /* turn off SPDIF once;
3011 *otherwise the IEC958 bits won't be updated
3012 */
3013 if (codec->spdif_status_reset &&
Stephen Warren7c935972011-06-01 11:14:17 -06003014 (spdif->ctls & AC_DIG1_ENABLE))
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003015 snd_hda_codec_write(codec,
3016 nvhdmi_con_nids_7x[i],
3017 0,
3018 AC_VERB_SET_DIGI_CONVERT_1,
Stephen Warren7c935972011-06-01 11:14:17 -06003019 spdif->ctls & ~AC_DIG1_ENABLE & 0xff);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003020 /* set the stream id */
3021 snd_hda_codec_write(codec,
3022 nvhdmi_con_nids_7x[i],
3023 0,
3024 AC_VERB_SET_CHANNEL_STREAMID,
3025 (stream_tag << 4) | channel_id);
3026 /* set the stream format */
3027 snd_hda_codec_write(codec,
3028 nvhdmi_con_nids_7x[i],
3029 0,
3030 AC_VERB_SET_STREAM_FORMAT,
3031 format);
3032 /* turn on again (if needed) */
3033 /* enable and set the channel status audio/data flag */
3034 if (codec->spdif_status_reset &&
Stephen Warren7c935972011-06-01 11:14:17 -06003035 (spdif->ctls & AC_DIG1_ENABLE)) {
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003036 snd_hda_codec_write(codec,
3037 nvhdmi_con_nids_7x[i],
3038 0,
3039 AC_VERB_SET_DIGI_CONVERT_1,
Stephen Warren7c935972011-06-01 11:14:17 -06003040 spdif->ctls & 0xff);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003041 snd_hda_codec_write(codec,
3042 nvhdmi_con_nids_7x[i],
3043 0,
3044 AC_VERB_SET_DIGI_CONVERT_2, dataDCC2);
3045 }
3046 }
3047
Aaron Plattner1f348522011-04-06 17:19:04 -07003048 nvhdmi_8ch_7x_set_info_frame_parameters(codec, chs);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003049
3050 mutex_unlock(&codec->spdif_mutex);
3051 return 0;
3052}
3053
Takashi Iwaifb79e1e2011-05-02 12:17:41 +02003054static const struct hda_pcm_stream nvhdmi_pcm_playback_8ch_7x = {
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003055 .substreams = 1,
3056 .channels_min = 2,
3057 .channels_max = 8,
3058 .nid = nvhdmi_master_con_nid_7x,
3059 .rates = SUPPORTED_RATES,
3060 .maxbps = SUPPORTED_MAXBPS,
3061 .formats = SUPPORTED_FORMATS,
3062 .ops = {
3063 .open = simple_playback_pcm_open,
3064 .close = nvhdmi_8ch_7x_pcm_close,
3065 .prepare = nvhdmi_8ch_7x_pcm_prepare
3066 },
3067};
3068
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003069static int patch_nvhdmi_2ch(struct hda_codec *codec)
3070{
3071 struct hdmi_spec *spec;
Takashi Iwaid0b12522012-06-15 14:34:42 +02003072 int err = patch_simple_hdmi(codec, nvhdmi_master_con_nid_7x,
3073 nvhdmi_master_pin_nid_7x);
3074 if (err < 0)
3075 return err;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003076
Takashi Iwaiceaa86b2012-06-15 14:38:31 +02003077 codec->patch_ops.init = nvhdmi_7x_init_2ch;
Takashi Iwaid0b12522012-06-15 14:34:42 +02003078 /* override the PCM rates, etc, as the codec doesn't give full list */
3079 spec = codec->spec;
3080 spec->pcm_playback.rates = SUPPORTED_RATES;
3081 spec->pcm_playback.maxbps = SUPPORTED_MAXBPS;
3082 spec->pcm_playback.formats = SUPPORTED_FORMATS;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003083 return 0;
3084}
3085
Takashi Iwai53775b02012-08-01 12:17:41 +02003086static int nvhdmi_7x_8ch_build_pcms(struct hda_codec *codec)
3087{
3088 struct hdmi_spec *spec = codec->spec;
3089 int err = simple_playback_build_pcms(codec);
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01003090 if (!err) {
3091 struct hda_pcm *info = get_pcm_rec(spec, 0);
3092 info->own_chmap = true;
3093 }
Takashi Iwai53775b02012-08-01 12:17:41 +02003094 return err;
3095}
3096
3097static int nvhdmi_7x_8ch_build_controls(struct hda_codec *codec)
3098{
3099 struct hdmi_spec *spec = codec->spec;
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01003100 struct hda_pcm *info;
Takashi Iwai53775b02012-08-01 12:17:41 +02003101 struct snd_pcm_chmap *chmap;
3102 int err;
3103
3104 err = simple_playback_build_controls(codec);
3105 if (err < 0)
3106 return err;
3107
3108 /* add channel maps */
Takashi Iwaibce0d2a2013-03-13 14:40:31 +01003109 info = get_pcm_rec(spec, 0);
3110 err = snd_pcm_add_chmap_ctls(info->pcm,
Takashi Iwai53775b02012-08-01 12:17:41 +02003111 SNDRV_PCM_STREAM_PLAYBACK,
3112 snd_pcm_alt_chmaps, 8, 0, &chmap);
3113 if (err < 0)
3114 return err;
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003115 switch (codec->preset->vendor_id) {
Takashi Iwai53775b02012-08-01 12:17:41 +02003116 case 0x10de0002:
3117 case 0x10de0003:
3118 case 0x10de0005:
3119 case 0x10de0006:
3120 chmap->channel_mask = (1U << 2) | (1U << 8);
3121 break;
3122 case 0x10de0007:
3123 chmap->channel_mask = (1U << 2) | (1U << 6) | (1U << 8);
3124 }
3125 return 0;
3126}
3127
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003128static int patch_nvhdmi_8ch_7x(struct hda_codec *codec)
3129{
3130 struct hdmi_spec *spec;
3131 int err = patch_nvhdmi_2ch(codec);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003132 if (err < 0)
3133 return err;
3134 spec = codec->spec;
3135 spec->multiout.max_channels = 8;
Takashi Iwaid0b12522012-06-15 14:34:42 +02003136 spec->pcm_playback = nvhdmi_pcm_playback_8ch_7x;
Takashi Iwaiceaa86b2012-06-15 14:38:31 +02003137 codec->patch_ops.init = nvhdmi_7x_init_8ch;
Takashi Iwai53775b02012-08-01 12:17:41 +02003138 codec->patch_ops.build_pcms = nvhdmi_7x_8ch_build_pcms;
3139 codec->patch_ops.build_controls = nvhdmi_7x_8ch_build_controls;
Aaron Plattner1f348522011-04-06 17:19:04 -07003140
3141 /* Initialize the audio infoframe channel mask and checksum to something
3142 * valid */
3143 nvhdmi_8ch_7x_set_info_frame_parameters(codec, 8);
3144
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003145 return 0;
3146}
3147
3148/*
Anssi Hannula611885b2013-11-03 17:15:00 +02003149 * NVIDIA codecs ignore ASP mapping for 2ch - confirmed on:
3150 * - 0x10de0015
3151 * - 0x10de0040
3152 */
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303153static int nvhdmi_chmap_cea_alloc_validate_get_type(struct hdac_chmap *chmap,
Subhransu S. Prustyf3022402016-03-04 19:59:48 +05303154 struct hdac_cea_channel_speaker_allocation *cap, int channels)
Anssi Hannula611885b2013-11-03 17:15:00 +02003155{
3156 if (cap->ca_index == 0x00 && channels == 2)
3157 return SNDRV_CTL_TLVT_CHMAP_FIXED;
3158
Subhransu S. Prusty028cb682016-03-14 10:35:06 +05303159 /* If the speaker allocation matches the channel count, it is OK. */
3160 if (cap->channels != channels)
3161 return -1;
3162
3163 /* all channels are remappable freely */
3164 return SNDRV_CTL_TLVT_CHMAP_VAR;
Anssi Hannula611885b2013-11-03 17:15:00 +02003165}
3166
Subhransu S. Prusty828cb4e2016-03-04 19:59:50 +05303167static int nvhdmi_chmap_validate(struct hdac_chmap *chmap,
3168 int ca, int chs, unsigned char *map)
Anssi Hannula611885b2013-11-03 17:15:00 +02003169{
3170 if (ca == 0x00 && (map[0] != SNDRV_CHMAP_FL || map[1] != SNDRV_CHMAP_FR))
3171 return -EINVAL;
3172
3173 return 0;
3174}
3175
3176static int patch_nvhdmi(struct hda_codec *codec)
3177{
3178 struct hdmi_spec *spec;
3179 int err;
3180
3181 err = patch_generic_hdmi(codec);
3182 if (err)
3183 return err;
3184
3185 spec = codec->spec;
Stephen Warren75fae112014-01-30 11:52:16 -07003186 spec->dyn_pin_out = true;
Anssi Hannula611885b2013-11-03 17:15:00 +02003187
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303188 spec->chmap.ops.chmap_cea_alloc_validate_get_type =
Anssi Hannula611885b2013-11-03 17:15:00 +02003189 nvhdmi_chmap_cea_alloc_validate_get_type;
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303190 spec->chmap.ops.chmap_validate = nvhdmi_chmap_validate;
Anssi Hannula611885b2013-11-03 17:15:00 +02003191
3192 return 0;
3193}
3194
3195/*
Thierry Reding26e9a962015-05-05 14:56:20 +02003196 * The HDA codec on NVIDIA Tegra contains two scratch registers that are
3197 * accessed using vendor-defined verbs. These registers can be used for
3198 * interoperability between the HDA and HDMI drivers.
3199 */
3200
3201/* Audio Function Group node */
3202#define NVIDIA_AFG_NID 0x01
3203
3204/*
3205 * The SCRATCH0 register is used to notify the HDMI codec of changes in audio
3206 * format. On Tegra, bit 31 is used as a trigger that causes an interrupt to
3207 * be raised in the HDMI codec. The remainder of the bits is arbitrary. This
3208 * implementation stores the HDA format (see AC_FMT_*) in bits [15:0] and an
3209 * additional bit (at position 30) to signal the validity of the format.
3210 *
3211 * | 31 | 30 | 29 16 | 15 0 |
3212 * +---------+-------+--------+--------+
3213 * | TRIGGER | VALID | UNUSED | FORMAT |
3214 * +-----------------------------------|
3215 *
3216 * Note that for the trigger bit to take effect it needs to change value
3217 * (i.e. it needs to be toggled).
3218 */
3219#define NVIDIA_GET_SCRATCH0 0xfa6
3220#define NVIDIA_SET_SCRATCH0_BYTE0 0xfa7
3221#define NVIDIA_SET_SCRATCH0_BYTE1 0xfa8
3222#define NVIDIA_SET_SCRATCH0_BYTE2 0xfa9
3223#define NVIDIA_SET_SCRATCH0_BYTE3 0xfaa
3224#define NVIDIA_SCRATCH_TRIGGER (1 << 7)
3225#define NVIDIA_SCRATCH_VALID (1 << 6)
3226
3227#define NVIDIA_GET_SCRATCH1 0xfab
3228#define NVIDIA_SET_SCRATCH1_BYTE0 0xfac
3229#define NVIDIA_SET_SCRATCH1_BYTE1 0xfad
3230#define NVIDIA_SET_SCRATCH1_BYTE2 0xfae
3231#define NVIDIA_SET_SCRATCH1_BYTE3 0xfaf
3232
3233/*
3234 * The format parameter is the HDA audio format (see AC_FMT_*). If set to 0,
3235 * the format is invalidated so that the HDMI codec can be disabled.
3236 */
3237static void tegra_hdmi_set_format(struct hda_codec *codec, unsigned int format)
3238{
3239 unsigned int value;
3240
3241 /* bits [31:30] contain the trigger and valid bits */
3242 value = snd_hda_codec_read(codec, NVIDIA_AFG_NID, 0,
3243 NVIDIA_GET_SCRATCH0, 0);
3244 value = (value >> 24) & 0xff;
3245
3246 /* bits [15:0] are used to store the HDA format */
3247 snd_hda_codec_write(codec, NVIDIA_AFG_NID, 0,
3248 NVIDIA_SET_SCRATCH0_BYTE0,
3249 (format >> 0) & 0xff);
3250 snd_hda_codec_write(codec, NVIDIA_AFG_NID, 0,
3251 NVIDIA_SET_SCRATCH0_BYTE1,
3252 (format >> 8) & 0xff);
3253
3254 /* bits [16:24] are unused */
3255 snd_hda_codec_write(codec, NVIDIA_AFG_NID, 0,
3256 NVIDIA_SET_SCRATCH0_BYTE2, 0);
3257
3258 /*
3259 * Bit 30 signals that the data is valid and hence that HDMI audio can
3260 * be enabled.
3261 */
3262 if (format == 0)
3263 value &= ~NVIDIA_SCRATCH_VALID;
3264 else
3265 value |= NVIDIA_SCRATCH_VALID;
3266
3267 /*
3268 * Whenever the trigger bit is toggled, an interrupt is raised in the
3269 * HDMI codec. The HDMI driver will use that as trigger to update its
3270 * configuration.
3271 */
3272 value ^= NVIDIA_SCRATCH_TRIGGER;
3273
3274 snd_hda_codec_write(codec, NVIDIA_AFG_NID, 0,
3275 NVIDIA_SET_SCRATCH0_BYTE3, value);
3276}
3277
3278static int tegra_hdmi_pcm_prepare(struct hda_pcm_stream *hinfo,
3279 struct hda_codec *codec,
3280 unsigned int stream_tag,
3281 unsigned int format,
3282 struct snd_pcm_substream *substream)
3283{
3284 int err;
3285
3286 err = generic_hdmi_playback_pcm_prepare(hinfo, codec, stream_tag,
3287 format, substream);
3288 if (err < 0)
3289 return err;
3290
3291 /* notify the HDMI codec of the format change */
3292 tegra_hdmi_set_format(codec, format);
3293
3294 return 0;
3295}
3296
3297static int tegra_hdmi_pcm_cleanup(struct hda_pcm_stream *hinfo,
3298 struct hda_codec *codec,
3299 struct snd_pcm_substream *substream)
3300{
3301 /* invalidate the format in the HDMI codec */
3302 tegra_hdmi_set_format(codec, 0);
3303
3304 return generic_hdmi_playback_pcm_cleanup(hinfo, codec, substream);
3305}
3306
3307static struct hda_pcm *hda_find_pcm_by_type(struct hda_codec *codec, int type)
3308{
3309 struct hdmi_spec *spec = codec->spec;
3310 unsigned int i;
3311
3312 for (i = 0; i < spec->num_pins; i++) {
3313 struct hda_pcm *pcm = get_pcm_rec(spec, i);
3314
3315 if (pcm->pcm_type == type)
3316 return pcm;
3317 }
3318
3319 return NULL;
3320}
3321
3322static int tegra_hdmi_build_pcms(struct hda_codec *codec)
3323{
3324 struct hda_pcm_stream *stream;
3325 struct hda_pcm *pcm;
3326 int err;
3327
3328 err = generic_hdmi_build_pcms(codec);
3329 if (err < 0)
3330 return err;
3331
3332 pcm = hda_find_pcm_by_type(codec, HDA_PCM_TYPE_HDMI);
3333 if (!pcm)
3334 return -ENODEV;
3335
3336 /*
3337 * Override ->prepare() and ->cleanup() operations to notify the HDMI
3338 * codec about format changes.
3339 */
3340 stream = &pcm->stream[SNDRV_PCM_STREAM_PLAYBACK];
3341 stream->ops.prepare = tegra_hdmi_pcm_prepare;
3342 stream->ops.cleanup = tegra_hdmi_pcm_cleanup;
3343
3344 return 0;
3345}
3346
3347static int patch_tegra_hdmi(struct hda_codec *codec)
3348{
3349 int err;
3350
3351 err = patch_generic_hdmi(codec);
3352 if (err)
3353 return err;
3354
3355 codec->patch_ops.build_pcms = tegra_hdmi_build_pcms;
3356
3357 return 0;
3358}
3359
3360/*
Anssi Hannula5a6135842013-10-24 21:10:35 +03003361 * ATI/AMD-specific implementations
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003362 */
3363
Anssi Hannula5a6135842013-10-24 21:10:35 +03003364#define is_amdhdmi_rev3_or_later(codec) \
Takashi Iwai7639a062015-03-03 10:07:24 +01003365 ((codec)->core.vendor_id == 0x1002aa01 && \
3366 ((codec)->core.revision_id & 0xff00) >= 0x0300)
Anssi Hannula5a6135842013-10-24 21:10:35 +03003367#define has_amd_full_remap_support(codec) is_amdhdmi_rev3_or_later(codec)
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003368
Anssi Hannula5a6135842013-10-24 21:10:35 +03003369/* ATI/AMD specific HDA pin verbs, see the AMD HDA Verbs specification */
3370#define ATI_VERB_SET_CHANNEL_ALLOCATION 0x771
3371#define ATI_VERB_SET_DOWNMIX_INFO 0x772
3372#define ATI_VERB_SET_MULTICHANNEL_01 0x777
3373#define ATI_VERB_SET_MULTICHANNEL_23 0x778
3374#define ATI_VERB_SET_MULTICHANNEL_45 0x779
3375#define ATI_VERB_SET_MULTICHANNEL_67 0x77a
Anssi Hannula461cf6b2013-10-24 21:10:37 +03003376#define ATI_VERB_SET_HBR_CONTROL 0x77c
Anssi Hannula5a6135842013-10-24 21:10:35 +03003377#define ATI_VERB_SET_MULTICHANNEL_1 0x785
3378#define ATI_VERB_SET_MULTICHANNEL_3 0x786
3379#define ATI_VERB_SET_MULTICHANNEL_5 0x787
3380#define ATI_VERB_SET_MULTICHANNEL_7 0x788
3381#define ATI_VERB_SET_MULTICHANNEL_MODE 0x789
3382#define ATI_VERB_GET_CHANNEL_ALLOCATION 0xf71
3383#define ATI_VERB_GET_DOWNMIX_INFO 0xf72
3384#define ATI_VERB_GET_MULTICHANNEL_01 0xf77
3385#define ATI_VERB_GET_MULTICHANNEL_23 0xf78
3386#define ATI_VERB_GET_MULTICHANNEL_45 0xf79
3387#define ATI_VERB_GET_MULTICHANNEL_67 0xf7a
Anssi Hannula461cf6b2013-10-24 21:10:37 +03003388#define ATI_VERB_GET_HBR_CONTROL 0xf7c
Anssi Hannula5a6135842013-10-24 21:10:35 +03003389#define ATI_VERB_GET_MULTICHANNEL_1 0xf85
3390#define ATI_VERB_GET_MULTICHANNEL_3 0xf86
3391#define ATI_VERB_GET_MULTICHANNEL_5 0xf87
3392#define ATI_VERB_GET_MULTICHANNEL_7 0xf88
3393#define ATI_VERB_GET_MULTICHANNEL_MODE 0xf89
3394
Anssi Hannula84d69e72013-10-24 21:10:38 +03003395/* AMD specific HDA cvt verbs */
3396#define ATI_VERB_SET_RAMP_RATE 0x770
3397#define ATI_VERB_GET_RAMP_RATE 0xf70
3398
Anssi Hannula5a6135842013-10-24 21:10:35 +03003399#define ATI_OUT_ENABLE 0x1
3400
3401#define ATI_MULTICHANNEL_MODE_PAIRED 0
3402#define ATI_MULTICHANNEL_MODE_SINGLE 1
3403
Anssi Hannula461cf6b2013-10-24 21:10:37 +03003404#define ATI_HBR_CAPABLE 0x01
3405#define ATI_HBR_ENABLE 0x10
3406
Anssi Hannula89250f82013-10-24 21:10:36 +03003407static int atihdmi_pin_get_eld(struct hda_codec *codec, hda_nid_t nid,
3408 unsigned char *buf, int *eld_size)
3409{
3410 /* call hda_eld.c ATI/AMD-specific function */
3411 return snd_hdmi_get_eld_ati(codec, nid, buf, eld_size,
3412 is_amdhdmi_rev3_or_later(codec));
3413}
3414
Anssi Hannula5a6135842013-10-24 21:10:35 +03003415static void atihdmi_pin_setup_infoframe(struct hda_codec *codec, hda_nid_t pin_nid, int ca,
3416 int active_channels, int conn_type)
3417{
3418 snd_hda_codec_write(codec, pin_nid, 0, ATI_VERB_SET_CHANNEL_ALLOCATION, ca);
3419}
3420
3421static int atihdmi_paired_swap_fc_lfe(int pos)
3422{
3423 /*
3424 * ATI/AMD have automatic FC/LFE swap built-in
3425 * when in pairwise mapping mode.
3426 */
3427
3428 switch (pos) {
3429 /* see channel_allocations[].speakers[] */
3430 case 2: return 3;
3431 case 3: return 2;
3432 default: break;
3433 }
3434
3435 return pos;
3436}
3437
Subhransu S. Prusty828cb4e2016-03-04 19:59:50 +05303438static int atihdmi_paired_chmap_validate(struct hdac_chmap *chmap,
3439 int ca, int chs, unsigned char *map)
Anssi Hannula5a6135842013-10-24 21:10:35 +03003440{
Subhransu S. Prustyf3022402016-03-04 19:59:48 +05303441 struct hdac_cea_channel_speaker_allocation *cap;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003442 int i, j;
3443
3444 /* check that only channel pairs need to be remapped on old pre-rev3 ATI/AMD */
3445
Subhransu S. Prustybb63f722016-03-04 19:59:52 +05303446 cap = snd_hdac_get_ch_alloc_from_ca(ca);
Anssi Hannula5a6135842013-10-24 21:10:35 +03003447 for (i = 0; i < chs; ++i) {
Subhransu S. Prustybb63f722016-03-04 19:59:52 +05303448 int mask = snd_hdac_chmap_to_spk_mask(map[i]);
Anssi Hannula5a6135842013-10-24 21:10:35 +03003449 bool ok = false;
3450 bool companion_ok = false;
3451
3452 if (!mask)
3453 continue;
3454
3455 for (j = 0 + i % 2; j < 8; j += 2) {
3456 int chan_idx = 7 - atihdmi_paired_swap_fc_lfe(j);
3457 if (cap->speakers[chan_idx] == mask) {
3458 /* channel is in a supported position */
3459 ok = true;
3460
3461 if (i % 2 == 0 && i + 1 < chs) {
3462 /* even channel, check the odd companion */
3463 int comp_chan_idx = 7 - atihdmi_paired_swap_fc_lfe(j + 1);
Subhransu S. Prustybb63f722016-03-04 19:59:52 +05303464 int comp_mask_req = snd_hdac_chmap_to_spk_mask(map[i+1]);
Anssi Hannula5a6135842013-10-24 21:10:35 +03003465 int comp_mask_act = cap->speakers[comp_chan_idx];
3466
3467 if (comp_mask_req == comp_mask_act)
3468 companion_ok = true;
3469 else
3470 return -EINVAL;
3471 }
3472 break;
3473 }
3474 }
3475
3476 if (!ok)
3477 return -EINVAL;
3478
3479 if (companion_ok)
3480 i++; /* companion channel already checked */
3481 }
3482
3483 return 0;
3484}
3485
Subhransu S. Prusty739ffee2016-03-04 19:59:49 +05303486static int atihdmi_pin_set_slot_channel(struct hdac_device *hdac,
3487 hda_nid_t pin_nid, int hdmi_slot, int stream_channel)
Anssi Hannula5a6135842013-10-24 21:10:35 +03003488{
Subhransu S. Prusty739ffee2016-03-04 19:59:49 +05303489 struct hda_codec *codec = container_of(hdac, struct hda_codec, core);
Anssi Hannula5a6135842013-10-24 21:10:35 +03003490 int verb;
3491 int ati_channel_setup = 0;
3492
3493 if (hdmi_slot > 7)
3494 return -EINVAL;
3495
3496 if (!has_amd_full_remap_support(codec)) {
3497 hdmi_slot = atihdmi_paired_swap_fc_lfe(hdmi_slot);
3498
3499 /* In case this is an odd slot but without stream channel, do not
3500 * disable the slot since the corresponding even slot could have a
3501 * channel. In case neither have a channel, the slot pair will be
3502 * disabled when this function is called for the even slot. */
3503 if (hdmi_slot % 2 != 0 && stream_channel == 0xf)
3504 return 0;
3505
3506 hdmi_slot -= hdmi_slot % 2;
3507
3508 if (stream_channel != 0xf)
3509 stream_channel -= stream_channel % 2;
3510 }
3511
3512 verb = ATI_VERB_SET_MULTICHANNEL_01 + hdmi_slot/2 + (hdmi_slot % 2) * 0x00e;
3513
3514 /* ati_channel_setup format: [7..4] = stream_channel_id, [1] = mute, [0] = enable */
3515
3516 if (stream_channel != 0xf)
3517 ati_channel_setup = (stream_channel << 4) | ATI_OUT_ENABLE;
3518
3519 return snd_hda_codec_write(codec, pin_nid, 0, verb, ati_channel_setup);
3520}
3521
Subhransu S. Prusty739ffee2016-03-04 19:59:49 +05303522static int atihdmi_pin_get_slot_channel(struct hdac_device *hdac,
3523 hda_nid_t pin_nid, int asp_slot)
Anssi Hannula5a6135842013-10-24 21:10:35 +03003524{
Subhransu S. Prusty739ffee2016-03-04 19:59:49 +05303525 struct hda_codec *codec = container_of(hdac, struct hda_codec, core);
Anssi Hannula5a6135842013-10-24 21:10:35 +03003526 bool was_odd = false;
3527 int ati_asp_slot = asp_slot;
3528 int verb;
3529 int ati_channel_setup;
3530
3531 if (asp_slot > 7)
3532 return -EINVAL;
3533
3534 if (!has_amd_full_remap_support(codec)) {
3535 ati_asp_slot = atihdmi_paired_swap_fc_lfe(asp_slot);
3536 if (ati_asp_slot % 2 != 0) {
3537 ati_asp_slot -= 1;
3538 was_odd = true;
3539 }
3540 }
3541
3542 verb = ATI_VERB_GET_MULTICHANNEL_01 + ati_asp_slot/2 + (ati_asp_slot % 2) * 0x00e;
3543
3544 ati_channel_setup = snd_hda_codec_read(codec, pin_nid, 0, verb, 0);
3545
3546 if (!(ati_channel_setup & ATI_OUT_ENABLE))
3547 return 0xf;
3548
3549 return ((ati_channel_setup & 0xf0) >> 4) + !!was_odd;
3550}
3551
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303552static int atihdmi_paired_chmap_cea_alloc_validate_get_type(
3553 struct hdac_chmap *chmap,
Subhransu S. Prustyf3022402016-03-04 19:59:48 +05303554 struct hdac_cea_channel_speaker_allocation *cap,
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303555 int channels)
Anssi Hannula5a6135842013-10-24 21:10:35 +03003556{
3557 int c;
3558
3559 /*
3560 * Pre-rev3 ATI/AMD codecs operate in a paired channel mode, so
3561 * we need to take that into account (a single channel may take 2
3562 * channel slots if we need to carry a silent channel next to it).
3563 * On Rev3+ AMD codecs this function is not used.
3564 */
3565 int chanpairs = 0;
3566
3567 /* We only produce even-numbered channel count TLVs */
3568 if ((channels % 2) != 0)
3569 return -1;
3570
3571 for (c = 0; c < 7; c += 2) {
3572 if (cap->speakers[c] || cap->speakers[c+1])
3573 chanpairs++;
3574 }
3575
3576 if (chanpairs * 2 != channels)
3577 return -1;
3578
3579 return SNDRV_CTL_TLVT_CHMAP_PAIRED;
3580}
3581
Subhransu S. Prusty828cb4e2016-03-04 19:59:50 +05303582static void atihdmi_paired_cea_alloc_to_tlv_chmap(struct hdac_chmap *hchmap,
Subhransu S. Prustyf3022402016-03-04 19:59:48 +05303583 struct hdac_cea_channel_speaker_allocation *cap,
3584 unsigned int *chmap, int channels)
Anssi Hannula5a6135842013-10-24 21:10:35 +03003585{
3586 /* produce paired maps for pre-rev3 ATI/AMD codecs */
3587 int count = 0;
3588 int c;
3589
3590 for (c = 7; c >= 0; c--) {
3591 int chan = 7 - atihdmi_paired_swap_fc_lfe(7 - c);
3592 int spk = cap->speakers[chan];
3593 if (!spk) {
3594 /* add N/A channel if the companion channel is occupied */
3595 if (cap->speakers[chan + (chan % 2 ? -1 : 1)])
3596 chmap[count++] = SNDRV_CHMAP_NA;
3597
3598 continue;
3599 }
3600
Subhransu S. Prustybb63f722016-03-04 19:59:52 +05303601 chmap[count++] = snd_hdac_spk_to_chmap(spk);
Anssi Hannula5a6135842013-10-24 21:10:35 +03003602 }
3603
3604 WARN_ON(count != channels);
3605}
3606
Anssi Hannula461cf6b2013-10-24 21:10:37 +03003607static int atihdmi_pin_hbr_setup(struct hda_codec *codec, hda_nid_t pin_nid,
3608 bool hbr)
3609{
3610 int hbr_ctl, hbr_ctl_new;
3611
3612 hbr_ctl = snd_hda_codec_read(codec, pin_nid, 0, ATI_VERB_GET_HBR_CONTROL, 0);
Anssi Hannula13122e62013-11-10 20:56:10 +02003613 if (hbr_ctl >= 0 && (hbr_ctl & ATI_HBR_CAPABLE)) {
Anssi Hannula461cf6b2013-10-24 21:10:37 +03003614 if (hbr)
3615 hbr_ctl_new = hbr_ctl | ATI_HBR_ENABLE;
3616 else
3617 hbr_ctl_new = hbr_ctl & ~ATI_HBR_ENABLE;
3618
Takashi Iwai4e76a882014-02-25 12:21:03 +01003619 codec_dbg(codec,
3620 "atihdmi_pin_hbr_setup: NID=0x%x, %shbr-ctl=0x%x\n",
Anssi Hannula461cf6b2013-10-24 21:10:37 +03003621 pin_nid,
3622 hbr_ctl == hbr_ctl_new ? "" : "new-",
3623 hbr_ctl_new);
3624
3625 if (hbr_ctl != hbr_ctl_new)
3626 snd_hda_codec_write(codec, pin_nid, 0,
3627 ATI_VERB_SET_HBR_CONTROL,
3628 hbr_ctl_new);
3629
3630 } else if (hbr)
3631 return -EINVAL;
3632
3633 return 0;
3634}
3635
Anssi Hannula84d69e72013-10-24 21:10:38 +03003636static int atihdmi_setup_stream(struct hda_codec *codec, hda_nid_t cvt_nid,
3637 hda_nid_t pin_nid, u32 stream_tag, int format)
3638{
3639
3640 if (is_amdhdmi_rev3_or_later(codec)) {
3641 int ramp_rate = 180; /* default as per AMD spec */
3642 /* disable ramp-up/down for non-pcm as per AMD spec */
3643 if (format & AC_FMT_TYPE_NON_PCM)
3644 ramp_rate = 0;
3645
3646 snd_hda_codec_write(codec, cvt_nid, 0, ATI_VERB_SET_RAMP_RATE, ramp_rate);
3647 }
3648
3649 return hdmi_setup_stream(codec, cvt_nid, pin_nid, stream_tag, format);
3650}
3651
3652
Anssi Hannula5a6135842013-10-24 21:10:35 +03003653static int atihdmi_init(struct hda_codec *codec)
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003654{
3655 struct hdmi_spec *spec = codec->spec;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003656 int pin_idx, err;
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003657
Anssi Hannula5a6135842013-10-24 21:10:35 +03003658 err = generic_hdmi_init(codec);
3659
3660 if (err)
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003661 return err;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003662
3663 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) {
3664 struct hdmi_spec_per_pin *per_pin = get_pin(spec, pin_idx);
3665
3666 /* make sure downmix information in infoframe is zero */
3667 snd_hda_codec_write(codec, per_pin->pin_nid, 0, ATI_VERB_SET_DOWNMIX_INFO, 0);
3668
3669 /* enable channel-wise remap mode if supported */
3670 if (has_amd_full_remap_support(codec))
3671 snd_hda_codec_write(codec, per_pin->pin_nid, 0,
3672 ATI_VERB_SET_MULTICHANNEL_MODE,
3673 ATI_MULTICHANNEL_MODE_SINGLE);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003674 }
Anssi Hannula5a6135842013-10-24 21:10:35 +03003675
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003676 return 0;
3677}
3678
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003679static int patch_atihdmi(struct hda_codec *codec)
3680{
3681 struct hdmi_spec *spec;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003682 struct hdmi_spec_per_cvt *per_cvt;
3683 int err, cvt_idx;
3684
3685 err = patch_generic_hdmi(codec);
3686
3687 if (err)
Takashi Iwaid0b12522012-06-15 14:34:42 +02003688 return err;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003689
3690 codec->patch_ops.init = atihdmi_init;
3691
Takashi Iwaid0b12522012-06-15 14:34:42 +02003692 spec = codec->spec;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003693
Anssi Hannula89250f82013-10-24 21:10:36 +03003694 spec->ops.pin_get_eld = atihdmi_pin_get_eld;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003695 spec->ops.pin_setup_infoframe = atihdmi_pin_setup_infoframe;
Anssi Hannula461cf6b2013-10-24 21:10:37 +03003696 spec->ops.pin_hbr_setup = atihdmi_pin_hbr_setup;
Anssi Hannula84d69e72013-10-24 21:10:38 +03003697 spec->ops.setup_stream = atihdmi_setup_stream;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003698
Takashi Iwai39669222016-05-11 14:56:12 +02003699 spec->chmap.ops.pin_get_slot_channel = atihdmi_pin_get_slot_channel;
3700 spec->chmap.ops.pin_set_slot_channel = atihdmi_pin_set_slot_channel;
3701
Anssi Hannula5a6135842013-10-24 21:10:35 +03003702 if (!has_amd_full_remap_support(codec)) {
3703 /* override to ATI/AMD-specific versions with pairwise mapping */
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303704 spec->chmap.ops.chmap_cea_alloc_validate_get_type =
Anssi Hannula5a6135842013-10-24 21:10:35 +03003705 atihdmi_paired_chmap_cea_alloc_validate_get_type;
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303706 spec->chmap.ops.cea_alloc_to_tlv_chmap =
3707 atihdmi_paired_cea_alloc_to_tlv_chmap;
3708 spec->chmap.ops.chmap_validate = atihdmi_paired_chmap_validate;
Anssi Hannula5a6135842013-10-24 21:10:35 +03003709 }
3710
3711 /* ATI/AMD converters do not advertise all of their capabilities */
3712 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
3713 per_cvt = get_cvt(spec, cvt_idx);
3714 per_cvt->channels_max = max(per_cvt->channels_max, 8u);
3715 per_cvt->rates |= SUPPORTED_RATES;
3716 per_cvt->formats |= SUPPORTED_FORMATS;
3717 per_cvt->maxbps = max(per_cvt->maxbps, 24u);
3718 }
3719
Subhransu S. Prusty67b90cb2016-03-04 19:59:46 +05303720 spec->chmap.channels_max = max(spec->chmap.channels_max, 8u);
Anssi Hannula5a6135842013-10-24 21:10:35 +03003721
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003722 return 0;
3723}
3724
Annie Liu3de5ff82012-06-08 19:18:42 +08003725/* VIA HDMI Implementation */
3726#define VIAHDMI_CVT_NID 0x02 /* audio converter1 */
3727#define VIAHDMI_PIN_NID 0x03 /* HDMI output pin1 */
3728
Annie Liu3de5ff82012-06-08 19:18:42 +08003729static int patch_via_hdmi(struct hda_codec *codec)
3730{
Takashi Iwai250e41a2012-06-15 14:40:21 +02003731 return patch_simple_hdmi(codec, VIAHDMI_CVT_NID, VIAHDMI_PIN_NID);
Annie Liu3de5ff82012-06-08 19:18:42 +08003732}
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003733
3734/*
3735 * patch entries
3736 */
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003737static const struct hda_device_id snd_hda_id_hdmi[] = {
3738HDA_CODEC_ENTRY(0x1002793c, "RS600 HDMI", patch_atihdmi),
3739HDA_CODEC_ENTRY(0x10027919, "RS600 HDMI", patch_atihdmi),
3740HDA_CODEC_ENTRY(0x1002791a, "RS690/780 HDMI", patch_atihdmi),
3741HDA_CODEC_ENTRY(0x1002aa01, "R6xx HDMI", patch_atihdmi),
3742HDA_CODEC_ENTRY(0x10951390, "SiI1390 HDMI", patch_generic_hdmi),
3743HDA_CODEC_ENTRY(0x10951392, "SiI1392 HDMI", patch_generic_hdmi),
3744HDA_CODEC_ENTRY(0x17e80047, "Chrontel HDMI", patch_generic_hdmi),
3745HDA_CODEC_ENTRY(0x10de0002, "MCP77/78 HDMI", patch_nvhdmi_8ch_7x),
3746HDA_CODEC_ENTRY(0x10de0003, "MCP77/78 HDMI", patch_nvhdmi_8ch_7x),
3747HDA_CODEC_ENTRY(0x10de0005, "MCP77/78 HDMI", patch_nvhdmi_8ch_7x),
3748HDA_CODEC_ENTRY(0x10de0006, "MCP77/78 HDMI", patch_nvhdmi_8ch_7x),
3749HDA_CODEC_ENTRY(0x10de0007, "MCP79/7A HDMI", patch_nvhdmi_8ch_7x),
3750HDA_CODEC_ENTRY(0x10de000a, "GPU 0a HDMI/DP", patch_nvhdmi),
3751HDA_CODEC_ENTRY(0x10de000b, "GPU 0b HDMI/DP", patch_nvhdmi),
3752HDA_CODEC_ENTRY(0x10de000c, "MCP89 HDMI", patch_nvhdmi),
3753HDA_CODEC_ENTRY(0x10de000d, "GPU 0d HDMI/DP", patch_nvhdmi),
3754HDA_CODEC_ENTRY(0x10de0010, "GPU 10 HDMI/DP", patch_nvhdmi),
3755HDA_CODEC_ENTRY(0x10de0011, "GPU 11 HDMI/DP", patch_nvhdmi),
3756HDA_CODEC_ENTRY(0x10de0012, "GPU 12 HDMI/DP", patch_nvhdmi),
3757HDA_CODEC_ENTRY(0x10de0013, "GPU 13 HDMI/DP", patch_nvhdmi),
3758HDA_CODEC_ENTRY(0x10de0014, "GPU 14 HDMI/DP", patch_nvhdmi),
3759HDA_CODEC_ENTRY(0x10de0015, "GPU 15 HDMI/DP", patch_nvhdmi),
3760HDA_CODEC_ENTRY(0x10de0016, "GPU 16 HDMI/DP", patch_nvhdmi),
Richard Samsonc8900a02011-03-03 12:46:13 +01003761/* 17 is known to be absent */
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003762HDA_CODEC_ENTRY(0x10de0018, "GPU 18 HDMI/DP", patch_nvhdmi),
3763HDA_CODEC_ENTRY(0x10de0019, "GPU 19 HDMI/DP", patch_nvhdmi),
3764HDA_CODEC_ENTRY(0x10de001a, "GPU 1a HDMI/DP", patch_nvhdmi),
3765HDA_CODEC_ENTRY(0x10de001b, "GPU 1b HDMI/DP", patch_nvhdmi),
3766HDA_CODEC_ENTRY(0x10de001c, "GPU 1c HDMI/DP", patch_nvhdmi),
3767HDA_CODEC_ENTRY(0x10de0020, "Tegra30 HDMI", patch_tegra_hdmi),
3768HDA_CODEC_ENTRY(0x10de0022, "Tegra114 HDMI", patch_tegra_hdmi),
3769HDA_CODEC_ENTRY(0x10de0028, "Tegra124 HDMI", patch_tegra_hdmi),
3770HDA_CODEC_ENTRY(0x10de0029, "Tegra210 HDMI/DP", patch_tegra_hdmi),
3771HDA_CODEC_ENTRY(0x10de0040, "GPU 40 HDMI/DP", patch_nvhdmi),
3772HDA_CODEC_ENTRY(0x10de0041, "GPU 41 HDMI/DP", patch_nvhdmi),
3773HDA_CODEC_ENTRY(0x10de0042, "GPU 42 HDMI/DP", patch_nvhdmi),
3774HDA_CODEC_ENTRY(0x10de0043, "GPU 43 HDMI/DP", patch_nvhdmi),
3775HDA_CODEC_ENTRY(0x10de0044, "GPU 44 HDMI/DP", patch_nvhdmi),
3776HDA_CODEC_ENTRY(0x10de0051, "GPU 51 HDMI/DP", patch_nvhdmi),
3777HDA_CODEC_ENTRY(0x10de0060, "GPU 60 HDMI/DP", patch_nvhdmi),
3778HDA_CODEC_ENTRY(0x10de0067, "MCP67 HDMI", patch_nvhdmi_2ch),
3779HDA_CODEC_ENTRY(0x10de0070, "GPU 70 HDMI/DP", patch_nvhdmi),
3780HDA_CODEC_ENTRY(0x10de0071, "GPU 71 HDMI/DP", patch_nvhdmi),
3781HDA_CODEC_ENTRY(0x10de0072, "GPU 72 HDMI/DP", patch_nvhdmi),
3782HDA_CODEC_ENTRY(0x10de007d, "GPU 7d HDMI/DP", patch_nvhdmi),
Hui Wangaf677162017-02-09 09:20:54 +08003783HDA_CODEC_ENTRY(0x10de0080, "GPU 80 HDMI/DP", patch_nvhdmi),
Aaron Plattner2d369c72016-03-13 13:58:57 -07003784HDA_CODEC_ENTRY(0x10de0082, "GPU 82 HDMI/DP", patch_nvhdmi),
Aaron Plattner3ec622f2016-01-28 14:07:38 -08003785HDA_CODEC_ENTRY(0x10de0083, "GPU 83 HDMI/DP", patch_nvhdmi),
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003786HDA_CODEC_ENTRY(0x10de8001, "MCP73 HDMI", patch_nvhdmi_2ch),
3787HDA_CODEC_ENTRY(0x11069f80, "VX900 HDMI/DP", patch_via_hdmi),
3788HDA_CODEC_ENTRY(0x11069f81, "VX900 HDMI/DP", patch_via_hdmi),
3789HDA_CODEC_ENTRY(0x11069f84, "VX11 HDMI/DP", patch_generic_hdmi),
3790HDA_CODEC_ENTRY(0x11069f85, "VX11 HDMI/DP", patch_generic_hdmi),
Takashi Iwai7ff652f2016-03-21 14:50:24 +01003791HDA_CODEC_ENTRY(0x80860054, "IbexPeak HDMI", patch_i915_cpt_hdmi),
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003792HDA_CODEC_ENTRY(0x80862801, "Bearlake HDMI", patch_generic_hdmi),
3793HDA_CODEC_ENTRY(0x80862802, "Cantiga HDMI", patch_generic_hdmi),
3794HDA_CODEC_ENTRY(0x80862803, "Eaglelake HDMI", patch_generic_hdmi),
Takashi Iwai7ff652f2016-03-21 14:50:24 +01003795HDA_CODEC_ENTRY(0x80862804, "IbexPeak HDMI", patch_i915_cpt_hdmi),
Takashi Iwaie85015a32016-03-21 13:56:19 +01003796HDA_CODEC_ENTRY(0x80862805, "CougarPoint HDMI", patch_i915_cpt_hdmi),
3797HDA_CODEC_ENTRY(0x80862806, "PantherPoint HDMI", patch_i915_cpt_hdmi),
Takashi Iwaia6866322016-03-21 12:18:33 +01003798HDA_CODEC_ENTRY(0x80862807, "Haswell HDMI", patch_i915_hsw_hdmi),
3799HDA_CODEC_ENTRY(0x80862808, "Broadwell HDMI", patch_i915_hsw_hdmi),
3800HDA_CODEC_ENTRY(0x80862809, "Skylake HDMI", patch_i915_hsw_hdmi),
3801HDA_CODEC_ENTRY(0x8086280a, "Broxton HDMI", patch_i915_hsw_hdmi),
3802HDA_CODEC_ENTRY(0x8086280b, "Kabylake HDMI", patch_i915_hsw_hdmi),
Vinod Koul126cfa22017-02-27 21:19:44 +05303803HDA_CODEC_ENTRY(0x8086280d, "Geminilake HDMI", patch_i915_hsw_hdmi),
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003804HDA_CODEC_ENTRY(0x80862880, "CedarTrail HDMI", patch_generic_hdmi),
Takashi Iwaia6866322016-03-21 12:18:33 +01003805HDA_CODEC_ENTRY(0x80862882, "Valleyview2 HDMI", patch_i915_byt_hdmi),
3806HDA_CODEC_ENTRY(0x80862883, "Braswell HDMI", patch_i915_byt_hdmi),
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003807HDA_CODEC_ENTRY(0x808629fb, "Crestline HDMI", patch_generic_hdmi),
Takashi Iwaid8a766a2015-02-17 15:25:37 +01003808/* special ID for generic HDMI */
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003809HDA_CODEC_ENTRY(HDA_CODEC_ID_GENERIC_HDMI, "Generic HDMI", patch_generic_hdmi),
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003810{} /* terminator */
3811};
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003812MODULE_DEVICE_TABLE(hdaudio, snd_hda_id_hdmi);
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003813
3814MODULE_LICENSE("GPL");
3815MODULE_DESCRIPTION("HDMI HD-audio codec");
3816MODULE_ALIAS("snd-hda-codec-intelhdmi");
3817MODULE_ALIAS("snd-hda-codec-nvhdmi");
3818MODULE_ALIAS("snd-hda-codec-atihdmi");
3819
Takashi Iwaid8a766a2015-02-17 15:25:37 +01003820static struct hda_codec_driver hdmi_driver = {
Takashi Iwaib9a94a92015-10-01 16:20:04 +02003821 .id = snd_hda_id_hdmi,
Takashi Iwai84eb01b2010-09-07 12:27:25 +02003822};
3823
Takashi Iwaid8a766a2015-02-17 15:25:37 +01003824module_hda_codec_driver(hdmi_driver);