diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-04-17 13:34:30 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-04-17 13:34:30 +0200 |
commit | 6d23c8f5440e33cb854e394d38b8c19315f21428 (patch) | |
tree | 6d656667e796f0e273396a746fc03c4e4ddba0a3 /include/sound/hdaudio.h | |
parent | 0a50575b64ee365bba4960756c394a28ed0710a4 (diff) | |
download | linux-6d23c8f5440e33cb854e394d38b8c19315f21428.tar.gz linux-6d23c8f5440e33cb854e394d38b8c19315f21428.tar.bz2 linux-6d23c8f5440e33cb854e394d38b8c19315f21428.zip |
ALSA: hda - Move prepared flag into struct hdac_stream
This flag seems used commonly, so deserves to be located there.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/hdaudio.h')
-rw-r--r-- | include/sound/hdaudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h index 15bc039de78d..dbeb195eb4e8 100644 --- a/include/sound/hdaudio.h +++ b/include/sound/hdaudio.h @@ -390,6 +390,7 @@ struct hdac_stream { bool opened:1; bool running:1; + bool prepared:1; bool no_period_wakeup:1; bool locked:1; |