Ignore:
Timestamp:
Jan 14, 2006, 11:32:17 PM (20 years ago)
Author:
vladest
Message:

Fixed compile issues
Fixed SB128 driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/ens1370.c

    r70 r73  
    11341134                                   &snd_es1370_hw_constraints_rates);
    11351135#else
    1136         snd_pcm_hw_constraint_ratdens(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
    1137                                       &snd_es1371_hw_constraints_dac_clock);
     1136//      snd_pcm_hw_constraint_ratdens(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
     1137//                                    &snd_es1371_hw_constraints_dac_clock);
    11381138#endif
    11391139        return 0;
     
    11571157                                      &snd_es1370_hw_constraints_clock);
    11581158#else
    1159         snd_pcm_hw_constraint_ratdens(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
    1160                                       &snd_es1371_hw_constraints_dac_clock);
     1159//      snd_pcm_hw_constraint_ratdens(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
     1160//                                    &snd_es1371_hw_constraints_dac_clock);
    11611161#endif
    11621162        return 0;
Note: See TracChangeset for help on using the changeset viewer.