diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2009-05-25 04:06:22 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-25 05:49:52 -0400 |
commit | b990ae963a3f80a659b30562c1e3214b386ecce3 (patch) | |
tree | a6187e544a4f81ae4cdc747b75a1a896efc2301f /sound/pci/oxygen | |
parent | 53bb705d12e0f642c131cdcab2c8e3be7364e505 (diff) |
sound: virtuoso: enable HDAV S/PDIF input
The Xonar HDAV1.3 has a digital input jack, so enable the corresponding
device.
This is not related to the HDMI stuff, which stays unsupported.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen')
-rw-r--r-- | sound/pci/oxygen/virtuoso.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index ebc4e8514f1d..71e38f48c672 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c | |||
@@ -1022,7 +1022,8 @@ static const struct oxygen_model model_xonar_hdav = { | |||
1022 | .model_data_size = sizeof(struct xonar_data), | 1022 | .model_data_size = sizeof(struct xonar_data), |
1023 | .device_config = PLAYBACK_0_TO_I2S | | 1023 | .device_config = PLAYBACK_0_TO_I2S | |
1024 | PLAYBACK_1_TO_SPDIF | | 1024 | PLAYBACK_1_TO_SPDIF | |
1025 | CAPTURE_0_FROM_I2S_2, | 1025 | CAPTURE_0_FROM_I2S_2 | |
1026 | CAPTURE_1_FROM_SPDIF, | ||
1026 | .dac_channels = 8, | 1027 | .dac_channels = 8, |
1027 | .dac_volume_min = 255 - 2*60, | 1028 | .dac_volume_min = 255 - 2*60, |
1028 | .dac_volume_max = 255, | 1029 | .dac_volume_max = 255, |