Home
last modified time | relevance | path

Searched refs:hda_verb (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/sound/pci/hda/
Dpatch_realtek.c309 const struct hda_verb *init_verbs[10]; /* initialization verbs
416 const struct hda_verb *init_verbs[5];
910 static void add_verb(struct alc_spec *spec, const struct hda_verb *verb) in add_verb()
974 static struct hda_verb alc_gpio1_init_verbs[] = {
981 static struct hda_verb alc_gpio2_init_verbs[] = {
988 static struct hda_verb alc_gpio3_init_verbs[] = {
1627 const struct hda_verb *verbs;
1845 static struct hda_verb alc888_4ST_ch2_intel_init[] = {
1860 static struct hda_verb alc888_4ST_ch4_intel_init[] = {
1875 static struct hda_verb alc888_4ST_ch6_intel_init[] = {
[all …]
Dpatch_conexant.c64 const struct hda_verb *init_verbs[5]; /* initialization verbs
392 const struct hda_verb *hv; in conexant_init_jacks()
738 static struct hda_verb mic_jack_on[] = { in cxt5045_hp_automic()
743 static struct hda_verb mic_jack_off[] = { in cxt5045_hp_automic()
852 static struct hda_verb cxt5045_init_verbs[] = {
878 static struct hda_verb cxt5045_benq_init_verbs[] = {
904 static struct hda_verb cxt5045_hp_sense_init_verbs[] = {
910 static struct hda_verb cxt5045_mic_sense_init_verbs[] = {
981 static struct hda_verb cxt5045_test_init_verbs[] = {
1259 static struct hda_verb mic_jack_on[] = { in cxt5047_hp_automic()
[all …]
Dpatch_analog.c36 const struct hda_verb *init_verbs[6]; /* initialization verbs
952 static struct hda_verb ad1986a_init_verbs[] = {
1007 static struct hda_verb ad1986a_ch2_init[] = {
1019 static struct hda_verb ad1986a_ch4_init[] = {
1029 static struct hda_verb ad1986a_ch6_init[] = {
1046 static struct hda_verb ad1986a_eapd_init_verbs[] = {
1051 static struct hda_verb ad1986a_automic_verbs[] = {
1061 static struct hda_verb ad1986a_ultra_init[] = {
1072 static struct hda_verb ad1986a_hp_init_verbs[] = {
1421 static struct hda_verb ad1983_init_verbs[] = {
[all …]
Dpatch_cmedia.c75 struct hda_verb multi_init[9]; /* 2 verbs for each pin + terminator */
113 static struct hda_verb cmi9880_ch2_init[] = {
124 static struct hda_verb cmi9880_ch6_init[] = {
135 static struct hda_verb cmi9880_ch8_init[] = {
255 static struct hda_verb cmi9880_basic_init[] = {
284 static struct hda_verb cmi9880_allout_init[] = {
Dhda_codec.h906 struct hda_verb { struct
913 const struct hda_verb *seq); argument
923 const struct hda_verb *seq);
Dpatch_via.c109 struct hda_verb *init_verbs[5];
1623 static struct hda_verb vt1708_volume_init_verbs[] = {
2752 static struct hda_verb vt1709_uniwill_init_verbs[] = {
2761 static struct hda_verb vt1709_10ch_volume_init_verbs[] = {
3170 static struct hda_verb vt1709_6ch_volume_init_verbs[] = {
3282 static struct hda_verb vt1708B_8ch_volume_init_verbs[] = {
3317 static struct hda_verb vt1708B_4ch_volume_init_verbs[] = {
3352 static struct hda_verb vt1708B_uniwill_init_verbs[] = {
3778 static struct hda_verb vt1708S_volume_init_verbs[] = {
3804 static struct hda_verb vt1708S_uniwill_init_verbs[] = {
[all …]
Dhda_hwdep.c151 snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32); in snd_hda_create_hwdep()
350 struct hda_verb *v = snd_array_elem(&codec->init_verbs, i); in init_verbs_show()
360 struct hda_verb *v; in parse_init_verbs()
Dpatch_sigmatel.c276 struct hda_verb *init;
844 static struct hda_verb stac9200_core_init[] = {
850 static struct hda_verb stac9200_eapd_init[] = {
857 static struct hda_verb dell_eq_core_init[] = {
864 static struct hda_verb stac92hd73xx_core_init[] = {
870 static struct hda_verb stac92hd83xxx_core_init[] = {
876 static struct hda_verb stac92hd71bxx_core_init[] = {
882 static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
890 static struct hda_verb stac925x_core_init[] = {
898 static struct hda_verb stac922x_core_init[] = {
[all …]
Dpatch_cirrus.c986 static struct hda_verb cs_coef_init_verbs[] = {
1020 static struct hda_verb cs_errata_init_verbs[] = {
Dhda_local.h243 const struct hda_verb *sequence;
Dpatch_hdmi.c1177 static struct hda_verb nvhdmi_basic_init_7x[] = {
1583 static struct hda_verb atihdmi_basic_init[] = {
Dhda_codec.c281 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
2973 const struct hda_verb *seq) in snd_hda_sequence_write_cache()