diff options
Diffstat (limited to 'sound/pci/oxygen/oxygen.c')
-rw-r--r-- | sound/pci/oxygen/oxygen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen.c b/sound/pci/oxygen/oxygen.c index ecc0e6f9d277..83c6fab425fe 100644 --- a/sound/pci/oxygen/oxygen.c +++ b/sound/pci/oxygen/oxygen.c | |||
@@ -256,6 +256,7 @@ static const struct oxygen_model model_generic = { | |||
256 | .update_dac_volume = update_ak4396_volume, | 256 | .update_dac_volume = update_ak4396_volume, |
257 | .update_dac_mute = update_ak4396_mute, | 257 | .update_dac_mute = update_ak4396_mute, |
258 | .dac_tlv = ak4396_db_scale, | 258 | .dac_tlv = ak4396_db_scale, |
259 | .function_flags = OXYGEN_FUNCTION_ENABLE_SPI_4_5, | ||
259 | }; | 260 | }; |
260 | static const struct oxygen_model model_meridian = { | 261 | static const struct oxygen_model model_meridian = { |
261 | .shortname = "C-Media CMI8788", | 262 | .shortname = "C-Media CMI8788", |
@@ -270,6 +271,7 @@ static const struct oxygen_model model_meridian = { | |||
270 | .update_dac_mute = update_ak4396_mute, | 271 | .update_dac_mute = update_ak4396_mute, |
271 | .dac_tlv = ak4396_db_scale, | 272 | .dac_tlv = ak4396_db_scale, |
272 | .record_from_dma_b = 1, | 273 | .record_from_dma_b = 1, |
274 | .function_flags = OXYGEN_FUNCTION_ENABLE_SPI_4_5, | ||
273 | }; | 275 | }; |
274 | 276 | ||
275 | static int __devinit generic_oxygen_probe(struct pci_dev *pci, | 277 | static int __devinit generic_oxygen_probe(struct pci_dev *pci, |