acp: pass right user_data to event

This commit is contained in:
Wim Taymans 2020-10-01 11:31:52 +02:00
parent 41db0f35b3
commit 735eefa2fb

View file

@ -568,7 +568,7 @@ static int hdmi_eld_changed(snd_mixer_elem_t *melem, unsigned int mask)
pa_proplist_as_dict(p->proplist, &p->port.props);
if (changed && mask != 0 && impl->events && impl->events->props_changed)
impl->events->props_changed(impl);
impl->events->props_changed(impl->user_data);
return 0;
}