mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Ensoniq AudioPCI sound cards haven't worked since the newbus integration
because they haven't been able to attach. Now fixed. Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
This commit is contained in:
parent
bfc6f8cf11
commit
009b52bf57
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: es1370.c,v 1.3 1999/05/09 10:43:54 peter Exp $
|
||||
* $Id: es1370.c,v 1.4 1999/05/09 17:06:45 peter Exp $
|
||||
*/
|
||||
|
||||
#include "pci.h"
|
||||
|
|
@ -147,7 +147,7 @@ static int write_codec(snddev_info *, u_char, u_char);
|
|||
*/
|
||||
|
||||
static struct pci_device es_pci_driver = {
|
||||
"es",
|
||||
"pcm",
|
||||
es_pci_probe,
|
||||
es_pci_attach,
|
||||
&nsnd,
|
||||
|
|
|
|||
Loading…
Reference in a new issue