diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-01-31 14:16:51 -0600 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-02-01 16:22:10 +0100 |
commit | f95e29b92190607c66dc5c96b7e0de9c332062c2 (patch) | |
tree | 1a28e27943ced9fb030d600a35ad91282741aded /include/drm | |
parent | 9c9191f3de5926830346750ce4417d261027ab80 (diff) | |
download | linux-f95e29b92190607c66dc5c96b7e0de9c332062c2.tar.bz2 |
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')
-rw-r--r-- | include/drm/intel_lpe_audio.h | 1 |
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]; }; |