aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/oxygen_pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/oxygen/oxygen_pcm.c')
-rw-r--r--sound/pci/oxygen/oxygen_pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen_pcm.c b/sound/pci/oxygen/oxygen_pcm.c
index 5f67a799a034..0f67defc2b2d 100644
--- a/sound/pci/oxygen/oxygen_pcm.c
+++ b/sound/pci/oxygen/oxygen_pcm.c
@@ -714,7 +714,7 @@ int __devinit oxygen_pcm_init(struct oxygen *chip)
714 snd_dma_pci_data(chip->pci), 714 snd_dma_pci_data(chip->pci),
715 128 * 1024, 256 * 1024); 715 128 * 1024, 256 * 1024);
716 716
717 if (chip->has_2nd_ac97_codec) { 717 if (chip->has_ac97_1) {
718 err = snd_pcm_new(chip->card, "AC97", 2, 1, 0, &pcm); 718 err = snd_pcm_new(chip->card, "AC97", 2, 1, 0, &pcm);
719 if (err < 0) 719 if (err < 0)
720 return err; 720 return err;