diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-09-13 08:48:46 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-09-13 08:48:46 -0400 |
commit | 5efbc2610a7b2aac6c51f8fc943c019106568939 (patch) | |
tree | 93112efdb376d895d17f2dd54df212ddb186eba0 /sound/pci/ens1370.c | |
parent | 7b31d0095e87221dc32c95642a2a714ea08259aa (diff) |
ALSA: Fix leftover chmap UNKNOWN -> MONO conversions
A few files have been slipped from the previous commit to add MONO
channel type.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 | { } |