diff options
Diffstat (limited to 'sound/pci/oxygen/oxygen_lib.c')
-rw-r--r-- | sound/pci/oxygen/oxygen_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/oxygen/oxygen_lib.c b/sound/pci/oxygen/oxygen_lib.c index 9cd4be2593ab..5b77c9439c36 100644 --- a/sound/pci/oxygen/oxygen_lib.c +++ b/sound/pci/oxygen/oxygen_lib.c | |||
@@ -114,7 +114,7 @@ static void oxygen_spdif_input_bits_changed(struct work_struct *work) | |||
114 | } | 114 | } |
115 | } | 115 | } |
116 | 116 | ||
117 | if (chip->spdif_input_bits_ctl) { | 117 | if (chip->controls[CONTROL_SPDIF_INPUT_BITS]) { |
118 | spin_lock_irq(&chip->reg_lock); | 118 | spin_lock_irq(&chip->reg_lock); |
119 | chip->interrupt_mask |= OXYGEN_INT_SPDIF_IN_CHANGE; | 119 | chip->interrupt_mask |= OXYGEN_INT_SPDIF_IN_CHANGE; |
120 | oxygen_write16(chip, OXYGEN_INTERRUPT_MASK, | 120 | oxygen_write16(chip, OXYGEN_INTERRUPT_MASK, |
@@ -122,7 +122,7 @@ static void oxygen_spdif_input_bits_changed(struct work_struct *work) | |||
122 | spin_unlock_irq(&chip->reg_lock); | 122 | spin_unlock_irq(&chip->reg_lock); |
123 | 123 | ||
124 | snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, | 124 | snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, |
125 | &chip->spdif_input_bits_ctl->id); | 125 | &chip->controls[CONTROL_SPDIF_INPUT_BITS]->id); |
126 | } | 126 | } |
127 | } | 127 | } |
128 | 128 | ||