diff options
Diffstat (limited to 'sound/pci/oxygen/hifier.c')
-rw-r--r-- | sound/pci/oxygen/hifier.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/oxygen/hifier.c b/sound/pci/oxygen/hifier.c index b67888f6745b..bf39c72a130c 100644 --- a/sound/pci/oxygen/hifier.c +++ b/sound/pci/oxygen/hifier.c | |||
@@ -153,6 +153,8 @@ static const struct oxygen_model model_hifier = { | |||
153 | PLAYBACK_1_TO_SPDIF | | 153 | PLAYBACK_1_TO_SPDIF | |
154 | CAPTURE_0_FROM_I2S_1, | 154 | CAPTURE_0_FROM_I2S_1, |
155 | .dac_channels = 2, | 155 | .dac_channels = 2, |
156 | .dac_volume_min = 0, | ||
157 | .dac_volume_max = 255, | ||
156 | .function_flags = OXYGEN_FUNCTION_SPI, | 158 | .function_flags = OXYGEN_FUNCTION_SPI, |
157 | .dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST, | 159 | .dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST, |
158 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, | 160 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, |