Changeset 84 for GPL/trunk/alsa-kernel/pci/hda
- Timestamp:
- Oct 23, 2006, 11:07:11 PM (19 years ago)
- File:
-
- 1 edited
-
GPL/trunk/alsa-kernel/pci/hda/hda_intel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/hda/hda_intel.c
r77 r84 1040 1040 runtime->hw.channels_max = hinfo->channels_max; 1041 1041 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); 1043 1045 snd_pcm_limit_hw_rates(runtime); 1044 1046 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
Note:
See TracChangeset
for help on using the changeset viewer.
