aboutsummaryrefslogtreecommitdiffstats
path: root/sound/x86/intel_hdmi_lpe_audio.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-02-02 17:46:49 +0100
committerTakashi Iwai <tiwai@suse.de>2017-02-03 17:38:02 +0100
commit91b0cb0cc07bcb5114df2897531f4ea41c148c8e (patch)
tree908887701b13c5556b6d597f8c35299b43ec54ea /sound/x86/intel_hdmi_lpe_audio.h
parentALSA: x86: Yet more tidy-up and clean-ups (diff)
downloadlinux-dev-91b0cb0cc07bcb5114df2897531f4ea41c148c8e.tar.xz
linux-dev-91b0cb0cc07bcb5114df2897531f4ea41c148c8e.zip
ALSA: x86: Rename drv_status to connected
After the rewrite of the runtime PM code, we have only two driver status: CONNECTED and DISCONNECTED. So it's clearer to use a boolean flag, and name it easier one, "connected". 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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/x86/intel_hdmi_lpe_audio.h b/sound/x86/intel_hdmi_lpe_audio.h
index 5a5adb7f0cde..be9783910a3a 100644
--- a/sound/x86/intel_hdmi_lpe_audio.h
+++ b/sound/x86/intel_hdmi_lpe_audio.h
@@ -82,14 +82,6 @@
/* Naud Value */
#define DP_NAUD_VAL 32768
-enum had_drv_status {
- HAD_DRV_CONNECTED,
- HAD_DRV_RUNNING,
- HAD_DRV_DISCONNECTED,
- HAD_DRV_SUSPENDED,
- HAD_DRV_ERR,
-};
-
/* enum intel_had_aud_buf_type - HDMI controller ring buffer types */
enum intel_had_aud_buf_type {
HAD_BUF_TYPE_A = 0,