#ifndef __USBAUDIO_POWER_H #define __USBAUDIO_POWER_H #ifdef CONFIG_PM int snd_usb_autoresume(struct snd_usb_audio *chip); void snd_usb_autosuspend(struct snd_usb_audio *chip); #else static inline int snd_usb_autoresume(struct snd_usb_audio *chip) { return 0; } static inline void snd_usb_autosuspend(struct snd_usb_audio *chip) { } #endif #endif /* __USBAUDIO_POWER_H */ ype='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-02-04 16:20:38 +0100
committerThierry Reding <treding@nvidia.com>2016-04-29 16:48:57 +0200
commit16108f04799d24b6f2e1a8500db9f7df824f616e (patch)
tree17fdfa580a88e0fdae1c691a0204535d5b0c5e82 /Documentation/devicetree
parent5053dcb75bbb4293e9c8b07140bcb43ea8075dde (diff)
dt-bindings: usb: xhci-tegra: Add Tegra210 XUSB controller support
Extend the Tegra XUSB controller device tree binding with Tegra210 support. Acked-by: Rob Herring <robh@kernel.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree')