Ignore:
Timestamp:
Mar 24, 2008, 2:43:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to ALSA 1.0.16 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/lib32/pci.c

    r289 r305  
     1/* $Id: pci.c,v 1.1.1.1 2003/07/02 13:57:02 eleph Exp $ */
    12/*
    23 * OS/2 implementation of Linux PCI functions (using direct port I/O)
     
    3132#include <asm/io.h>
    3233#include <sound/config.h>
    33 #include <sound/driver.h>
     34#include <sound/core.h>
    3435#include <sound/asound.h>
    3536
     
    629630//******************************************************************************
    630631//******************************************************************************
    631 int pci_set_dma_mask (struct pci_dev *dev, unsigned long mask)
     632void pci_set_dma_mask (struct pci_dev *dev, unsigned long mask)
    632633{
    633634    if (dev)
    634     {
    635635        dev->dma_mask = mask;
    636         return 0;
    637     }
    638     return -1;
    639636}
    640637//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.