Release 4.17 sound/drivers/pcsp/pcsp_input.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* PC-Speaker driver for Linux
*
* Copyright (C) 2001-2008 Stas Sergeev
*/
#ifndef __PCSP_INPUT_H__
#define __PCSP_INPUT_H__
int pcspkr_input_init(struct input_dev **rdev, struct device *dev);
int pcspkr_input_remove(struct input_dev *dev);
void pcspkr_stop_sound(void);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Stas Sergeev | 39 | 97.50% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 2.50% | 1 | 50.00% |
Total | 40 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.