diff options
Diffstat (limited to 'sound/pci/oxygen/virtuoso.c')
-rw-r--r-- | sound/pci/oxygen/virtuoso.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index 127dd664fc16..5cd1fac14132 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c | |||
@@ -348,11 +348,11 @@ static const struct oxygen_model model_xonar = { | |||
348 | .ac97_switch_hook = xonar_ac97_switch_hook, | 348 | .ac97_switch_hook = xonar_ac97_switch_hook, |
349 | .gpio_changed = xonar_gpio_changed, | 349 | .gpio_changed = xonar_gpio_changed, |
350 | .model_data_size = sizeof(struct xonar_data), | 350 | .model_data_size = sizeof(struct xonar_data), |
351 | .pcm_dev_cfg = PLAYBACK_0_TO_I2S | | ||
352 | PLAYBACK_1_TO_SPDIF | | ||
353 | CAPTURE_0_FROM_I2S_2 | | ||
354 | CAPTURE_1_FROM_SPDIF, | ||
351 | .dac_channels = 8, | 355 | .dac_channels = 8, |
352 | .used_channels = OXYGEN_CHANNEL_B | | ||
353 | OXYGEN_CHANNEL_C | | ||
354 | OXYGEN_CHANNEL_SPDIF | | ||
355 | OXYGEN_CHANNEL_MULTICH, | ||
356 | .function_flags = OXYGEN_FUNCTION_ENABLE_SPI_4_5, | 356 | .function_flags = OXYGEN_FUNCTION_ENABLE_SPI_4_5, |
357 | .dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST, | 357 | .dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST, |
358 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, | 358 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, |