diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/pacat.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/utils/pacat.c b/src/utils/pacat.c index f42abc8e..76aea36a 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -695,7 +695,7 @@ int main(int argc, char *argv[]) {          goto quit;      } -    if (channel_map_set && channel_map.channels != sample_spec.channels) { +    if (channel_map_set && pa_channel_map_compatible(&channel_map, &sample_spec)) {          fprintf(stderr, _("Channel map doesn't match sample specification\n"));          goto quit;      } | 
