summaryrefslogtreecommitdiffstats
path: root/a52
diff options
context:
space:
mode:
Diffstat (limited to 'a52')
-rw-r--r--a52/pcm_a52.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/a52/pcm_a52.c b/a52/pcm_a52.c
index 573912f..97acfe7 100644
--- a/a52/pcm_a52.c
+++ b/a52/pcm_a52.c
@@ -581,7 +581,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(a52)
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, "card") == 0) {
if (snd_config_get_string(n, &card) < 0) {