aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/asound.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2005-04-13 13:25:30 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:00:45 +0200
commit267cdf4036ed9e8565a7d909fdf854b9c7e1c5ff (patch)
treea573ef5289c55acc07407f9ed4296fc73d17ee72 /include/sound/asound.h
parent[ALSA] Fix capture on OSS emulation (diff)
downloadlinux-dev-267cdf4036ed9e8565a7d909fdf854b9c7e1c5ff.tar.xz
linux-dev-267cdf4036ed9e8565a7d909fdf854b9c7e1c5ff.zip
[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/asound.h')
-rw-r--r--include/sound/asound.h2
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 {
SNDRV_PCM_HW_PARAM_LAST_INTERVAL = SNDRV_PCM_HW_PARAM_TICK_TIME
};
-#define SNDRV_PCM_HW_PARAMS_RUNTIME (1<<0)
+#define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */
struct sndrv_interval {
unsigned int min, max;