diff options
author | Jaroslav Kysela <perex@suse.cz> | 2005-04-13 07:25:30 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:00:45 -0400 |
commit | 267cdf4036ed9e8565a7d909fdf854b9c7e1c5ff (patch) | |
tree | a573ef5289c55acc07407f9ed4296fc73d17ee72 /include/sound | |
parent | 004e65389714721ce0f52a8f0fc22999d3908a2a (diff) |
[ALSA] replace SNDRV_PCM_HW_PARAMS_RUNTIME -> SNDRV_PCM_HW_PARAMS_NORESAMPLE
ALSA Core
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/asound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h index a4d149f34541..716227eed3e3 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h | |||
@@ -344,7 +344,7 @@ enum sndrv_pcm_hw_param { | |||
344 | SNDRV_PCM_HW_PARAM_LAST_INTERVAL = SNDRV_PCM_HW_PARAM_TICK_TIME | 344 | SNDRV_PCM_HW_PARAM_LAST_INTERVAL = SNDRV_PCM_HW_PARAM_TICK_TIME |
345 | }; | 345 | }; |
346 | 346 | ||
347 | #define SNDRV_PCM_HW_PARAMS_RUNTIME (1<<0) | 347 | #define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */ |
348 | 348 | ||
349 | struct sndrv_interval { | 349 | struct sndrv_interval { |
350 | unsigned int min, max; | 350 | unsigned int min, max; |