~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/codecs/wm_hubs.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/soc/codecs/wm_hubs.h (Architecture mips) and /sound/soc/codecs/wm_hubs.h (Architecture sparc64)


  1 /* SPDX-License-Identifier: GPL-2.0-only */         1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /*                                                  2 /*
  3  * wm_hubs.h  --  WM899x common code                3  * wm_hubs.h  --  WM899x common code
  4  *                                                  4  *
  5  * Copyright 2009 Wolfson Microelectronics plc      5  * Copyright 2009 Wolfson Microelectronics plc
  6  *                                                  6  *
  7  * Author: Mark Brown <broonie@opensource.wolf      7  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
  8  */                                                 8  */
  9                                                     9 
 10 #ifndef _WM_HUBS_H                                 10 #ifndef _WM_HUBS_H
 11 #define _WM_HUBS_H                                 11 #define _WM_HUBS_H
 12                                                    12 
 13 #include <linux/completion.h>                      13 #include <linux/completion.h>
 14 #include <linux/interrupt.h>                       14 #include <linux/interrupt.h>
 15 #include <linux/list.h>                            15 #include <linux/list.h>
 16 #include <sound/control.h>                         16 #include <sound/control.h>
 17                                                    17 
 18 struct snd_soc_component;                          18 struct snd_soc_component;
 19                                                    19 
 20 extern const unsigned int wm_hubs_spkmix_tlv[]     20 extern const unsigned int wm_hubs_spkmix_tlv[];
 21                                                    21 
 22 /* This *must* be the first element of the cod     22 /* This *must* be the first element of the codec->private_data struct */
 23 struct wm_hubs_data {                              23 struct wm_hubs_data {
 24         int dcs_codes_l;                           24         int dcs_codes_l;
 25         int dcs_codes_r;                           25         int dcs_codes_r;
 26         int dcs_readback_mode;                     26         int dcs_readback_mode;
 27         int hp_startup_mode;                       27         int hp_startup_mode;
 28         int series_startup;                        28         int series_startup;
 29         int no_series_update;                      29         int no_series_update;
 30         bool micd_scthr;                           30         bool micd_scthr;
 31                                                    31 
 32         bool no_cache_dac_hp_direct;               32         bool no_cache_dac_hp_direct;
 33         struct list_head dcs_cache;                33         struct list_head dcs_cache;
 34         bool (*check_class_w_digital)(struct s     34         bool (*check_class_w_digital)(struct snd_soc_component *);
 35                                                    35 
 36         int micb1_delay;                           36         int micb1_delay;
 37         int micb2_delay;                           37         int micb2_delay;
 38                                                    38 
 39         bool lineout1_se;                          39         bool lineout1_se;
 40         bool lineout1n_ena;                        40         bool lineout1n_ena;
 41         bool lineout1p_ena;                        41         bool lineout1p_ena;
 42                                                    42 
 43         bool lineout2_se;                          43         bool lineout2_se;
 44         bool lineout2n_ena;                        44         bool lineout2n_ena;
 45         bool lineout2p_ena;                        45         bool lineout2p_ena;
 46                                                    46 
 47         bool dcs_done_irq;                         47         bool dcs_done_irq;
 48         struct completion dcs_done;                48         struct completion dcs_done;
 49                                                    49 
 50         struct snd_soc_component *component;       50         struct snd_soc_component *component;
 51 };                                                 51 };
 52                                                    52 
 53 extern int wm_hubs_add_analogue_controls(struc     53 extern int wm_hubs_add_analogue_controls(struct snd_soc_component *);
 54 extern int wm_hubs_add_analogue_routes(struct      54 extern int wm_hubs_add_analogue_routes(struct snd_soc_component *, int, int);
 55 extern int wm_hubs_handle_analogue_pdata(struc     55 extern int wm_hubs_handle_analogue_pdata(struct snd_soc_component *,
 56                                          int l     56                                          int lineout1_diff, int lineout2_diff,
 57                                          int l     57                                          int lineout1fb, int lineout2fb,
 58                                          int j     58                                          int jd_scthr, int jd_thr,
 59                                          int m     59                                          int micbias1_delay, int micbias2_delay,
 60                                          int m     60                                          int micbias1_lvl, int micbias2_lvl);
 61                                                    61 
 62 extern irqreturn_t wm_hubs_dcs_done(int irq, v     62 extern irqreturn_t wm_hubs_dcs_done(int irq, void *data);
 63 extern void wm_hubs_vmid_ena(struct snd_soc_co     63 extern void wm_hubs_vmid_ena(struct snd_soc_component *component);
 64 extern void wm_hubs_set_bias_level(struct snd_     64 extern void wm_hubs_set_bias_level(struct snd_soc_component *component,
 65                                    enum snd_so     65                                    enum snd_soc_bias_level level);
 66 extern void wm_hubs_update_class_w(struct snd_     66 extern void wm_hubs_update_class_w(struct snd_soc_component *component);
 67                                                    67 
 68 extern const struct snd_kcontrol_new wm_hubs_h     68 extern const struct snd_kcontrol_new wm_hubs_hpl_mux;
 69 extern const struct snd_kcontrol_new wm_hubs_h     69 extern const struct snd_kcontrol_new wm_hubs_hpr_mux;
 70                                                    70 
 71 #endif                                             71 #endif
 72                                                    72 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php