Home
last modified time | relevance | path

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

/sound/pci/hda/
Dpatch_via.c97 const struct hda_verb *init_verbs[5];
498 static const struct hda_verb vt1708_init_verbs[] = {
754 static const struct hda_verb vt1708S_init_verbs[] = {
809 static const struct hda_verb vt1702_init_verbs[] = {
850 static const struct hda_verb vt1718S_init_verbs[] = {
980 static const struct hda_verb vt1716S_init_verbs[] = {
1021 static const struct hda_verb vt2002P_init_verbs[] = {
1033 static const struct hda_verb vt1802_init_verbs[] = {
1128 static const struct hda_verb vt1812_init_verbs[] = {
1166 static const struct hda_verb vt3476_init_verbs[] = {
Dpatch_realtek.c226 static const struct hda_verb alc_gpio1_init_verbs[] = {
233 static const struct hda_verb alc_gpio2_init_verbs[] = {
240 static const struct hda_verb alc_gpio3_init_verbs[] = {
1114 .v.verbs = (const struct hda_verb[]) {
1152 .v.verbs = (const struct hda_verb[]) {
1161 .v.verbs = (const struct hda_verb[]) {
1632 .v.verbs = (const struct hda_verb[]) {
1650 .v.verbs = (const struct hda_verb[]) {
2036 .v.verbs = (const struct hda_verb[]) {
2044 .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[] = {
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.c1011 static const struct hda_verb stac9200_core_init[] = {
1017 static const struct hda_verb stac9200_eapd_init[] = {
1024 static const struct hda_verb dell_eq_core_init[] = {
1031 static const struct hda_verb stac92hd73xx_core_init[] = {
1037 static const struct hda_verb stac92hd83xxx_core_init[] = {
1043 static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1050 static const struct hda_verb stac92hd71bxx_core_init[] = {
1061 static const struct hda_verb stac925x_core_init[] = {
1069 static const struct hda_verb stac922x_core_init[] = {
1075 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()
777 snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32); in snd_hda_sysfs_init()
Dhda_codec.h356 struct hda_verb { struct
363 const struct hda_verb *seq); argument
Dhda_auto_parser.c784 const struct hda_verb *list) in snd_hda_add_verbs()
786 const struct hda_verb **v; in snd_hda_add_verbs()
803 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.c706 const struct hda_verb *base_init_verbs;
707 const struct hda_verb *base_exit_verbs;
708 const struct hda_verb *chip_init_verbs;
709 struct hda_verb *spec_init_verbs;
4472 static struct hda_verb ca0132_base_init_verbs[] = {
4479 static struct hda_verb ca0132_base_exit_verbs[] = {
4488 static struct hda_verb ca0132_init_verbs0[] = {
4718 spec->spec_init_verbs = kzalloc(sizeof(struct hda_verb) * NUM_SPEC_VERBS, GFP_KERNEL); in ca0132_prepare_verbs()
Dpatch_analog.c1041 static const struct hda_verb ad1884_dmic_init_verbs[] = {
Dpatch_conexant.c733 .v.verbs = (const struct hda_verb[]) {
Dpatch_hdmi.c2541 static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
2549 static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
Dhda_codec.c101 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
847 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_new()