summaryrefslogtreecommitdiffstats
path: root/sound/i2c/other/Makefile
blob: 0a2c0d147ab88350d86cbf59e9f5351e71b9550b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for ALSA
# Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
#

snd-ak4114-y := ak4114.o
snd-ak4117-y := ak4117.o
snd-ak4113-y := ak4113.o
snd-ak4xxx-adda-y := ak4xxx-adda.o
snd-pt2258-y := pt2258.o

# Module Dependency
obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o
obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o
obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o snd-ak4113.o snd-ak4xxx-adda.o snd-pt2258.o