mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
ASoC: Intel: avs: Update ASRC definition
To support ASRC for playback streams, update its descriptor. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://patch.msgid.link/20250109122216.3667847-11-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
480d9bb9cf
commit
aea305d285
|
|
@ -859,8 +859,7 @@ static_assert(sizeof(struct avs_aec_cfg) == 92);
|
|||
struct avs_asrc_cfg {
|
||||
struct avs_modcfg_base base;
|
||||
u32 out_freq;
|
||||
u32 rsvd0:1;
|
||||
u32 mode:1;
|
||||
u32 mode:2;
|
||||
u32 rsvd2:2;
|
||||
u32 disable_jitter_buffer:1;
|
||||
u32 rsvd3:27;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user