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/ymfpci | |
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/ymfpci')
-rw-r--r-- | sound/pci/ymfpci/ymfpci_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ymfpci/ymfpci_main.c b/sound/pci/ymfpci/ymfpci_main.c index 50b0804df904..3a6f03f9b02f 100644 --- a/sound/pci/ymfpci/ymfpci_main.c +++ b/sound/pci/ymfpci/ymfpci_main.c | |||
@@ -1264,7 +1264,7 @@ static struct snd_pcm_ops snd_ymfpci_playback_4ch_ops = { | |||
1264 | 1264 | ||
1265 | static const struct snd_pcm_chmap_elem surround_map[] = { | 1265 | static const struct snd_pcm_chmap_elem surround_map[] = { |
1266 | { .channels = 1, | 1266 | { .channels = 1, |
1267 | .map = { SNDRV_CHMAP_UNKNOWN } }, | 1267 | .map = { SNDRV_CHMAP_MONO } }, |
1268 | { .channels = 2, | 1268 | { .channels = 2, |
1269 | .map = { SNDRV_CHMAP_RL, SNDRV_CHMAP_RR } }, | 1269 | .map = { SNDRV_CHMAP_RL, SNDRV_CHMAP_RR } }, |
1270 | { } | 1270 | { } |