Mark Brown | a2342ae | 2009-07-29 21:21:49 +0100 | [diff] [blame] | 1 | /* |
| 2 | * wm_hubs.h -- WM899x common code |
| 3 | * |
| 4 | * Copyright 2009 Wolfson Microelectronics plc |
| 5 | * |
| 6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
| 7 | * |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License version 2 as |
| 11 | * published by the Free Software Foundation. |
| 12 | */ |
| 13 | |
| 14 | #ifndef _WM_HUBS_H |
| 15 | #define _WM_HUBS_H |
| 16 | |
Mark Brown | d96ca3c | 2011-07-12 15:25:03 +0900 | [diff] [blame] | 17 | #include <linux/completion.h> |
| 18 | #include <linux/interrupt.h> |
Mark Brown | 94aa733 | 2012-05-01 18:45:09 +0100 | [diff] [blame] | 19 | #include <linux/list.h> |
Mark Brown | c340304 | 2012-04-26 21:29:29 +0100 | [diff] [blame] | 20 | #include <sound/control.h> |
Mark Brown | d96ca3c | 2011-07-12 15:25:03 +0900 | [diff] [blame] | 21 | |
Mark Brown | a2342ae | 2009-07-29 21:21:49 +0100 | [diff] [blame] | 22 | struct snd_soc_codec; |
| 23 | |
| 24 | extern const unsigned int wm_hubs_spkmix_tlv[]; |
| 25 | |
Mark Brown | 3ed7074 | 2010-01-20 17:39:45 +0000 | [diff] [blame] | 26 | /* This *must* be the first element of the codec->private_data struct */ |
| 27 | struct wm_hubs_data { |
Mark Brown | 4537c4e | 2011-08-01 13:10:16 +0900 | [diff] [blame] | 28 | int dcs_codes_l; |
| 29 | int dcs_codes_r; |
Mark Brown | 8437f70 | 2010-03-29 17:09:45 +0100 | [diff] [blame] | 30 | int dcs_readback_mode; |
Mark Brown | 3ed7074 | 2010-01-20 17:39:45 +0000 | [diff] [blame] | 31 | int hp_startup_mode; |
Mark Brown | f9acf9f | 2011-06-07 23:23:52 +0100 | [diff] [blame] | 32 | int series_startup; |
Mark Brown | 780b75b | 2011-06-07 23:32:46 +0100 | [diff] [blame] | 33 | int no_series_update; |
Mark Brown | fec6dd8 | 2010-10-27 13:48:36 -0700 | [diff] [blame] | 34 | |
Mark Brown | af31a22 | 2012-04-26 20:06:56 +0100 | [diff] [blame] | 35 | bool no_cache_dac_hp_direct; |
Mark Brown | 94aa733 | 2012-05-01 18:45:09 +0100 | [diff] [blame] | 36 | struct list_head dcs_cache; |
Mark Brown | c340304 | 2012-04-26 21:29:29 +0100 | [diff] [blame] | 37 | bool (*check_class_w_digital)(struct snd_soc_codec *); |
Mark Brown | d96ca3c | 2011-07-12 15:25:03 +0900 | [diff] [blame] | 38 | |
Mark Brown | 02e7947 | 2012-08-21 17:54:52 +0100 | [diff] [blame] | 39 | int micb1_delay; |
| 40 | int micb2_delay; |
| 41 | |
Mark Brown | 5f2f3890 | 2012-02-08 18:51:42 +0000 | [diff] [blame] | 42 | bool lineout1_se; |
| 43 | bool lineout1n_ena; |
| 44 | bool lineout1p_ena; |
| 45 | |
| 46 | bool lineout2_se; |
| 47 | bool lineout2n_ena; |
| 48 | bool lineout2p_ena; |
| 49 | |
Mark Brown | d96ca3c | 2011-07-12 15:25:03 +0900 | [diff] [blame] | 50 | bool dcs_done_irq; |
| 51 | struct completion dcs_done; |
Mark Brown | 8cb8e83 | 2012-07-25 18:10:03 +0100 | [diff] [blame] | 52 | |
| 53 | struct snd_soc_codec *codec; |
Mark Brown | 3ed7074 | 2010-01-20 17:39:45 +0000 | [diff] [blame] | 54 | }; |
| 55 | |
Mark Brown | a2342ae | 2009-07-29 21:21:49 +0100 | [diff] [blame] | 56 | extern int wm_hubs_add_analogue_controls(struct snd_soc_codec *); |
| 57 | extern int wm_hubs_add_analogue_routes(struct snd_soc_codec *, int, int); |
Mark Brown | aa983d9 | 2009-09-30 14:16:11 +0100 | [diff] [blame] | 58 | extern int wm_hubs_handle_analogue_pdata(struct snd_soc_codec *, |
| 59 | int lineout1_diff, int lineout2_diff, |
| 60 | int lineout1fb, int lineout2fb, |
| 61 | int jd_scthr, int jd_thr, |
Mark Brown | 02e7947 | 2012-08-21 17:54:52 +0100 | [diff] [blame] | 62 | int micbias1_dly, int micbias2_dly, |
Mark Brown | aa983d9 | 2009-09-30 14:16:11 +0100 | [diff] [blame] | 63 | int micbias1_lvl, int micbias2_lvl); |
Mark Brown | a2342ae | 2009-07-29 21:21:49 +0100 | [diff] [blame] | 64 | |
Mark Brown | d96ca3c | 2011-07-12 15:25:03 +0900 | [diff] [blame] | 65 | extern irqreturn_t wm_hubs_dcs_done(int irq, void *data); |
Mark Brown | 5f2f3890 | 2012-02-08 18:51:42 +0000 | [diff] [blame] | 66 | extern void wm_hubs_vmid_ena(struct snd_soc_codec *codec); |
| 67 | extern void wm_hubs_set_bias_level(struct snd_soc_codec *codec, |
| 68 | enum snd_soc_bias_level level); |
Mark Brown | c340304 | 2012-04-26 21:29:29 +0100 | [diff] [blame] | 69 | extern void wm_hubs_update_class_w(struct snd_soc_codec *codec); |
| 70 | |
| 71 | extern const struct snd_kcontrol_new wm_hubs_hpl_mux; |
| 72 | extern const struct snd_kcontrol_new wm_hubs_hpr_mux; |
Mark Brown | d96ca3c | 2011-07-12 15:25:03 +0900 | [diff] [blame] | 73 | |
Mark Brown | a2342ae | 2009-07-29 21:21:49 +0100 | [diff] [blame] | 74 | #endif |