summaryrefslogtreecommitdiff
path: root/sound/x86/intel_hdmi_audio.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-02-12 11:35:44 +0100
committerTakashi Iwai <tiwai@suse.de>2017-02-13 14:51:13 +0100
commitdf42cb499eb1869bfb535f6c6b5ea1406496baf4 (patch)
tree7ceabee381b36399c57dbb60d402998e3d30acc8 /sound/x86/intel_hdmi_audio.h
parente2acecf2c88370f9d7252e7a05cd7b6d43aed720 (diff)
ALSA: x86: Drop unused stream.running field
The pcm_stream_info.running field is only set in the PCM trigger callback but never referred, thus it can be safely removed. Also, properly cover the spinlock in both the trigger START and STOP to protect had_enable_audio() calls. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/intel_hdmi_audio.h')
-rw-r--r--sound/x86/intel_hdmi_audio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/x86/intel_hdmi_audio.h b/sound/x86/intel_hdmi_audio.h
index 8b9e184fef44..d6ba90fd011d 100644
--- a/sound/x86/intel_hdmi_audio.h
+++ b/sound/x86/intel_hdmi_audio.h
@@ -83,7 +83,6 @@ struct channel_map_table {
struct pcm_stream_info {
struct snd_pcm_substream *substream;
int substream_refcount;
- bool running;
};
/*