summaryrefslogtreecommitdiff
path: root/include/drm/intel_lpe_audio.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-01-31 14:16:51 -0600
committerTakashi Iwai <tiwai@suse.de>2017-02-01 16:22:10 +0100
commitf95e29b92190607c66dc5c96b7e0de9c332062c2 (patch)
tree1a28e27943ced9fb030d600a35ad91282741aded /include/drm/intel_lpe_audio.h
parent9c9191f3de5926830346750ce4417d261027ab80 (diff)
drm/i915: Pass pipe to LPE audio notification
The LPE audio configuration depends on the pipe, thus we need to pass the currently used pipe. It's now embedded in struct intel_hdmi_lpe_audio_eld as well as port id. Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/drm/intel_lpe_audio.h')
-rw-r--r--include/drm/intel_lpe_audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/intel_lpe_audio.h b/include/drm/intel_lpe_audio.h
index 857e0eafed79..410128e4cd70 100644
--- a/include/drm/intel_lpe_audio.h
+++ b/include/drm/intel_lpe_audio.h
@@ -31,6 +31,7 @@
struct intel_hdmi_lpe_audio_eld {
int port_id;
+ int pipe_id;
unsigned char eld_data[HDMI_MAX_ELD_BYTES];
};