summaryrefslogtreecommitdiff
path: root/include/sound/uapi/asound.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/uapi/asound.h')
-rw-r--r--include/sound/uapi/asound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/uapi/asound.h b/include/sound/uapi/asound.h
index 0b8834f2..62a0364f 100644
--- a/include/sound/uapi/asound.h
+++ b/include/sound/uapi/asound.h
@@ -390,6 +390,9 @@ typedef int snd_pcm_hw_param_t;
#define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */
#define SNDRV_PCM_HW_PARAMS_EXPORT_BUFFER (1<<1) /* export buffer */
#define SNDRV_PCM_HW_PARAMS_NO_PERIOD_WAKEUP (1<<2) /* disable period wakeups */
+#define SNDRV_PCM_HW_PARAMS_NO_DRAIN_SILENCE (1<<3) /* suppress the silence fill
+ * for draining
+ */
struct snd_interval {
unsigned int min, max;