aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/oxygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/oxygen.c')
-rw-r--r--sound/pci/oxygen/oxygen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen.c b/sound/pci/oxygen/oxygen.c
index 4f809bdc75e1..60af3a7d9824 100644
--- a/sound/pci/oxygen/oxygen.c
+++ b/sound/pci/oxygen/oxygen.c
@@ -350,6 +350,7 @@ static const struct oxygen_model model_generic = {
350 .update_dac_volume = update_ak4396_volume, 350 .update_dac_volume = update_ak4396_volume,
351 .update_dac_mute = update_ak4396_mute, 351 .update_dac_mute = update_ak4396_mute,
352 .model_data_size = sizeof(struct generic_data), 352 .model_data_size = sizeof(struct generic_data),
353 .dac_channels = 8,
353 .used_channels = OXYGEN_CHANNEL_A | 354 .used_channels = OXYGEN_CHANNEL_A |
354 OXYGEN_CHANNEL_C | 355 OXYGEN_CHANNEL_C |
355 OXYGEN_CHANNEL_SPDIF | 356 OXYGEN_CHANNEL_SPDIF |
@@ -372,6 +373,7 @@ static const struct oxygen_model model_meridian = {
372 .update_dac_volume = update_ak4396_volume, 373 .update_dac_volume = update_ak4396_volume,
373 .update_dac_mute = update_ak4396_mute, 374 .update_dac_mute = update_ak4396_mute,
374 .model_data_size = sizeof(struct generic_data), 375 .model_data_size = sizeof(struct generic_data),
376 .dac_channels = 8,
375 .used_channels = OXYGEN_CHANNEL_B | 377 .used_channels = OXYGEN_CHANNEL_B |
376 OXYGEN_CHANNEL_C | 378 OXYGEN_CHANNEL_C |
377 OXYGEN_CHANNEL_SPDIF | 379 OXYGEN_CHANNEL_SPDIF |