Changeset 366 for GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c
- Timestamp:
- Aug 30, 2008, 9:18:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c
r300 r366 2627 2627 */ 2628 2628 2629 static void snd_cmipci_proc_read(struct snd_info_entry *entry, 2629 #ifdef CONFIG_PROC_FS 2630 static void snd_cmipci_proc_read(struct snd_info_entry *entry, 2630 2631 struct snd_info_buffer *buffer) 2631 2632 { … … 2649 2650 { 2650 2651 struct snd_info_entry *entry; 2652 2651 2653 if (! snd_card_proc_new(cm->card, "cmipci", &entry)) 2652 2654 snd_info_set_text_ops(entry, cm, 1024, snd_cmipci_proc_read); 2653 2655 } 2656 #else /* !CONFIG_PROC_FS */ 2657 static inline void snd_cmipci_proc_init(struct cmipci *cm) {} 2658 #endif 2659 2654 2660 2655 2661 static struct pci_device_id snd_cmipci_ids[] = {
Note:
See TracChangeset
for help on using the changeset viewer.