mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 15:36:42 +07:00
Merge branch 'topic/hda' into for-next
This commit is contained in:
commit
71f881ce57
@ -1907,8 +1907,6 @@ static int azx_probe_continue(struct azx *chip)
|
||||
if (pci->device != 0x0f04 && pci->device != 0x2284)
|
||||
hda->need_i915_power = 1;
|
||||
|
||||
|
||||
#ifdef CONFIG_SND_HDA_I915
|
||||
err = hda_i915_init(hda);
|
||||
if (err < 0)
|
||||
goto i915_power_fail;
|
||||
@ -1919,7 +1917,6 @@ static int azx_probe_continue(struct azx *chip)
|
||||
"Cannot turn on display power on i915\n");
|
||||
goto i915_power_fail;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
err = azx_first_init(chip);
|
||||
|
@ -63,7 +63,7 @@ static inline int hda_display_power(struct hda_intel *hda, bool enable)
|
||||
static inline void haswell_set_bclk(struct hda_intel *hda) { return; }
|
||||
static inline int hda_i915_init(struct hda_intel *hda)
|
||||
{
|
||||
return -ENODEV;
|
||||
return 0;
|
||||
}
|
||||
static inline int hda_i915_exit(struct hda_intel *hda)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user