diff options
author | Mark Brown <broonie@kernel.org> | 2017-01-24 16:24:18 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-24 16:24:18 +0000 |
commit | dbbc21bbf2c640dd148903e82f752c2f269fc58a (patch) | |
tree | e85f5b686774e2fbae6387f94bf44c4076c49046 /sound/soc/codecs/hdac_hdmi.c | |
parent | f6fa11a35c548a516a41ce1669d0dbcdaabb267f (diff) | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | op-kernel-dev-dbbc21bbf2c640dd148903e82f752c2f269fc58a.zip op-kernel-dev-dbbc21bbf2c640dd148903e82f752c2f269fc58a.tar.gz |
Merge tag 'v4.10-rc1' into asoc-intel
Linux 4.10-rc1
Diffstat (limited to 'sound/soc/codecs/hdac_hdmi.c')
-rw-r--r-- | sound/soc/codecs/hdac_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c index 261c318..4b4e376 100644 --- a/sound/soc/codecs/hdac_hdmi.c +++ b/sound/soc/codecs/hdac_hdmi.c @@ -1276,7 +1276,7 @@ static int hdac_hdmi_parse_and_map_nid(struct hdac_ext_device *edev, return hdac_hdmi_init_dai_map(edev); } -static void hdac_hdmi_eld_notify_cb(void *aptr, int port) +static void hdac_hdmi_eld_notify_cb(void *aptr, int port, int pipe) { struct hdac_ext_device *edev = aptr; struct hdac_hdmi_priv *hdmi = edev->private_data; |