cregit-Linux how code gets into the kernel

Release 4.14 sound/usb/power.h

Directory: sound/usb
/* SPDX-License-Identifier: GPL-2.0 */
#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

PersonTokensPropCommitsCommitProp
Oliver Neukum15100.00%1100.00%
Total15100.00%1100.00%


static inline void snd_usb_autosuspend(struct snd_usb_audio *chip) { }

Contributors

PersonTokensPropCommitsCommitProp
Oliver Neukum11100.00%1100.00%
Total11100.00%1100.00%

#endif #endif /* __USBAUDIO_POWER_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Oliver Neukum6098.36%150.00%
Greg Kroah-Hartman11.64%150.00%
Total61100.00%2100.00%
Directory: sound/usb
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.