aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ctxfi/ctpcm.c')
-rw-r--r--sound/pci/ctxfi/ctpcm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/ctxfi/ctpcm.c b/sound/pci/ctxfi/ctpcm.c
index 6c191429b126..d317107d98cc 100644
--- a/sound/pci/ctxfi/ctpcm.c
+++ b/sound/pci/ctxfi/ctpcm.c
@@ -397,7 +397,7 @@ static struct snd_pcm_ops ct_pcm_capture_ops = {
397 397
398static const struct snd_pcm_chmap_elem surround_map[] = { 398static const struct snd_pcm_chmap_elem surround_map[] = {
399 { .channels = 1, 399 { .channels = 1,
400 .map = { SNDRV_CHMAP_RC } }, 400 .map = { SNDRV_CHMAP_UNKNOWN } },
401 { .channels = 2, 401 { .channels = 2,
402 .map = { SNDRV_CHMAP_RL, SNDRV_CHMAP_RR } }, 402 .map = { SNDRV_CHMAP_RL, SNDRV_CHMAP_RR } },
403 { } 403 { }
@@ -405,7 +405,7 @@ static const struct snd_pcm_chmap_elem surround_map[] = {
405 405
406static const struct snd_pcm_chmap_elem clfe_map[] = { 406static const struct snd_pcm_chmap_elem clfe_map[] = {
407 { .channels = 1, 407 { .channels = 1,
408 .map = { SNDRV_CHMAP_FC } }, 408 .map = { SNDRV_CHMAP_UNKNOWN } },
409 { .channels = 2, 409 { .channels = 2,
410 .map = { SNDRV_CHMAP_FC, SNDRV_CHMAP_LFE } }, 410 .map = { SNDRV_CHMAP_FC, SNDRV_CHMAP_LFE } },
411 { } 411 { }
@@ -413,7 +413,7 @@ static const struct snd_pcm_chmap_elem clfe_map[] = {
413 413
414static const struct snd_pcm_chmap_elem side_map[] = { 414static const struct snd_pcm_chmap_elem side_map[] = {
415 { .channels = 1, 415 { .channels = 1,
416 .map = { SNDRV_CHMAP_RC } }, 416 .map = { SNDRV_CHMAP_UNKNOWN } },
417 { .channels = 2, 417 { .channels = 2,
418 .map = { SNDRV_CHMAP_SL, SNDRV_CHMAP_SR } }, 418 .map = { SNDRV_CHMAP_SL, SNDRV_CHMAP_SR } },
419 { } 419 { }