summaryrefslogtreecommitdiff
path: root/sound/x86/intel_hdmi_lpe_audio.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-02-01 17:53:19 +0100
committerTakashi Iwai <tiwai@suse.de>2017-02-03 17:35:35 +0100
commit0e9c67d7c88ce7054288e3b61deb09bfa59f8920 (patch)
tree8077164137a6d7978f8ee808d575b573bc9fad45 /sound/x86/intel_hdmi_lpe_audio.h
parentd0e9b1a23ca3dbe24e88c6671218b9031e37db96 (diff)
ALSA: x86: Drop superfluous state field
The state field keeps the connection state and it's basically as same as drv_status field. Drop this redundancy. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/intel_hdmi_lpe_audio.h')
-rw-r--r--sound/x86/intel_hdmi_lpe_audio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/x86/intel_hdmi_lpe_audio.h b/sound/x86/intel_hdmi_lpe_audio.h
index 628c578ecedf..1bc961522d0d 100644
--- a/sound/x86/intel_hdmi_lpe_audio.h
+++ b/sound/x86/intel_hdmi_lpe_audio.h
@@ -591,12 +591,6 @@ union aud_info_frame3 {
u32 fr3_val;
};
-enum hdmi_connector_status {
- hdmi_connector_status_connected = 1,
- hdmi_connector_status_disconnected = 2,
- hdmi_connector_status_unknown = 3,
-};
-
#define HDMI_AUDIO_UNDERRUN (1UL<<31)
#define HDMI_AUDIO_BUFFER_DONE (1UL<<29)