diff options
author | Dylan Reid <dgreid@chromium.org> | 2014-03-01 00:41:14 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-03-01 11:20:51 +0100 |
commit | 9cdc0115e444108cfa7339386eee46ed2c84a2eb (patch) | |
tree | 295add5b1a186e2a738a107d66efdbb629f6887d /sound/pci/hda/hda_priv.h | |
parent | ALSA: hda - Allow different ops to read/write registers (diff) | |
download | linux-9cdc0115e444108cfa7339386eee46ed2c84a2eb.tar.xz linux-9cdc0115e444108cfa7339386eee46ed2c84a2eb.zip |
ALSA: hda - Keep pointer to bdl_pos_fix in chip struct
This will allow for a platform hda driver to use it as well. It
removes the dependency on the module param from hda_intel, which will
allow for azx_setup_periods to be shared.
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_priv.h')
-rw-r--r-- | sound/pci/hda/hda_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_priv.h b/sound/pci/hda/hda_priv.h index 6d082d65baed..17afe90e90de 100644 --- a/sound/pci/hda/hda_priv.h +++ b/sound/pci/hda/hda_priv.h @@ -357,6 +357,7 @@ struct azx { /* flags */ int position_fix[2]; /* for both playback/capture streams */ + const int *bdl_pos_adj; int poll_count; unsigned int running:1; unsigned int initialized:1; |