Ignore:
Timestamp:
Oct 23, 2006, 11:07:11 PM (19 years ago)
Author:
vladest
Message:

SB code update
HDA code update
Some other updates

File:
1 edited

Legend:

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

    r77 r84  
    10401040        runtime->hw.channels_max = hinfo->channels_max;
    10411041        runtime->hw.formats = hinfo->formats;
    1042         runtime->hw.rates = hinfo->rates;
     1042        runtime->hw.rates = hinfo->rates;
     1043        printk("azx hw rates: %x. ratemin: %i, ratemax: %i\n",
     1044               runtime->hw.rates, runtime->hw.rate_min, runtime->hw.rate_max);
    10431045        snd_pcm_limit_hw_rates(runtime);
    10441046        snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
Note: See TracChangeset for help on using the changeset viewer.