Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/hda/
Dpatch_via.c434 static const struct hda_verb vt1708_init_verbs[] = {
697 static const struct hda_verb vt1708S_init_verbs[] = {
756 static const struct hda_verb vt1702_init_verbs[] = {
801 static const struct hda_verb vt1718S_init_verbs[] = {
931 static const struct hda_verb vt1716S_init_verbs[] = {
980 static const struct hda_verb vt2002P_init_verbs[] = {
992 static const struct hda_verb vt1802_init_verbs[] = {
1105 static const struct hda_verb vt1812_init_verbs[] = {
1147 static const struct hda_verb vt3476_init_verbs[] = {
Dpatch_cirrus.c206 static const struct hda_verb cs_coef_init_verbs[] = {
225 static const struct hda_verb cs4208_coef_init_verbs[] = {
253 static const struct hda_verb cs_errata_init_verbs[] = {
554 .v.verbs = (const struct hda_verb[]) {
876 static const struct hda_verb cs421x_coef_init_verbs[] = {
913 static const struct hda_verb cs421x_coef_init_verbs_A1_silicon_fixes[] = {
Dpatch_cs8409.h356 extern const struct hda_verb cs8409_cs42l42_init_verbs[];
362 extern const struct hda_verb dolphin_init_verbs[];
Dpatch_realtek.c1218 .v.verbs = (const struct hda_verb[]) {
1256 .v.verbs = (const struct hda_verb[]) {
1265 .v.verbs = (const struct hda_verb[]) {
1739 .v.verbs = (const struct hda_verb[]) {
1757 .v.verbs = (const struct hda_verb[]) {
2230 .v.verbs = (const struct hda_verb[]) {
2238 .v.verbs = (const struct hda_verb[]) {
2247 .v.verbs = (const struct hda_verb[]) {
2256 .v.verbs = (const struct hda_verb[]) {
2265 .v.verbs = (const struct hda_verb[]) {
[all …]
Dpatch_sigmatel.c984 static const struct hda_verb stac9200_eapd_init[] = {
991 static const struct hda_verb dell_eq_core_init[] = {
998 static const struct hda_verb stac92hd73xx_core_init[] = {
1004 static const struct hda_verb stac92hd83xxx_core_init[] = {
1010 static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1017 static const struct hda_verb stac92hd71bxx_core_init[] = {
1028 static const struct hda_verb stac925x_core_init[] = {
1036 static const struct hda_verb stac922x_core_init[] = {
1042 static const struct hda_verb d965_core_init[] = {
1050 static const struct hda_verb dell_3st_core_init[] = {
[all …]
Dpatch_cs8409-tables.c61 const struct hda_verb cs8409_cs42l42_init_verbs[] = {
265 const struct hda_verb dolphin_init_verbs[] = {
Dhda_sysfs.c221 const struct hda_verb *v; in init_verbs_show()
235 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_auto_parser.c781 const struct hda_verb *list) in snd_hda_add_verbs()
783 const struct hda_verb **v; in snd_hda_add_verbs()
798 const struct hda_verb **v; in snd_hda_apply_verbs()
Dideapad_s740_helper.c4 static const struct hda_verb alc285_ideapad_s740_coefs[] = {
Dhda_local.h289 const struct hda_verb *verbs;
347 int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);
Dpatch_ca0132.c1065 const struct hda_verb *base_init_verbs;
1066 const struct hda_verb *base_exit_verbs;
1067 const struct hda_verb *chip_init_verbs;
1068 const struct hda_verb *desktop_init_verbs;
1069 struct hda_verb *spec_init_verbs;
8705 static const struct hda_verb ca0132_base_init_verbs[] = {
8712 static const struct hda_verb ca0132_base_exit_verbs[] = {
8722 static const struct hda_verb ca0132_init_verbs0[] = {
8755 static const struct hda_verb ca0132_init_verbs1[] = {
9927 sizeof(struct hda_verb), in ca0132_prepare_verbs()
Dpatch_analog.c1025 static const struct hda_verb ad1884_dmic_init_verbs[] = {
Dpatch_conexant.c794 .v.verbs = (const struct hda_verb[]) {
Dhda_codec.c79 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
958 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_new()
Dpatch_hdmi.c3163 static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
3171 static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
/Linux-v5.15/include/sound/
Dhda_codec.h361 struct hda_verb { struct
368 const struct hda_verb *seq); argument