aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/oxygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/oxygen.c')
-rw-r--r--sound/pci/oxygen/oxygen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.c b/sound/pci/oxygen/oxygen.c
index 289cb4dacfc7..f4fdf6dac800 100644
--- a/sound/pci/oxygen/oxygen.c
+++ b/sound/pci/oxygen/oxygen.c
@@ -505,7 +505,8 @@ static const struct oxygen_model model_generic = {
505 PLAYBACK_2_TO_AC97_1 | 505 PLAYBACK_2_TO_AC97_1 |
506 CAPTURE_0_FROM_I2S_1 | 506 CAPTURE_0_FROM_I2S_1 |
507 CAPTURE_1_FROM_SPDIF | 507 CAPTURE_1_FROM_SPDIF |
508 CAPTURE_2_FROM_AC97_1, 508 CAPTURE_2_FROM_AC97_1 |
509 AC97_CD_INPUT,
509 .dac_channels = 8, 510 .dac_channels = 8,
510 .dac_volume_min = 0, 511 .dac_volume_min = 0,
511 .dac_volume_max = 255, 512 .dac_volume_max = 255,