|
| int(* | probe )(struct snd_soc_codec *) |
| |
| int(* | remove )(struct snd_soc_codec *) |
| |
| int(* | suspend )(struct snd_soc_codec *) |
| |
| int(* | resume )(struct snd_soc_codec *) |
| |
| struct snd_kcontrol_new * | controls |
| |
| int | num_controls |
| |
| struct snd_soc_dapm_widget * | dapm_widgets |
| |
| int | num_dapm_widgets |
| |
| struct snd_soc_dapm_route * | dapm_routes |
| |
| int | num_dapm_routes |
| |
| int(* | set_sysclk )(struct snd_soc_codec *codec, int clk_id, int source, unsigned int freq, int dir) |
| |
| int(* | set_pll )(struct snd_soc_codec *codec, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) |
| |
| unsigned int(* | read )(struct snd_soc_codec *, unsigned int) |
| |
| int(* | write )(struct snd_soc_codec *, unsigned int, unsigned int) |
| |
| int(* | display_register )(struct snd_soc_codec *, char *, size_t, unsigned int) |
| |
| int(* | volatile_register )(struct snd_soc_codec *, unsigned int) |
| |
| int(* | readable_register )(struct snd_soc_codec *, unsigned int) |
| |
| int(* | writable_register )(struct snd_soc_codec *, unsigned int) |
| |
| unsigned int | reg_cache_size |
| |
| short | reg_cache_step |
| |
| short | reg_word_size |
| |
| const void * | reg_cache_default |
| |
| short | reg_access_size |
| |
| struct snd_soc_reg_access * | reg_access_default |
| |
| enum snd_soc_compress_type | compress_type |
| |
| int(* | set_bias_level )(struct snd_soc_codec *, enum snd_soc_bias_level level) |
| |
| bool | idle_bias_off |
| |
| void(* | seq_notifier )(struct snd_soc_dapm_context *, enum snd_soc_dapm_type, int) |
| |
| int(* | stream_event )(struct snd_soc_dapm_context *dapm, int event) |
| |
| bool | ignore_pmdown_time |
| |
| int | probe_order |
| |
| int | remove_order |
| |
Definition at line 718 of file soc.h.