diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-19 09:14:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-01-27 10:19:12 -0200 |
commit | dc189053e1a5ae606c56e432dae1afc28261a819 (patch) | |
tree | c8088f74503d0a20a80303e9b8c3f00176ebdfb9 /include/linux/hdmi.h | |
parent | 2c676f378edb16cb68f7815581c8119fc43a4b85 (diff) | |
download | op-kernel-dev-dc189053e1a5ae606c56e432dae1afc28261a819.zip op-kernel-dev-dc189053e1a5ae606c56e432dae1afc28261a819.tar.gz |
[media] hdmi: rename HDMI_AUDIO_CODING_TYPE_EXT_STREAM to _EXT_CT
As per the suggestion of Thierry Reding rename
HDMI_AUDIO_CODING_TYPE_EXT_STREAM to HDMI_AUDIO_CODING_TYPE_EXT_CT to
be consistent with the CEA-861 spec.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/linux/hdmi.h')
-rw-r--r-- | include/linux/hdmi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/hdmi.h b/include/linux/hdmi.h index 2ff3431..e974420 100644 --- a/include/linux/hdmi.h +++ b/include/linux/hdmi.h @@ -230,7 +230,8 @@ enum hdmi_audio_sample_frequency { }; enum hdmi_audio_coding_type_ext { - HDMI_AUDIO_CODING_TYPE_EXT_STREAM, + /* Refer to Audio Coding Type (CT) field in Data Byte 1 */ + HDMI_AUDIO_CODING_TYPE_EXT_CT, /* * The next three CXT values are defined in CEA-861-E only. |