#include <linux/completion.h>
#include <linux/interrupt.h>
#include <linux/list.h>
#include <sound/control.h>
Go to the source code of this file.
|
int | wm_hubs_add_analogue_controls (struct snd_soc_codec *) |
|
int | wm_hubs_add_analogue_routes (struct snd_soc_codec *, int, int) |
|
int | wm_hubs_handle_analogue_pdata (struct snd_soc_codec *, int lineout1_diff, int lineout2_diff, int lineout1fb, int lineout2fb, int jd_scthr, int jd_thr, int micbias1_dly, int micbias2_dly, int micbias1_lvl, int micbias2_lvl) |
|
irqreturn_t | wm_hubs_dcs_done (int irq, void *data) |
|
void | wm_hubs_vmid_ena (struct snd_soc_codec *codec) |
|
void | wm_hubs_set_bias_level (struct snd_soc_codec *codec, enum snd_soc_bias_level level) |
|
void | wm_hubs_update_class_w (struct snd_soc_codec *codec) |
|
int wm_hubs_handle_analogue_pdata |
( |
struct snd_soc_codec * |
, |
|
|
int |
lineout1_diff, |
|
|
int |
lineout2_diff, |
|
|
int |
lineout1fb, |
|
|
int |
lineout2fb, |
|
|
int |
jd_scthr, |
|
|
int |
jd_thr, |
|
|
int |
micbias1_dly, |
|
|
int |
micbias2_dly, |
|
|
int |
micbias1_lvl, |
|
|
int |
micbias2_lvl |
|
) |
| |