diff options
Diffstat (limited to 'sound/pci/ens1370.c')
-rw-r--r-- | sound/pci/ens1370.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ens1370.c b/sound/pci/ens1370.c index 9d432359d1cb..5674cc316530 100644 --- a/sound/pci/ens1370.c +++ b/sound/pci/ens1370.c | |||
@@ -1262,7 +1262,7 @@ static struct snd_pcm_ops snd_ensoniq_capture_ops = { | |||
1262 | 1262 | ||
1263 | static const struct snd_pcm_chmap_elem surround_map[] = { | 1263 | static const struct snd_pcm_chmap_elem surround_map[] = { |
1264 | { .channels = 1, | 1264 | { .channels = 1, |
1265 | .map = { SNDRV_CHMAP_UNKNOWN } }, | 1265 | .map = { SNDRV_CHMAP_MONO } }, |
1266 | { .channels = 2, | 1266 | { .channels = 2, |
1267 | .map = { SNDRV_CHMAP_RL, SNDRV_CHMAP_RR } }, | 1267 | .map = { SNDRV_CHMAP_RL, SNDRV_CHMAP_RR } }, |
1268 | { } | 1268 | { } |