aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index c38c68f57938..e819013959d9 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -1143,8 +1143,7 @@ static int register_vga_switcheroo(struct azx *chip)
1143 * is there any machine with two switchable HDMI audio controllers? 1143 * is there any machine with two switchable HDMI audio controllers?
1144 */ 1144 */
1145 err = vga_switcheroo_register_audio_client(chip->pci, &azx_vs_ops, 1145 err = vga_switcheroo_register_audio_client(chip->pci, &azx_vs_ops,
1146 VGA_SWITCHEROO_DIS, 1146 VGA_SWITCHEROO_DIS);
1147 hda->probe_continued);
1148 if (err < 0) 1147 if (err < 0)
1149 return err; 1148 return err;
1150 hda->vga_switcheroo_registered = 1; 1149 hda->vga_switcheroo_registered = 1;