Release 4.7 sound/usb/power.h
#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;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
oliver neukum | oliver neukum | 15 | 100.00% | 1 | 100.00% |
| Total | 15 | 100.00% | 1 | 100.00% |
static inline void snd_usb_autosuspend(struct snd_usb_audio *chip)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
oliver neukum | oliver neukum | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
#endif
#endif /* __USBAUDIO_POWER_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
oliver neukum | oliver neukum | 60 | 100.00% | 1 | 100.00% |
| Total | 60 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.