diff options
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index a244ba706317..b6db25b23dd3 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1879,7 +1879,9 @@ static int azx_probe_continue(struct azx *chip) | |||
1879 | #endif | 1879 | #endif |
1880 | } | 1880 | } |
1881 | 1881 | ||
1882 | #ifdef CONFIG_SND_HDA_I915 | ||
1882 | skip_i915: | 1883 | skip_i915: |
1884 | #endif | ||
1883 | err = azx_first_init(chip); | 1885 | err = azx_first_init(chip); |
1884 | if (err < 0) | 1886 | if (err < 0) |
1885 | goto out_free; | 1887 | goto out_free; |