Re: [PATCH] ALSA: oxygen - Fix snd_oxygen module not loading for some (new?) Xonar DG SI cards.

2017-03-29 Thread Eugene Ganeev
On Wed, Mar 29, 2017 at 08:56:16PM +0200, Clemens Ladisch wrote: > Eugene Ganeev wrote: > > My Xonar DG SI card is showing up in lspci but no module is loaded for > > it. > > > > The patch just adds a new value with card's PCI ID to oxygen_ids array. > > Is the hardware identical? Do all the

Re: [PATCH] ALSA: oxygen - Fix snd_oxygen module not loading for some (new?) Xonar DG SI cards.

2017-03-29 Thread Eugene Ganeev
On Wed, Mar 29, 2017 at 08:56:16PM +0200, Clemens Ladisch wrote: > Eugene Ganeev wrote: > > My Xonar DG SI card is showing up in lspci but no module is loaded for > > it. > > > > The patch just adds a new value with card's PCI ID to oxygen_ids array. > > Is the hardware identical? Do all the

Re: [PATCH] ALSA: oxygen - Fix snd_oxygen module not loading for some (new?) Xonar DG SI cards.

2017-03-29 Thread Clemens Ladisch
Eugene Ganeev wrote: > My Xonar DG SI card is showing up in lspci but no module is loaded for > it. > > The patch just adds a new value with card's PCI ID to oxygen_ids array. Is the hardware identical? Do all the inputs and outputs work? > Signed-off-by: Eugene Ganeev >

Re: [PATCH] ALSA: oxygen - Fix snd_oxygen module not loading for some (new?) Xonar DG SI cards.

2017-03-29 Thread Clemens Ladisch
Eugene Ganeev wrote: > My Xonar DG SI card is showing up in lspci but no module is loaded for > it. > > The patch just adds a new value with card's PCI ID to oxygen_ids array. Is the hardware identical? Do all the inputs and outputs work? > Signed-off-by: Eugene Ganeev > --- >

[PATCH] ALSA: oxygen - Fix snd_oxygen module not loading for some (new?) Xonar DG SI cards.

2017-03-29 Thread Eugene Ganeev
My Xonar DG SI card is showing up in lspci but no module is loaded for it. The patch just adds a new value with card's PCI ID to oxygen_ids array. Signed-off-by: Eugene Ganeev --- sound/pci/oxygen/oxygen.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] ALSA: oxygen - Fix snd_oxygen module not loading for some (new?) Xonar DG SI cards.

2017-03-29 Thread Eugene Ganeev
My Xonar DG SI card is showing up in lspci but no module is loaded for it. The patch just adds a new value with card's PCI ID to oxygen_ids array. Signed-off-by: Eugene Ganeev --- sound/pci/oxygen/oxygen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/oxygen/oxygen.c