|
@@ -4400,7 +4400,7 @@ static void alc_no_shutup(struct hda_codec *codec)
|
|
|
static void alc_fixup_no_shutup(struct hda_codec *codec,
|
|
static void alc_fixup_no_shutup(struct hda_codec *codec,
|
|
|
const struct hda_fixup *fix, int action)
|
|
const struct hda_fixup *fix, int action)
|
|
|
{
|
|
{
|
|
|
- if (action == HDA_FIXUP_ACT_PRE_PROBE) {
|
|
|
|
|
|
|
+ if (action == HDA_FIXUP_ACT_PROBE) {
|
|
|
struct alc_spec *spec = codec->spec;
|
|
struct alc_spec *spec = codec->spec;
|
|
|
spec->shutup = alc_no_shutup;
|
|
spec->shutup = alc_no_shutup;
|
|
|
}
|
|
}
|