Re: [PATCH v2 0/3] ALSA: hdsp and hdspm, don't disable device if not enabled

2021-03-21 Thread Tong Zhang
On Sun, Mar 21, 2021 at 4:16 AM Takashi Iwai wrote: > > On Sat, 20 Mar 2021 23:23:33 +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 > > > > Tong Zh

Re: [PATCH v2 0/3] ALSA: hdsp and hdspm, don't disable device if not enabled

2021-03-21 Thread Takashi Iwai
On Sat, 20 Mar 2021 23:23:33 +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 > > Tong Zhang (3): > ALSA: hdsp: don't disable if not enabled > ALSA: hdspm:

[PATCH v2 0/3] ALSA: hdsp and hdspm, don't disable device if not enabled

2021-03-20 Thread Tong Zhang
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 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 enabl