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 |
| 4 | snd-soc-bf5xx-sport-objs := bf5xx-sport.o |
Scott Jiang | d2aae47 | 2012-06-20 17:00:30 -0400 | [diff] [blame] | 5 | snd-soc-bf6xx-sport-objs := bf6xx-sport.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 6 | snd-soc-bf5xx-ac97-objs := bf5xx-ac97.o |
| 7 | snd-soc-bf5xx-i2s-objs := bf5xx-i2s.o |
Scott Jiang | f62ae7b | 2012-06-20 17:00:31 -0400 | [diff] [blame] | 8 | snd-soc-bf6xx-i2s-objs := bf6xx-i2s.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 |
| 12 | obj-$(CONFIG_SND_BF5XX_SOC_SPORT) += snd-soc-bf5xx-sport.o |
Scott Jiang | d2aae47 | 2012-06-20 17:00:30 -0400 | [diff] [blame] | 13 | obj-$(CONFIG_SND_BF6XX_SOC_SPORT) += snd-soc-bf6xx-sport.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 14 | obj-$(CONFIG_SND_BF5XX_SOC_AC97) += snd-soc-bf5xx-ac97.o |
| 15 | obj-$(CONFIG_SND_BF5XX_SOC_I2S) += snd-soc-bf5xx-i2s.o |
Scott Jiang | f62ae7b | 2012-06-20 17:00:31 -0400 | [diff] [blame] | 16 | obj-$(CONFIG_SND_BF6XX_SOC_I2S) += snd-soc-bf6xx-i2s.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 | f049ffb | 2011-08-15 20:15:23 +0200 | [diff] [blame] | 24 | snd-soc-bfin-eval-adau1373-objs := bfin-eval-adau1373.o |
Lars-Peter Clausen | 5dcdbee | 2014-05-27 10:53:20 +0200 | [diff] [blame] | 25 | snd-soc-bfin-eval-adau1x61-objs := bfin-eval-adau1x61.o |
Lars-Peter Clausen | cb07ef3 | 2014-05-27 10:53:21 +0200 | [diff] [blame] | 26 | snd-soc-bfin-eval-adau1x81-objs := bfin-eval-adau1x81.o |
Lars-Peter Clausen | 53a93d5 | 2011-06-13 15:26:21 +0200 | [diff] [blame] | 27 | snd-soc-bfin-eval-adau1701-objs := bfin-eval-adau1701.o |
Lars-Peter Clausen | aef05294 | 2011-06-27 17:04:02 +0200 | [diff] [blame] | 28 | snd-soc-bfin-eval-adav80x-objs := bfin-eval-adav80x.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 29 | |
Barry Song | dce944d | 2009-09-01 12:45:14 +0800 | [diff] [blame] | 30 | obj-$(CONFIG_SND_BF5XX_SOC_AD1836) += snd-ad1836.o |
Cliff Cai | 579e8ea | 2008-09-05 18:21:42 +0800 | [diff] [blame] | 31 | obj-$(CONFIG_SND_BF5XX_SOC_AD1980) += snd-ad1980.o |
| 32 | obj-$(CONFIG_SND_BF5XX_SOC_SSM2602) += snd-ssm2602.o |
Cliff Cai | 5564b14 | 2008-09-27 22:31:21 +0800 | [diff] [blame] | 33 | obj-$(CONFIG_SND_BF5XX_SOC_AD73311) += snd-ad73311.o |
Barry Song | 698c375 | 2010-03-19 11:18:40 +0800 | [diff] [blame] | 34 | obj-$(CONFIG_SND_BF5XX_SOC_AD193X) += snd-ad193x.o |
Lars-Peter Clausen | f049ffb | 2011-08-15 20:15:23 +0200 | [diff] [blame] | 35 | obj-$(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) += snd-soc-bfin-eval-adau1373.o |
Lars-Peter Clausen | 5dcdbee | 2014-05-27 10:53:20 +0200 | [diff] [blame] | 36 | obj-$(CONFIG_SND_SOC_BFIN_EVAL_ADAU1X61) += snd-soc-bfin-eval-adau1x61.o |
Lars-Peter Clausen | cb07ef3 | 2014-05-27 10:53:21 +0200 | [diff] [blame] | 37 | obj-$(CONFIG_SND_SOC_BFIN_EVAL_ADAU1X81) += snd-soc-bfin-eval-adau1x81.o |
Lars-Peter Clausen | 53a93d5 | 2011-06-13 15:26:21 +0200 | [diff] [blame] | 38 | obj-$(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) += snd-soc-bfin-eval-adau1701.o |
Lars-Peter Clausen | aef05294 | 2011-06-27 17:04:02 +0200 | [diff] [blame] | 39 | obj-$(CONFIG_SND_SOC_BFIN_EVAL_ADAV80X) += snd-soc-bfin-eval-adav80x.o |