Changeset 290 for GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c
- Timestamp:
- Feb 16, 2008, 7:40:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c
r281 r290 1549 1549 runtime->hw.channels_max = cm->max_channels; 1550 1550 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); 1551 cm->dig_pcm_status = cm->dig_status; 1551 1552 return 0; 1552 1553 } … … 3005 3006 } 3006 3007 #endif 3008 snd_card_set_dev(card, &pci->dev); 3009 3007 3010 *rcmipci = cm; 3008 3011 return 0; … … 3206 3209 3207 3210 /* format is: snd-cmipci=enable,index,id, 3208 mpu_port,fm_port,soft_ac3,joystick */3211 mpu_port,fm_port,soft_ac3,joystick_port */ 3209 3212 3210 3213 static int __init alsa_card_cmipci_setup(char *str) … … 3223 3226 #endif 3224 3227 #ifdef SUPPORT_JOYSTICK 3225 && get_option(&str,&joystick [nr_dev]) == 23228 && get_option(&str,&joystick_port[nr_dev]) == 2 3226 3229 #endif 3227 3230 );
Note:
See TracChangeset
for help on using the changeset viewer.