diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-02-01 22:03:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-02-03 17:35:42 +0100 |
commit | fa5dfe6a01481a8fa00469be42ea32beb468a501 (patch) | |
tree | c4348d6d29853aa1dc99b1097c004681c33078a5 /sound/x86/intel_hdmi_lpe_audio.h | |
parent | 0e9c67d7c88ce7054288e3b61deb09bfa59f8920 (diff) | |
download | lwn-fa5dfe6a01481a8fa00469be42ea32beb468a501.tar.gz lwn-fa5dfe6a01481a8fa00469be42ea32beb468a501.zip |
ALSA: x86: Drop redundant had_stream_pvt
The had_stream_pvt struct assigned to PCM runtime private data tracks
merely the stream running status, and the very same information is
carried by had_stream->stream_type. Kill it.
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.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sound/x86/intel_hdmi_lpe_audio.h b/sound/x86/intel_hdmi_lpe_audio.h index 1bc961522d0d..483b9feeff30 100644 --- a/sound/x86/intel_hdmi_lpe_audio.h +++ b/sound/x86/intel_hdmi_lpe_audio.h @@ -224,21 +224,6 @@ union otm_hdmi_eld_t { }; /** - * enum had_status - Audio stream states - * - * @STREAM_INIT: Stream initialized - * @STREAM_RUNNING: Stream running - * @STREAM_PAUSED: Stream paused - * @STREAM_DROPPED: Stream dropped - */ -enum had_stream_status { - STREAM_INIT = 0, - STREAM_RUNNING = 1, - STREAM_PAUSED = 2, - STREAM_DROPPED = 3 -}; - -/** * enum had_status_stream - HAD stream states */ enum had_status_stream { |