diff options
author | Mark Brown <broonie@kernel.org> | 2024-04-03 17:07:41 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-04-03 17:07:41 +0200 |
commit | 327719aa629fa6382ecd38996191c4bc9ef0174b (patch) | |
tree | aef80029634e52fed35890894f303a09622e4202 /include/sound | |
parent | ASoC: Intel: avs: rt5682: Constify card_headset_pins (diff) | |
parent | ASoC: Merge up left over v6.8 fix (diff) | |
download | linux-327719aa629fa6382ecd38996191c4bc9ef0174b.tar.xz linux-327719aa629fa6382ecd38996191c4bc9ef0174b.zip |
ASoC: Merge up fixes
Some of these, particularly the wm_adsp one in the immediate case, are
needed as a basis for new work.
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/hdaudio_ext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h index a8bebac1e4b2..957295364a5e 100644 --- a/include/sound/hdaudio_ext.h +++ b/include/sound/hdaudio_ext.h @@ -56,6 +56,9 @@ struct hdac_ext_stream { u32 pphcldpl; u32 pphcldpu; + u32 pplcllpl; + u32 pplcllpu; + bool decoupled:1; bool link_locked:1; bool link_prepared; |