drm/panel-edp: Add STA 116QHD024002
[drm/drm-misc.git] / sound / drivers / pcsp / pcsp_input.h
blob42bfc9eab6ebb21ac1cfee163a560ffd62c107d4
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * PC-Speaker driver for Linux
5 * Copyright (C) 2001-2008 Stas Sergeev
6 */
8 #ifndef __PCSP_INPUT_H__
9 #define __PCSP_INPUT_H__
11 int pcspkr_input_init(struct input_dev **rdev, struct device *dev);
12 void pcspkr_stop_sound(void);
14 #endif