summaryrefslogtreecommitdiff
path: root/sound/pci/cs46xx/Makefile
blob: 67e811ec8539c45041ea8a000683f87d922dc73c (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-cs46xx-y := cs46xx.o cs46xx_lib.o
snd-cs46xx-$(CONFIG_SND_CS46XX_NEW_DSP) += dsp_spos.o dsp_spos_scb_lib.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_CS46XX) += snd-cs46xx.o
d class='right'>2016-08-08 11:54:35 +0100 commit4d48298af85aff3dcc9498a564e06efeb9c935be (patch) tree2dbb34d9f37d727a351eb6f6c6b6b7ae26feaf4c /sound parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: cs53l30: Do not ignore errors if mclk is specified
When the clock is specified, there could be other errors besides the EPROBE_DEFER so don't ignore them. Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> Acked-by: Paul Handrigan <Paul.Handrigan@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')