Revision 385536090b18534967b1073d0f18b5b86d793c30 authored by Takashi Iwai on 18 February 2020, 12:33:39 UTC, committed by Takashi Iwai on 18 February 2020, 12:33:39 UTC
ASoC: Fixes for v5.6

A few fixes sent in since the merge window, none of them with global
impact but all important for the users they affect.
2 parent s 44eeb08 + 96781fd
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# make for AC97 bus drivers
#

obj-$(CONFIG_AC97_BUS_NEW)	+= ac97.o

ac97-y				+= bus.o codec.o
ac97-$(CONFIG_AC97_BUS_COMPAT)	+= snd_ac97_compat.o
back to top