- Timestamp:
- Mar 31, 2008, 11:08:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/lib32/sound.c
r324 r332 992 992 _snd_pcm_hw_param_set(¶ms, SNDRV_PCM_HW_PARAM_RATE, 993 993 pHwParams->ulSampleRate, 0); 994 #if 0 994 995 _snd_pcm_hw_param_set(¶ms, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 995 996 periodsize, 0); … … 1002 1003 _snd_pcm_hw_param_set(¶ms, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 1003 1004 periodbytes*nrperiods, 0); 1005 #endif 1004 1006 //#ifdef DEBUG_PK 1005 1007 printk("Hardware parameters: sample rate %i, data type %i, channels %i, period size %i, periods %i\n",
Note:
See TracChangeset
for help on using the changeset viewer.