diff options
Diffstat (limited to 'maemo/dsp-ctl.c')
-rw-r--r-- | maemo/dsp-ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maemo/dsp-ctl.c b/maemo/dsp-ctl.c index da00c1a..6aac273 100644 --- a/maemo/dsp-ctl.c +++ b/maemo/dsp-ctl.c @@ -545,7 +545,7 @@ SND_CTL_PLUGIN_DEFINE_FUNC(dsp_ctl) 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, "playback_devices") == 0) { if (snd_config_get_type(n) == SND_CONFIG_TYPE_COMPOUND){ |