diff options
Diffstat (limited to 'mix/pcm_upmix.c')
-rw-r--r-- | mix/pcm_upmix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mix/pcm_upmix.c b/mix/pcm_upmix.c index 9ca5bf4..66e6604 100644 --- a/mix/pcm_upmix.c +++ b/mix/pcm_upmix.c @@ -338,7 +338,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(upmix) const char *id; if (snd_config_get_id(n, &id) < 0) continue; - if (strcmp(id, "comment") == 0 || strcmp(id, "type") == 0) + if (strcmp(id, "comment") == 0 || strcmp(id, "type") == 0 || strcmp(id, "hint") == 0) continue; if (strcmp(id, "slave") == 0) { sconf = n; |