diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/alsa/alsa-mixer.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c index c5db303e..def26221 100644 --- a/src/modules/alsa/alsa-mixer.c +++ b/src/modules/alsa/alsa-mixer.c @@ -2945,6 +2945,9 @@ static int profile_verify(pa_alsa_profile *p) {              }              pa_idxset_put(p->output_mappings, m, NULL); + +            if (p->supported) +                m->supported++;          }          pa_xstrfreev(p->output_mapping_names); @@ -2978,6 +2981,9 @@ static int profile_verify(pa_alsa_profile *p) {              }              pa_idxset_put(p->input_mappings, m, NULL); + +            if (p->supported) +                m->supported++;          }          pa_xstrfreev(p->input_mapping_names);  | 
