1# SPDX-License-Identifier: GPL-2.02obj-y += core/
3obj-$(CONFIG_SND_HDA) += common/
4# this must be the last entry after codec drivers;5# otherwise the codec patches won't be hooked before the PCI probe6# when built in kernel7obj-$(CONFIG_SND_HDA) += controllers/
8