On Wed, 17 May 2023 18:48:00 +0200, Oswald Buddenhagen wrote: > > 32-bit platforms don't like these. As we're actually dealing with > constants, factor out the calculations and pass them in as additional > arguments. To keep the call sites clean, wrap the actual functions in > macros which generate the arguments. > > Fixes: bb5ceb43b7bf ("ALSA: emu10k1: fix non-zero mixer control defaults in highres mode") > Fixes: 1298bc978afb ("ALSA: emu10k1: enable bit-exact playback, part 1: DSP attenuation") > Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@xxxxxx> > > --- > > Cc: Christophe Leroy <christophe.leroy@xxxxxxxxxx> > Cc: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> > --- Thanks, applied now. Takashi