forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/sound/soc/codecs/rt5651.h
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * rt5651.h -- RT5651 ALSA SoC audio driver
34 *
45 * Copyright 2011 Realtek Microelectronics
56 * Author: Johnny Hsu <johnnyhsu@realtek.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #ifndef __RT5651_H__
....@@ -2073,6 +2070,7 @@
20732070 struct regmap *regmap;
20742071 /* Jack and button detect data */
20752072 struct snd_soc_jack *hp_jack;
2073
+ struct gpio_desc *gpiod_hp_det;
20762074 struct work_struct jack_detect_work;
20772075 struct delayed_work bp_work;
20782076 bool ovcd_irq_enabled;
....@@ -2082,6 +2080,7 @@
20822080 int release_count;
20832081 int poll_count;
20842082 unsigned int jd_src;
2083
+ bool jd_active_high;
20852084 unsigned int ovcd_th;
20862085 unsigned int ovcd_sf;
20872086