Revision 43108c72cf1d518f3ce62d3b1c8a9ffa38ddc28b authored by Pavel on 05 January 2020, 22:36:58 UTC, committed by Pavel Machek on 22 January 2020, 20:08:24 UTC
Add pointer to datasheet and fix typo in printk message.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
1 parent 51eb5a2
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