mbox series

[v3,0/3] ALSA: rme9652 don't disable device if not enabled

Message ID 20210321153840.378226-1-ztong0001@gmail.com (mailing list archive)
Headers show
Series ALSA: rme9652 don't disable device if not enabled | expand

Message

Tong Zhang March 21, 2021, 3:38 p.m. UTC
This series fixes issues in hdsp and hdspm. The drivers in question want
to disable a device that is not enabled on error path.

v2: add fix to rme9652
v3: change checks to pci_is_enabled()

Tong Zhang (3):
  ALSA: hdsp: don't disable if not enabled
  ALSA: hdspm: don't disable if not enabled
  ALSA: rme9652: don't disable if not enabled

 sound/pci/rme9652/hdsp.c    | 3 ++-
 sound/pci/rme9652/hdspm.c   | 3 ++-
 sound/pci/rme9652/rme9652.c | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

Comments

Takashi Iwai March 22, 2021, 11:21 a.m. UTC | #1
On Sun, 21 Mar 2021 16:38:37 +0100,
Tong Zhang wrote:
> 
> This series fixes issues in hdsp and hdspm. The drivers in question want
> to disable a device that is not enabled on error path.
> 
> v2: add fix to rme9652
> v3: change checks to pci_is_enabled()
> 
> Tong Zhang (3):
>   ALSA: hdsp: don't disable if not enabled
>   ALSA: hdspm: don't disable if not enabled
>   ALSA: rme9652: don't disable if not enabled

Now applied all three patches.  Thanks.


Takashi