Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Florian Meier | c6aeb7d | 2013-11-22 16:24:08 +0100 | [diff] [blame] | 2 | # BCM2835 Platform Support |
| 3 | snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o |
| 4 | |
| 5 | obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o |
| 6 | |
Simran Rai | 1200a7d | 2016-05-17 17:01:09 -0700 | [diff] [blame] | 7 | # CYGNUS Platform Support |
| 8 | snd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o |
| 9 | |
| 10 | obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o |
| 11 | |
Kevin Li | 88eb404 | 2020-03-12 15:32:41 -0700 | [diff] [blame] | 12 | # BCM63XX Platform Support |
| 13 | snd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o |
| 14 | |
| 15 | obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o |