mbox series

[0/6] ALSA: emu10k1: improvements related to the driver's procfs

Message ID 20230526101659.437969-1-oswald.buddenhagen@gmx.de (mailing list archive)
Headers show
Series ALSA: emu10k1: improvements related to the driver's procfs | expand

Message

Oswald Buddenhagen May 26, 2023, 10:16 a.m. UTC
FIXME: the last commit is still being tested; something appears fishy.

Oswald Buddenhagen (6):
  ALSA: emu10k1: hide absent 2nd pointer-offset register set from /proc
  ALSA: emu10k1: fix writing 1st pointer-offset register set through
    /proc
  ALSA: emu10k1: actually disassemble DSP instructions in /proc
  ALSA: emu10k1: include FX send amounts in /proc output
  ALSA: emu10k1: make E-MU FPGA register dump in /proc more useful
  ALSA: emu10k1: vastly improve usefulness of info in /proc

 include/sound/emu10k1.h     |  11 +
 sound/pci/emu10k1/emufx.c   |  87 ++++---
 sound/pci/emu10k1/emuproc.c | 440 ++++++++++++++++++++++--------------
 sound/pci/emu10k1/io.c      |  28 ++-
 4 files changed, 362 insertions(+), 204 deletions(-)

Comments

Oswald Buddenhagen May 29, 2023, 9:56 a.m. UTC | #1
On Fri, May 26, 2023 at 12:16:53PM +0200, Oswald Buddenhagen wrote:
>FIXME: the last commit is still being tested; something appears fishy.
>
ignore that; i forgot to amend the description.

>Oswald Buddenhagen (6):
>  ALSA: emu10k1: hide absent 2nd pointer-offset register set from /proc
>  ALSA: emu10k1: fix writing 1st pointer-offset register set through
>    /proc
>  ALSA: emu10k1: actually disassemble DSP instructions in /proc
>  ALSA: emu10k1: include FX send amounts in /proc output
>  ALSA: emu10k1: make E-MU FPGA register dump in /proc more useful
>  ALSA: emu10k1: vastly improve usefulness of info in /proc
>
Takashi Iwai June 5, 2023, 7:27 a.m. UTC | #2
On Fri, 26 May 2023 12:16:53 +0200,
Oswald Buddenhagen wrote:
> 
> FIXME: the last commit is still being tested; something appears fishy.
> 
> Oswald Buddenhagen (6):
>   ALSA: emu10k1: hide absent 2nd pointer-offset register set from /proc
>   ALSA: emu10k1: fix writing 1st pointer-offset register set through
>     /proc
>   ALSA: emu10k1: actually disassemble DSP instructions in /proc
>   ALSA: emu10k1: include FX send amounts in /proc output
>   ALSA: emu10k1: make E-MU FPGA register dump in /proc more useful
>   ALSA: emu10k1: vastly improve usefulness of info in /proc

Applied now with the correct patch#3.


thanks,

Takashi