diff options
Diffstat (limited to 'sound/pci/oxygen/hifier.c')
-rw-r--r-- | sound/pci/oxygen/hifier.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/oxygen/hifier.c b/sound/pci/oxygen/hifier.c index 666f69a3312e..fa489ed3ed46 100644 --- a/sound/pci/oxygen/hifier.c +++ b/sound/pci/oxygen/hifier.c | |||
@@ -160,10 +160,10 @@ static const struct oxygen_model model_hifier = { | |||
160 | .update_dac_volume = update_ak4396_volume, | 160 | .update_dac_volume = update_ak4396_volume, |
161 | .update_dac_mute = update_ak4396_mute, | 161 | .update_dac_mute = update_ak4396_mute, |
162 | .model_data_size = sizeof(struct hifier_data), | 162 | .model_data_size = sizeof(struct hifier_data), |
163 | .pcm_dev_cfg = PLAYBACK_0_TO_I2S | | ||
164 | PLAYBACK_1_TO_SPDIF | | ||
165 | CAPTURE_0_FROM_I2S_1, | ||
163 | .dac_channels = 2, | 166 | .dac_channels = 2, |
164 | .used_channels = OXYGEN_CHANNEL_A | | ||
165 | OXYGEN_CHANNEL_SPDIF | | ||
166 | OXYGEN_CHANNEL_MULTICH, | ||
167 | .function_flags = 0, | 167 | .function_flags = 0, |
168 | .dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST, | 168 | .dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST, |
169 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, | 169 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, |