diff --git a/[refs] b/[refs] index 601c6b78af41..3c8e3b2f2e5a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 004e65389714721ce0f52a8f0fc22999d3908a2a +refs/heads/master: 267cdf4036ed9e8565a7d909fdf854b9c7e1c5ff diff --git a/trunk/include/sound/asound.h b/trunk/include/sound/asound.h index a4d149f34541..716227eed3e3 100644 --- a/trunk/include/sound/asound.h +++ b/trunk/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;