ALSA: hda: Cirrus: Fix coefficient index for beep configuration
[firefly-linux-kernel-4.4.55.git] / sound / pci / hda / patch_cirrus.c
index 61a71131711c734556249b17fc61fc51f1218c1a..3b7d67af14416e5d588e6b2194e0d44185f8fa96 100644 (file)
@@ -1107,7 +1107,7 @@ static const struct hda_verb cs_coef_init_verbs[] = {
          | 0x0400 /* Disable Coefficient Auto increment */
          )},
        /* Beep */
-       {0x11, AC_VERB_SET_COEF_INDEX, IDX_DAC_CFG},
+       {0x11, AC_VERB_SET_COEF_INDEX, IDX_BEEP_CFG},
        {0x11, AC_VERB_SET_PROC_COEF, 0x0007}, /* Enable Beep thru DAC1/2/3 */
 
        {} /* terminator */