On Fri, 30 Jun 2023 16:45:34 +0200, Oswald Buddenhagen wrote: > > This series is what all the work was about: support the "dual-/quad-pumped" > modes of the E-MU cards. > > Oswald Buddenhagen (8): > ALSA: emu10k1: introduce alternative E-MU D.A.S. mode > ALSA: emu10k1: improve mixer control naming in E-MU D.A.S. mode > ALSA: emu10k1: set the "no filtering" bits on PCM voices > ALSA: emu10k1: make playback in E-MU D.A.S. mode 32-bit > ALSA: add snd_ctl_add_locked() > ALSA: emu10k1: add support for 2x/4x word clocks in E-MU D.A.S. mode > ALSA: emu10k1: add high-rate capture in E-MU D.A.S. mode > ALSA: emu10k1: add high-rate playback in E-MU D.A.S. mode I still can't agree with the basic design using the dynamic kctl addition / deletion in kcontrol's put action. Takashi