Changeset 3660:899c94ce913e in roaraudio for plugins/alsa


Ignore:
Timestamp:
04/03/10 16:06:17 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

we also support lage sample rates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsa/pcm.c

    r3659 r3660  
    6565  return ret; 
    6666 
    67  if ( (ret = snd_pcm_ioplug_set_param_minmax(io, SND_PCM_IOPLUG_HW_RATE, 8000, 48000)) < 0 ) 
     67 if ( (ret = snd_pcm_ioplug_set_param_minmax(io, SND_PCM_IOPLUG_HW_RATE, 8000, 192000)) < 0 ) 
    6868  return ret; 
    6969 
Note: See TracChangeset for help on using the changeset viewer.