diff options
author | Mark Greer <mgreer@animalcreek.com> | 2015-11-04 09:47:21 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2015-11-04 20:30:47 -0800 |
commit | ddc88eff2b0848e9c95bc4c39b53c52ed7991285 (patch) | |
tree | 6c227587a21f4f5c6ecb77016877e4f7d1daa2e5 /drivers/staging/greybus/Makefile | |
parent | d6e139bc15118ceb9173ee03e3f2db63b57e0f77 (diff) |
greybus: audio: Remove I2S Bridged-PHY Protcol based audio driver
The Greybus I2S Bridged-PHY Protocol is now deprecated so remove
the audio driver that is based on it.
CC: Vaibhav Agarwal <vaibhav.agarwal@linaro.org>
Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r-- | drivers/staging/greybus/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index ba60430ef760..cf4cf2178ed6 100644 --- a/drivers/staging/greybus/Makefile +++ b/drivers/staging/greybus/Makefile @@ -21,11 +21,7 @@ gb-phy-y := gpbridge.o \ hid.o \ i2c.o \ spi.o \ - usb.o \ - audio.o \ - audio-pcm.o \ - audio-dai.o \ - audio-gb-cmds.o + usb.o # Prefix all modules with gb- gb-vibrator-y := vibrator.o |