Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_via.c97 const struct hda_verb *init_verbs[5];
495 static const struct hda_verb vt1708_init_verbs[] = {
755 static const struct hda_verb vt1708S_init_verbs[] = {
821 static const struct hda_verb vt1702_init_verbs[] = {
863 static const struct hda_verb vt1718S_init_verbs[] = {
994 static const struct hda_verb vt1716S_init_verbs[] = {
1036 static const struct hda_verb vt2002P_init_verbs[] = {
1048 static const struct hda_verb vt1802_init_verbs[] = {
1144 static const struct hda_verb vt1812_init_verbs[] = {
1183 static const struct hda_verb vt3476_init_verbs[] = {
Dpatch_realtek.c221 static const struct hda_verb alc_gpio1_init_verbs[] = {
228 static const struct hda_verb alc_gpio2_init_verbs[] = {
235 static const struct hda_verb alc_gpio3_init_verbs[] = {
1093 .v.verbs = (const struct hda_verb[]) {
1131 .v.verbs = (const struct hda_verb[]) {
1140 .v.verbs = (const struct hda_verb[]) {
1613 .v.verbs = (const struct hda_verb[]) {
1631 .v.verbs = (const struct hda_verb[]) {
2018 .v.verbs = (const struct hda_verb[]) {
2026 .v.verbs = (const struct hda_verb[]) {
[all …]
Dpatch_cirrus.c215 static const struct hda_verb cs_coef_init_verbs[] = {
234 static const struct hda_verb cs4208_coef_init_verbs[] = {
262 static const struct hda_verb cs_errata_init_verbs[] = {
551 .v.verbs = (const struct hda_verb[]) {
872 static const struct hda_verb cs421x_coef_init_verbs[] = {
909 static const struct hda_verb cs421x_coef_init_verbs_A1_silicon_fixes[] = {
Dpatch_sigmatel.c1010 static const struct hda_verb stac9200_core_init[] = {
1016 static const struct hda_verb stac9200_eapd_init[] = {
1023 static const struct hda_verb dell_eq_core_init[] = {
1030 static const struct hda_verb stac92hd73xx_core_init[] = {
1036 static const struct hda_verb stac92hd83xxx_core_init[] = {
1042 static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1049 static const struct hda_verb stac92hd71bxx_core_init[] = {
1060 static const struct hda_verb stac925x_core_init[] = {
1068 static const struct hda_verb stac922x_core_init[] = {
1074 static const struct hda_verb d965_core_init[] = {
[all …]
Dhda_sysfs.c223 struct hda_verb *v = snd_array_elem(&codec->init_verbs, i); in init_verbs_show()
234 struct hda_verb *v; in parse_init_verbs()
778 snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32); in snd_hda_sysfs_init()
Dhda_codec.h373 struct hda_verb { struct
380 const struct hda_verb *seq); argument
Dhda_auto_parser.c778 const struct hda_verb *list) in snd_hda_add_verbs()
780 const struct hda_verb **v; in snd_hda_add_verbs()
797 struct hda_verb **v = snd_array_elem(&codec->verbs, i); in snd_hda_apply_verbs()
Dhda_local.h369 const struct hda_verb *verbs;
427 int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);
Dpatch_ca0132.c704 const struct hda_verb *base_init_verbs;
705 const struct hda_verb *base_exit_verbs;
706 const struct hda_verb *init_verbs[5];
4435 static struct hda_verb ca0132_base_init_verbs[] = {
4442 static struct hda_verb ca0132_base_exit_verbs[] = {
4451 static struct hda_verb ca0132_init_verbs0[] = {
4485 static struct hda_verb ca0132_init_verbs1[] = {
Dpatch_conexant.c717 .v.verbs = (const struct hda_verb[]) {
Dpatch_analog.c1041 static const struct hda_verb ad1884_dmic_init_verbs[] = {
Dpatch_hdmi.c2463 static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
2471 static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
Dhda_codec.c215 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
1050 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_new()