|
@@ -1274,7 +1274,8 @@ static const struct oxygen_model model_xonar_ds = {
|
|
.model_data_size = sizeof(struct xonar_wm87x6),
|
|
.model_data_size = sizeof(struct xonar_wm87x6),
|
|
.device_config = PLAYBACK_0_TO_I2S |
|
|
.device_config = PLAYBACK_0_TO_I2S |
|
|
PLAYBACK_1_TO_SPDIF |
|
|
PLAYBACK_1_TO_SPDIF |
|
|
- CAPTURE_0_FROM_I2S_1,
|
|
|
|
|
|
+ CAPTURE_0_FROM_I2S_1 |
|
|
|
|
+ CAPTURE_1_FROM_SPDIF,
|
|
.dac_channels_pcm = 8,
|
|
.dac_channels_pcm = 8,
|
|
.dac_channels_mixer = 8,
|
|
.dac_channels_mixer = 8,
|
|
.dac_volume_min = 255 - 2*60,
|
|
.dac_volume_min = 255 - 2*60,
|
|
@@ -1306,7 +1307,8 @@ static const struct oxygen_model model_xonar_hdav_slim = {
|
|
.model_data_size = sizeof(struct xonar_wm87x6),
|
|
.model_data_size = sizeof(struct xonar_wm87x6),
|
|
.device_config = PLAYBACK_0_TO_I2S |
|
|
.device_config = PLAYBACK_0_TO_I2S |
|
|
PLAYBACK_1_TO_SPDIF |
|
|
PLAYBACK_1_TO_SPDIF |
|
|
- CAPTURE_0_FROM_I2S_1,
|
|
|
|
|
|
+ CAPTURE_0_FROM_I2S_1 |
|
|
|
|
+ CAPTURE_1_FROM_SPDIF,
|
|
.dac_channels_pcm = 8,
|
|
.dac_channels_pcm = 8,
|
|
.dac_channels_mixer = 2,
|
|
.dac_channels_mixer = 2,
|
|
.dac_volume_min = 255 - 2*60,
|
|
.dac_volume_min = 255 - 2*60,
|