Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dpatch_via.c446 static const struct hda_verb vt1708_init_verbs[] = {
709 static const struct hda_verb vt1708S_init_verbs[] = {
768 static const struct hda_verb vt1702_init_verbs[] = {
813 static const struct hda_verb vt1718S_init_verbs[] = {
943 static const struct hda_verb vt1716S_init_verbs[] = {
992 static const struct hda_verb vt2002P_init_verbs[] = {
1004 static const struct hda_verb vt1802_init_verbs[] = {
1103 static const struct hda_verb vt1812_init_verbs[] = {
1145 static const struct hda_verb vt3476_init_verbs[] = {
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[] = {
566 .v.verbs = (const struct hda_verb[]) {
886 static const struct hda_verb cs421x_coef_init_verbs[] = {
923 static const struct hda_verb cs421x_coef_init_verbs_A1_silicon_fixes[] = {
Dpatch_sigmatel.c993 static const struct hda_verb stac9200_core_init[] = {
999 static const struct hda_verb stac9200_eapd_init[] = {
1006 static const struct hda_verb dell_eq_core_init[] = {
1013 static const struct hda_verb stac92hd73xx_core_init[] = {
1019 static const struct hda_verb stac92hd83xxx_core_init[] = {
1025 static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1032 static const struct hda_verb stac92hd71bxx_core_init[] = {
1043 static const struct hda_verb stac925x_core_init[] = {
1051 static const struct hda_verb stac922x_core_init[] = {
1057 static const struct hda_verb d965_core_init[] = {
[all …]
Dpatch_realtek.c1144 .v.verbs = (const struct hda_verb[]) {
1182 .v.verbs = (const struct hda_verb[]) {
1191 .v.verbs = (const struct hda_verb[]) {
1663 .v.verbs = (const struct hda_verb[]) {
1681 .v.verbs = (const struct hda_verb[]) {
2111 .v.verbs = (const struct hda_verb[]) {
2119 .v.verbs = (const struct hda_verb[]) {
2128 .v.verbs = (const struct hda_verb[]) {
2137 .v.verbs = (const struct hda_verb[]) {
2189 .v.verbs = (const struct hda_verb[]) {
[all …]
Dhda_sysfs.c220 const struct hda_verb *v; in init_verbs_show()
234 struct hda_verb *v; in parse_init_verbs()
777 snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32); in snd_hda_sysfs_init()
Dhda_codec.h364 struct hda_verb { struct
371 const struct hda_verb *seq); argument
Dhda_auto_parser.c779 const struct hda_verb *list) in snd_hda_add_verbs()
781 const struct hda_verb **v; in snd_hda_add_verbs()
796 const struct hda_verb **v; in snd_hda_apply_verbs()
Dhda_local.h308 const struct hda_verb *verbs;
366 int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);
Dpatch_conexant.c680 static const struct hda_verb gpio_init[] = { in cxt_fixup_mute_led_gpio()
784 .v.verbs = (const struct hda_verb[]) {
Dpatch_ca0132.c897 const struct hda_verb *base_init_verbs;
898 const struct hda_verb *base_exit_verbs;
899 const struct hda_verb *chip_init_verbs;
900 const struct hda_verb *desktop_init_verbs;
901 struct hda_verb *spec_init_verbs;
6808 static struct hda_verb ca0132_base_init_verbs[] = {
6815 static struct hda_verb ca0132_base_exit_verbs[] = {
6825 static struct hda_verb ca0132_init_verbs0[] = {
6858 static struct hda_verb ca0132_init_verbs1[] = {
7553 sizeof(struct hda_verb), in ca0132_prepare_verbs()
Dpatch_analog.c1040 static const struct hda_verb ad1884_dmic_init_verbs[] = {
Dpatch_hdmi.c2779 static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
2787 static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
Dhda_codec.c92 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
942 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_new()