summaryrefslogtreecommitdiff
path: root/sound/arm/Makefile
blob: 99325a66cf771ad7a22df18b340221fa13e69a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for ALSA
#

obj-$(CONFIG_SND_ARMAACI)	+= snd-aaci.o
snd-aaci-y			:= aaci.o

obj-$(CONFIG_SND_PXA2XX_LIB)	+= snd-pxa2xx-lib.o
snd-pxa2xx-lib-y		:= pxa2xx-pcm-lib.o
snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97)	+= pxa2xx-ac97-lib.o
log/sound/soc/tegra/tegra30_i2s.c?h=linux-6.6.y&id=327ef64702668bb754eeea80ce402454d7a1302a&showmsg=1'>Expand)Author 2020-06-17ASoC: tegra: Fix reference count leaks.Qiushi Wu 2020-02-02ASoC: tegra: Revert 24 and 32 bit supportJon Hunter 2019-10-25ASoC: tegra: disable rx_fifo after disable streamBen Dooks 2019-10-25ASoC: tegra: add a TDM configuration callbackEdward Cragg 2019-10-25ASoC: tegra: Allow 24bit and 32bit samplesEdward Cragg 2019-07-31ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner 2017-07-17ASoC: tegra: constify snd_soc_dai_ops structureGustavo A. R. Silva 2017-03-07ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu 2015-08-26ASoC: tegra: Use devm_ioremap_resource instead of open codeAxel Lin