mbox series

[0/6] ALSA: bebob/fireworks: device entry corrections

Message ID 20210611093730.78254-1-o-takashi@sakamocchi.jp
Headers show
Series ALSA: bebob/fireworks: device entry corrections | expand

Message

Takashi Sakamoto June 11, 2021, 9:37 a.m. UTC
Hi,

After working for hardware database of systemd[1], I realize that
current device entries of ALSA bebob/fireworks drivers includes some
issues. This patchset corrects them.

[1] https://github.com/systemd/systemd/pull/19124

Takashi Sakamoto (6):
  ALSA: bebob: fulfil device entries
  ALSA: fireworks: fulfil device entries
  ALSA: bebob: correct device entry for Mackie D.2 FireWire option card
  ALSA: bebob: correct device entry for Acoustic Reality eAR Master One,
    Eroica, Figaro, and Ciaccona
  ALSA: bebob: code refactoring for M-Audio models
  ALSA: bebob: correct device entries for Phonic Helix Board and FireFly
    series

 sound/firewire/bebob/bebob.c         | 92 ++++++++++++++--------------
 sound/firewire/bebob/bebob.h         |  9 ---
 sound/firewire/fireworks/fireworks.c | 15 +++++
 sound/firewire/fireworks/fireworks.h |  8 ---
 4 files changed, 61 insertions(+), 63 deletions(-)

Comments

Takashi Iwai June 12, 2021, 7:33 a.m. UTC | #1
On Fri, 11 Jun 2021 11:37:24 +0200,
Takashi Sakamoto wrote:
> 
> Hi,
> 
> After working for hardware database of systemd[1], I realize that
> current device entries of ALSA bebob/fireworks drivers includes some
> issues. This patchset corrects them.
> 
> [1] https://github.com/systemd/systemd/pull/19124
> 
> Takashi Sakamoto (6):
>   ALSA: bebob: fulfil device entries
>   ALSA: fireworks: fulfil device entries
>   ALSA: bebob: correct device entry for Mackie D.2 FireWire option card
>   ALSA: bebob: correct device entry for Acoustic Reality eAR Master One,
>     Eroica, Figaro, and Ciaccona
>   ALSA: bebob: code refactoring for M-Audio models
>   ALSA: bebob: correct device entries for Phonic Helix Board and FireFly
>     series

Thanks, applied all fix patches.


Takashi