commit | df42cb499eb1869bfb535f6c6b5ea1406496baf4 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sun Feb 12 11:35:44 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Feb 13 14:51:13 2017 +0100 |
tree | 7ceabee381b36399c57dbb60d402998e3d30acc8 | |
parent | e2acecf2c88370f9d7252e7a05cd7b6d43aed720 [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>