diff options
Diffstat (limited to 'sound/pci/oxygen/oxygen_lib.c')
-rw-r--r-- | sound/pci/oxygen/oxygen_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen_lib.c b/sound/pci/oxygen/oxygen_lib.c index 6dce56c209aa..d4cfff7e49e1 100644 --- a/sound/pci/oxygen/oxygen_lib.c +++ b/sound/pci/oxygen/oxygen_lib.c | |||
@@ -373,7 +373,7 @@ static void oxygen_init(struct oxygen *chip) | |||
373 | for (i = 0; i < 8; ++i) | 373 | for (i = 0; i < 8; ++i) |
374 | chip->dac_volume[i] = chip->model.dac_volume_min; | 374 | chip->dac_volume[i] = chip->model.dac_volume_min; |
375 | chip->dac_mute = 1; | 375 | chip->dac_mute = 1; |
376 | chip->spdif_playback_enable = 1; | 376 | chip->spdif_playback_enable = 0; |
377 | chip->spdif_bits = OXYGEN_SPDIF_C | OXYGEN_SPDIF_ORIGINAL | | 377 | chip->spdif_bits = OXYGEN_SPDIF_C | OXYGEN_SPDIF_ORIGINAL | |
378 | (IEC958_AES1_CON_PCM_CODER << OXYGEN_SPDIF_CATEGORY_SHIFT); | 378 | (IEC958_AES1_CON_PCM_CODER << OXYGEN_SPDIF_CATEGORY_SHIFT); |
379 | chip->spdif_pcm_bits = chip->spdif_bits; | 379 | chip->spdif_pcm_bits = chip->spdif_bits; |