aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 2d345606265b..ceb0c603da04 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -2572,7 +2572,7 @@ static int add_control(struct ad198x_spec *spec, int type, const char *name,
2572 if (! knew->name) 2572 if (! knew->name)
2573 return -ENOMEM; 2573 return -ENOMEM;
2574 if (get_amp_nid_(val)) 2574 if (get_amp_nid_(val))
2575 knew->subdevice = (1<<31)|get_amp_nid_(val); 2575 knew->subdevice = HDA_SUBDEV_NID_FLAG | get_amp_nid_(val);
2576 knew->private_value = val; 2576 knew->private_value = val;
2577 return 0; 2577 return 0;
2578} 2578}