aboutsummaryrefslogtreecommitdiff
path: root/src/pcm/pcm_ext_parm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/pcm_ext_parm.h')
-rw-r--r--src/pcm/pcm_ext_parm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/pcm_ext_parm.h b/src/pcm/pcm_ext_parm.h
index d25f2ab6..7b99bef5 100644
--- a/src/pcm/pcm_ext_parm.h
+++ b/src/pcm/pcm_ext_parm.h
@@ -5,6 +5,7 @@ struct snd_ext_parm {
unsigned int *list;
unsigned int active: 1;
unsigned int integer: 1;
+ unsigned int keep_link: 1;
};
static inline snd_mask_t *hw_param_mask(snd_pcm_hw_params_t *params,