mbox series

[0/7] ALSA: emu10k1: improvements mostly related to #defines

Message ID 20230422161021.1143903-1-oswald.buddenhagen@gmx.de
Headers show
Series ALSA: emu10k1: improvements mostly related to #defines | expand

Message

Oswald Buddenhagen April 22, 2023, 4:10 p.m. UTC
Mostly adding, removing, and otherwise massaging numerous #defines and
code using them, and surrounding comments.

Oswald Buddenhagen (7):
  ALSA: emu10k1: comment updates
  ALSA: emu10k1: fix lineup of EMU_HANA_* defines
  ALSA: emu10k1: eliminate some unused defines
  ALSA: emu10k1: remove some bogus defines
  ALSA: emu10k1: pull in some register definitions from kX-project
  ALSA: emu10k1: fixup DSP defines
  ALSA: emu10k1: use more existing defines instead of open-coded numbers

 include/sound/emu10k1.h              | 685 +++++++++++++--------------
 include/uapi/sound/emu10k1.h         | 147 ++++--
 sound/pci/emu10k1/emu10k1.c          |  11 -
 sound/pci/emu10k1/emu10k1_callback.c |  15 +-
 sound/pci/emu10k1/emu10k1_main.c     | 125 ++---
 sound/pci/emu10k1/emufx.c            |  18 +-
 sound/pci/emu10k1/emumixer.c         |  13 +-
 sound/pci/emu10k1/emupcm.c           |  39 +-
 sound/pci/emu10k1/io.c               |  26 +-
 sound/pci/emu10k1/p16v.c             |  29 +-
 sound/pci/emu10k1/p16v.h             |   2 +-
 sound/pci/emu10k1/p17v.h             |   4 +-
 12 files changed, 554 insertions(+), 560 deletions(-)

Comments

Takashi Iwai April 23, 2023, 7:27 a.m. UTC | #1
On Sat, 22 Apr 2023 18:10:14 +0200,
Oswald Buddenhagen wrote:
> 
> Mostly adding, removing, and otherwise massaging numerous #defines and
> code using them, and surrounding comments.
> 
> Oswald Buddenhagen (7):
>   ALSA: emu10k1: comment updates
>   ALSA: emu10k1: fix lineup of EMU_HANA_* defines
>   ALSA: emu10k1: eliminate some unused defines
>   ALSA: emu10k1: remove some bogus defines
>   ALSA: emu10k1: pull in some register definitions from kX-project
>   ALSA: emu10k1: fixup DSP defines
>   ALSA: emu10k1: use more existing defines instead of open-coded numbers

Applied now partially from patches 1 to 6.  The patch 7 was skipped
due to the compile error.


thanks,

Takashi