Ignore:
Timestamp:
Jul 26, 2007, 7:21:09 AM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to Alsa 0.9.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified GPL/branches/alsa-resync1/alsa-kernel/pci/ymfpci/ymfpci_main.c

    r210 r224  
    2626
    2727#include <sound/driver.h>
    28 #include <asm/io.h>
    2928#include <linux/delay.h>
    3029#include <linux/init.h>
     30#include <linux/interrupt.h>
    3131#include <linux/pci.h>
     32#include <linux/sched.h>
    3233#include <linux/slab.h>
    3334#include <linux/vmalloc.h>
     35
    3436#include <sound/core.h>
    3537#include <sound/control.h>
     
    3840#include <sound/asoundef.h>
    3941#include <sound/mpu401.h>
     42
     43#include <asm/io.h>
     44
    4045#ifdef TARGET_OS2
    4146#include <sound/timer.h>
     
    13161321{
    13171322        .access =       SNDRV_CTL_ELEM_ACCESS_READ,
    1318         .iface =                SNDRV_CTL_ELEM_IFACE_PCM,
    1319         .name =           SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK),
     1323        .iface =        SNDRV_CTL_ELEM_IFACE_PCM,
     1324        .name =         SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK),
    13201325        .info =         snd_ymfpci_spdif_mask_info,
    13211326        .get =          snd_ymfpci_spdif_mask_get,
Note: See TracChangeset for help on using the changeset viewer.