Symbol: snd_hda_add_verbs
sound/hda/codecs/cirrus/cs8409.c
1118
snd_hda_add_verbs(codec, cs8409_cs42l42_init_verbs);
sound/hda/codecs/cirrus/cs8409.c
1365
snd_hda_add_verbs(codec, cs8409_cdb35l56_four_init_verbs);
sound/hda/codecs/cirrus/cs8409.c
1502
snd_hda_add_verbs(codec, dolphin_init_verbs);
sound/hda/codecs/helpers/ideapad_s740.c
489
snd_hda_add_verbs(codec, alc285_ideapad_s740_coefs);
sound/hda/codecs/realtek/alc268.c
138
snd_hda_add_verbs(codec, alc268_beep_init_verbs);
sound/hda/codecs/sigmatel.c
1811
snd_hda_add_verbs(codec, dell_eq_core_init);
sound/hda/codecs/sigmatel.c
2121
snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init);
sound/hda/codecs/sigmatel.c
3851
snd_hda_add_verbs(codec, dell_3st_core_init);
sound/hda/codecs/sigmatel.c
3861
snd_hda_add_verbs(codec, stac927x_volknob_core_init);
sound/hda/codecs/sigmatel.c
4472
snd_hda_add_verbs(codec, stac9200_eapd_init);
sound/hda/codecs/sigmatel.c
4496
snd_hda_add_verbs(codec, stac925x_core_init);
sound/hda/codecs/sigmatel.c
4568
snd_hda_add_verbs(codec, stac92hd73xx_core_init);
sound/hda/codecs/sigmatel.c
4631
snd_hda_add_verbs(codec, stac92hd83xxx_core_init);
sound/hda/codecs/sigmatel.c
4733
snd_hda_add_verbs(codec, stac92hd71bxx_core_init);
sound/hda/codecs/sigmatel.c
4777
snd_hda_add_verbs(codec, stac922x_core_init);
sound/hda/codecs/sigmatel.c
4831
snd_hda_add_verbs(codec, stac927x_core_init);
sound/hda/codecs/sigmatel.c
4868
snd_hda_add_verbs(codec, stac9205_core_init);
sound/hda/codecs/sigmatel.c
4946
snd_hda_add_verbs(codec, stac9872_core_init);
sound/hda/codecs/via.c
1000
err = snd_hda_add_verbs(codec, vt1812_init_verbs);
sound/hda/codecs/via.c
1028
err = snd_hda_add_verbs(codec, vt3476_init_verbs);
sound/hda/codecs/via.c
592
err = snd_hda_add_verbs(codec, vt1708_init_verbs);
sound/hda/codecs/via.c
671
err = snd_hda_add_verbs(codec, vt1708S_init_verbs);
sound/hda/codecs/via.c
702
err = snd_hda_add_verbs(codec, vt1702_init_verbs);
sound/hda/codecs/via.c
768
err = snd_hda_add_verbs(codec, vt1718S_init_verbs);
sound/hda/codecs/via.c
851
err = snd_hda_add_verbs(codec, vt1716S_init_verbs);
sound/hda/codecs/via.c
970
err = snd_hda_add_verbs(codec, vt1802_init_verbs);
sound/hda/codecs/via.c
972
err = snd_hda_add_verbs(codec, vt2002P_init_verbs);
sound/hda/common/auto_parser.c
792
EXPORT_SYMBOL_GPL(snd_hda_add_verbs);
sound/hda/common/auto_parser.c
853
snd_hda_add_verbs(codec, fix->v.verbs);
sound/hda/common/hda_local.h
375
int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);