diff options
| -rw-r--r-- | sound/pci/hda/patch_ca0132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index dba731c0bf53..25fccce1eff1 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c | |||
| @@ -7223,7 +7223,7 @@ static int ca0132_init(struct hda_codec *codec) | |||
| 7223 | 7223 | ||
| 7224 | snd_hda_sequence_write(codec, spec->base_init_verbs); | 7224 | snd_hda_sequence_write(codec, spec->base_init_verbs); |
| 7225 | 7225 | ||
| 7226 | if (spec->quirk != QUIRK_NONE) | 7226 | if (spec->use_alt_functions) |
| 7227 | ca0132_alt_init(codec); | 7227 | ca0132_alt_init(codec); |
| 7228 | 7228 | ||
| 7229 | ca0132_download_dsp(codec); | 7229 | ca0132_download_dsp(codec); |
