mbox series

[v2,0/7] ALSA: emu10k1: various improvements to the DSP-based mixer code

Message ID 20230514170323.3408834-1-oswald.buddenhagen@gmx.de (mailing list archive)
Headers show
Series ALSA: emu10k1: various improvements to the DSP-based mixer code | expand

Message

Oswald Buddenhagen May 14, 2023, 5:03 p.m. UTC
Oswald Buddenhagen (7):
  ALSA: emu10k1: polish audigy GPR allocation
  ALSA: emu10k1: fix non-zero mixer control defaults in highres mode
  ALSA: emu10k1: validate min/max values of translated controls
  ALSA: emu10k1: omit non-applicable mixer controls for E-MU cards
  ALSA: emu10k1: skip mic capture PCM for cards without AC97 codec
  ALSA: emu10k1: enable bit-exact playback, part 1: DSP attenuation
  ALSA: emu10k1: enable bit-exact playback, part 2: voice attenuation

 Documentation/sound/cards/audigy-mixer.rst  |   2 +-
 Documentation/sound/cards/sb-live-mixer.rst |   2 +-
 include/sound/emu10k1.h                     |   9 +-
 include/uapi/sound/emu10k1.h                |   8 +-
 sound/pci/emu10k1/emu10k1.c                 |   8 +-
 sound/pci/emu10k1/emufx.c                   | 491 +++++++++++---------
 sound/pci/emu10k1/emumixer.c                |  15 +-
 sound/pci/emu10k1/emupcm.c                  |   4 +-
 8 files changed, 291 insertions(+), 248 deletions(-)

Comments

Takashi Iwai May 15, 2023, 8:07 p.m. UTC | #1
On Sun, 14 May 2023 19:03:16 +0200,
Oswald Buddenhagen wrote:
> 
> 
> Oswald Buddenhagen (7):
>   ALSA: emu10k1: polish audigy GPR allocation
>   ALSA: emu10k1: fix non-zero mixer control defaults in highres mode
>   ALSA: emu10k1: validate min/max values of translated controls
>   ALSA: emu10k1: omit non-applicable mixer controls for E-MU cards
>   ALSA: emu10k1: skip mic capture PCM for cards without AC97 codec
>   ALSA: emu10k1: enable bit-exact playback, part 1: DSP attenuation
>   ALSA: emu10k1: enable bit-exact playback, part 2: voice attenuation

Applied all seven patches now.  Thanks.


Takashi
Oswald Buddenhagen May 16, 2023, 8:39 a.m. UTC | #2
> Applied all seven patches now.  Thanks.
>
the last patch ("enable bit-exact playback, part 2: voice attenuation") 
seems to have got lost.

regards
Takashi Iwai May 16, 2023, 9:13 a.m. UTC | #3
On Tue, 16 May 2023 10:39:29 +0200,
Oswald Buddenhagen wrote:
> 
> > Applied all seven patches now.  Thanks.
> > 
> the last patch ("enable bit-exact playback, part 2: voice
> attenuation") seems to have got lost.

On indeed, it slipped due to git-am didn't accept it cleanly.
Now applied manually and pushed out.

Thanks for spotting!


Takashi