diff options
Diffstat (limited to 'sound/pci/hda/patch_via.c')
-rw-r--r-- | sound/pci/hda/patch_via.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index 84d8798bf33a..4ebfbd874c9a 100644 --- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c | |||
@@ -2084,7 +2084,7 @@ static int via_auto_create_speaker_ctls(struct hda_codec *codec) | |||
2084 | struct via_spec *spec = codec->spec; | 2084 | struct via_spec *spec = codec->spec; |
2085 | struct nid_path *path; | 2085 | struct nid_path *path; |
2086 | bool check_dac; | 2086 | bool check_dac; |
2087 | hda_nid_t pin, dac; | 2087 | hda_nid_t pin, dac = 0; |
2088 | int err; | 2088 | int err; |
2089 | 2089 | ||
2090 | pin = spec->autocfg.speaker_pins[0]; | 2090 | pin = spec->autocfg.speaker_pins[0]; |