ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG obj-$(CONFIG_USBIP_CORE) += usbip-core.o usbip-core-y := usbip_common.o usbip_event.o obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o obj-$(CONFIG_USBIP_HOST) += usbip-host.o usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o ='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Huerst <pascal.huerst@gmail.com>2015-04-20 11:12:03 +0200
committerMark Brown <broonie@kernel.org>2015-04-27 15:37:32 +0100
commit64fcc1fd323835a9185baafa50d2087603c4051c (patch)
tree391ca0c5c617a0eda992827fa4c6ab3a4946f700
parentb787f68c36d49bb1d9236f403813641efa74a031 (diff)
ASoC: adau1701: add regulator consumer support
The adau1701 has two power domains, DVDD and AVDD. Enable them both as long as the codec is in use. Signed-off-by: Pascal Huerst <pascal.huerst@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>