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 /sound/pci/hda/hda_controller.h | |
parent | ALSA: hda - Replace hda_bus_ops with static binding (diff) | |
download | linux-6d23c8f5440e33cb854e394d38b8c19315f21428.tar.xz 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 'sound/pci/hda/hda_controller.h')
-rw-r--r-- | sound/pci/hda/hda_controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.h b/sound/pci/hda/hda_controller.h index 407cba6577b8..173bf7c85b6e 100644 --- a/sound/pci/hda/hda_controller.h +++ b/sound/pci/hda/hda_controller.h @@ -62,7 +62,6 @@ struct azx_dev { struct hdac_stream core; unsigned int irq_pending:1; - unsigned int prepared:1; /* * For VIA: * A flag to ensure DMA position is 0 |