Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 1 | # Blackfin Platform Support |
| 2 | snd-bf5xx-ac97-objs := bf5xx-ac97-pcm.o |
| 3 | snd-bf5xx-i2s-objs := bf5xx-i2s-pcm.o |
Barry Song | 01e2ab2 | 2009-07-27 18:06:39 +0800 | [diff] [blame] | 4 | snd-bf5xx-tdm-objs := bf5xx-tdm-pcm.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 5 | snd-soc-bf5xx-sport-objs := bf5xx-sport.o |
| 6 | snd-soc-bf5xx-ac97-objs := bf5xx-ac97.o |
| 7 | snd-soc-bf5xx-i2s-objs := bf5xx-i2s.o |
Barry Song | 01e2ab2 | 2009-07-27 18:06:39 +0800 | [diff] [blame] | 8 | snd-soc-bf5xx-tdm-objs := bf5xx-tdm.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 9 | |
| 10 | obj-$(CONFIG_SND_BF5XX_AC97) += snd-bf5xx-ac97.o |
| 11 | obj-$(CONFIG_SND_BF5XX_I2S) += snd-bf5xx-i2s.o |
Barry Song | 01e2ab2 | 2009-07-27 18:06:39 +0800 | [diff] [blame] | 12 | obj-$(CONFIG_SND_BF5XX_TDM) += snd-bf5xx-tdm.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 13 | obj-$(CONFIG_SND_BF5XX_SOC_SPORT) += snd-soc-bf5xx-sport.o |
| 14 | obj-$(CONFIG_SND_BF5XX_SOC_AC97) += snd-soc-bf5xx-ac97.o |
| 15 | obj-$(CONFIG_SND_BF5XX_SOC_I2S) += snd-soc-bf5xx-i2s.o |
Barry Song | 01e2ab2 | 2009-07-27 18:06:39 +0800 | [diff] [blame] | 16 | obj-$(CONFIG_SND_BF5XX_SOC_TDM) += snd-soc-bf5xx-tdm.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 17 | |
| 18 | # Blackfin Machine Support |
Barry Song | dce944d | 2009-09-01 12:45:14 +0800 | [diff] [blame] | 19 | snd-ad1836-objs := bf5xx-ad1836.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 20 | snd-ad1980-objs := bf5xx-ad1980.o |
| 21 | snd-ssm2602-objs := bf5xx-ssm2602.o |
Cliff Cai | 5564b14 | 2008-09-27 22:31:21 +0800 | [diff] [blame] | 22 | snd-ad73311-objs := bf5xx-ad73311.o |
Barry Song | 698c375 | 2010-03-19 11:18:40 +0800 | [diff] [blame] | 23 | snd-ad193x-objs := bf5xx-ad193x.o |
Lars-Peter Clausen | 53a93d5 | 2011-06-13 15:26:21 +0200 | [diff] [blame] | 24 | snd-soc-bfin-eval-adau1701-objs := bfin-eval-adau1701.o |
Lars-Peter Clausen | aef0529 | 2011-06-27 17:04:02 +0200 | [diff] [blame] | 25 | snd-soc-bfin-eval-adav80x-objs := bfin-eval-adav80x.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 26 | |
Barry Song | dce944d | 2009-09-01 12:45:14 +0800 | [diff] [blame] | 27 | obj-$(CONFIG_SND_BF5XX_SOC_AD1836) += snd-ad1836.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 28 | obj-$(CONFIG_SND_BF5XX_SOC_AD1980) += snd-ad1980.o |
| 29 | obj-$(CONFIG_SND_BF5XX_SOC_SSM2602) += snd-ssm2602.o |
Cliff Cai | 5564b14 | 2008-09-27 22:31:21 +0800 | [diff] [blame] | 30 | obj-$(CONFIG_SND_BF5XX_SOC_AD73311) += snd-ad73311.o |
Barry Song | 698c375 | 2010-03-19 11:18:40 +0800 | [diff] [blame] | 31 | obj-$(CONFIG_SND_BF5XX_SOC_AD193X) += snd-ad193x.o |
Lars-Peter Clausen | 53a93d5 | 2011-06-13 15:26:21 +0200 | [diff] [blame] | 32 | obj-$(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) += snd-soc-bfin-eval-adau1701.o |
Lars-Peter Clausen | aef0529 | 2011-06-27 17:04:02 +0200 | [diff] [blame] | 33 | obj-$(CONFIG_SND_SOC_BFIN_EVAL_ADAV80X) += snd-soc-bfin-eval-adav80x.o |