- Timestamp:
- Jul 26, 2007, 7:21:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified GPL/branches/alsa-resync1/alsa-kernel/pci/ymfpci/ymfpci_main.c ¶
r210 r224 26 26 27 27 #include <sound/driver.h> 28 #include <asm/io.h>29 28 #include <linux/delay.h> 30 29 #include <linux/init.h> 30 #include <linux/interrupt.h> 31 31 #include <linux/pci.h> 32 #include <linux/sched.h> 32 33 #include <linux/slab.h> 33 34 #include <linux/vmalloc.h> 35 34 36 #include <sound/core.h> 35 37 #include <sound/control.h> … … 38 40 #include <sound/asoundef.h> 39 41 #include <sound/mpu401.h> 42 43 #include <asm/io.h> 44 40 45 #ifdef TARGET_OS2 41 46 #include <sound/timer.h> … … 1316 1321 { 1317 1322 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1318 .iface = 1319 .name = 1323 .iface = SNDRV_CTL_ELEM_IFACE_PCM, 1324 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK), 1320 1325 .info = snd_ymfpci_spdif_mask_info, 1321 1326 .get = snd_ymfpci_spdif_mask_get,
Note:
See TracChangeset
for help on using the changeset viewer.