]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - sound/drivers/pcsp/pcsp_input.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / sound / drivers / pcsp / pcsp_input.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
9ab4d072
SS
2/*
3 * PC-Speaker driver for Linux
4 *
5 * Copyright (C) 2001-2008 Stas Sergeev
6 */
7
8#ifndef __PCSP_INPUT_H__
9#define __PCSP_INPUT_H__
10
fbbb01a1 11int pcspkr_input_init(struct input_dev **rdev, struct device *dev);
9ab4d072
SS
12int pcspkr_input_remove(struct input_dev *dev);
13void pcspkr_stop_sound(void);
14
15#endif