Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
sound
usb
power.h
Go to the documentation of this file.
1
#ifndef __USBAUDIO_POWER_H
2
#define __USBAUDIO_POWER_H
3
4
#ifdef CONFIG_PM
5
int
snd_usb_autoresume(
struct
snd_usb_audio
*
chip
);
6
void
snd_usb_autosuspend(
struct
snd_usb_audio
*
chip
);
7
#else
8
static
inline
int
snd_usb_autoresume(
struct
snd_usb_audio
*
chip
)
9
{
10
return
0;
11
}
12
static
inline
void
snd_usb_autosuspend(
struct
snd_usb_audio
*
chip
)
13
{
14
}
15
#endif
16
17
#endif
/* __USBAUDIO_POWER_H */
Generated on Thu Jan 10 2013 13:25:51 for Linux Kernel by
1.8.2