From: Mark Brown Date: Thu, 24 Apr 2025 11:55:06 +0000 (+0100) Subject: ASoC: Merge up fixes X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=402dda23a3197c1cd43504351c2c3077d0472646;p=users%2Fjedix%2Flinux-maple.git ASoC: Merge up fixes They have build/application dependencies for some new changes coming in. --- 402dda23a3197c1cd43504351c2c3077d0472646 diff --cc sound/soc/intel/avs/pcm.c index af4e6fbadb012,d83ef504643bb..405cfc1ab0cba --- a/sound/soc/intel/avs/pcm.c +++ b/sound/soc/intel/avs/pcm.c @@@ -32,8 -31,11 +32,12 @@@ struct avs_dma_data struct hdac_ext_stream *host_stream; }; + struct snd_pcm_hw_constraint_list rate_list; + struct snd_pcm_hw_constraint_list channels_list; + struct snd_pcm_hw_constraint_list sample_bits_list; + struct work_struct period_elapsed_work; + struct hdac_ext_link *link; struct snd_pcm_substream *substream; };