summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorJason Liu <jason.hui.liu@nxp.com>2019-12-16 10:22:36 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-12-16 14:38:10 +0800
commit622141309f6e4288a4cb2f6e697c2bcbf4963fed (patch)
tree83fb3635cf123b2de8c280d6ba510b73d2532476 /include/sound
parentc85bf6f6903ad154848fee495b3b34c3cde86f6c (diff)
parentf7688b48ac46e9a669e279f1bc167722d5141eda (diff)
Merge linux-5.4.y tag 'v5.4.3' into lf-5.4.y
This is the 5.4.3 stable release Conflicts: drivers/cpufreq/imx-cpufreq-dt.c drivers/spi/spi-fsl-qspi.c The conflict is very minor, fixed it when do the merge. The imx-cpufreq-dt.c is just one line code-style change, using upstream one, no any function change. The spi-fsl-qspi.c has minor conflicts when merge upstream fixes: c69b17da53b2 spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register After merge, basic boot sanity test and basic qspi test been done on i.mx Signed-off-by: Jason Liu <jason.hui.liu@nxp.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/hdaudio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h
index b260c5fd2337..e05b95e83d5a 100644
--- a/include/sound/hdaudio.h
+++ b/include/sound/hdaudio.h
@@ -493,6 +493,7 @@ struct hdac_stream {
bool prepared:1;
bool no_period_wakeup:1;
bool locked:1;
+ bool stripe:1; /* apply stripe control */
/* timestamp */
unsigned long start_wallclk; /* start + minimum wallclk */