Ignore:
Timestamp:
Feb 16, 2008, 7:40:20 AM (17 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 1.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/cmipci.c

    r281 r290  
    15491549    runtime->hw.channels_max = cm->max_channels;
    15501550    snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000);
     1551        cm->dig_pcm_status = cm->dig_status;
    15511552    return 0;
    15521553}
     
    30053006        }
    30063007#endif
     3008        snd_card_set_dev(card, &pci->dev);
     3009
    30073010    *rcmipci = cm;
    30083011    return 0;
     
    32063209
    32073210/* format is: snd-cmipci=enable,index,id,
    3208                          mpu_port,fm_port,soft_ac3,joystick */
     3211                         mpu_port,fm_port,soft_ac3,joystick_port */
    32093212
    32103213static int __init alsa_card_cmipci_setup(char *str)
     
    32233226#endif
    32243227#ifdef SUPPORT_JOYSTICK
    3225                && get_option(&str,&joystick[nr_dev]) == 2
     3228               && get_option(&str,&joystick_port[nr_dev]) == 2
    32263229#endif
    32273230               );
Note: See TracChangeset for help on using the changeset viewer.