diff options
author | Mark Brown <broonie@kernel.org> | 2017-01-24 17:24:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-24 17:24:18 +0100 |
commit | dbbc21bbf2c640dd148903e82f752c2f269fc58a (patch) | |
tree | e85f5b686774e2fbae6387f94bf44c4076c49046 /sound/soc/codecs/hdac_hdmi.c | |
parent | ASoC: hdac_hdmi: use audio component framework to read ELD (diff) | |
parent | Linux 4.10-rc1 (diff) | |
download | linux-dbbc21bbf2c640dd148903e82f752c2f269fc58a.tar.xz linux-dbbc21bbf2c640dd148903e82f752c2f269fc58a.zip |
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 261c31890827..4b4e376cc3f6 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; |