Skip to content

Commit aea305d

Browse files
Amadeusz Sławińskibroonie
authored andcommitted
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>
1 parent 480d9bb commit aea305d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sound/soc/intel/avs/messages.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,7 @@ static_assert(sizeof(struct avs_aec_cfg) == 92);
859859
struct avs_asrc_cfg {
860860
struct avs_modcfg_base base;
861861
u32 out_freq;
862-
u32 rsvd0:1;
863-
u32 mode:1;
862+
u32 mode:2;
864863
u32 rsvd2:2;
865864
u32 disable_jitter_buffer:1;
866865
u32 rsvd3:27;

0 commit comments

Comments
 (0)