Symbol: snd_hda_add_verbs
sound/hda/codecs/cirrus/cs8409.c
1123
snd_hda_add_verbs(codec, cs8409_cs42l42_init_verbs);
sound/hda/codecs/cirrus/cs8409.c
1370
snd_hda_add_verbs(codec, cs8409_cdb35l56_four_init_verbs);
sound/hda/codecs/cirrus/cs8409.c
1512
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
1819
snd_hda_add_verbs(codec, dell_eq_core_init);
sound/hda/codecs/sigmatel.c
2129
snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init);
sound/hda/codecs/sigmatel.c
3859
snd_hda_add_verbs(codec, dell_3st_core_init);
sound/hda/codecs/sigmatel.c
3869
snd_hda_add_verbs(codec, stac927x_volknob_core_init);
sound/hda/codecs/sigmatel.c
4480
snd_hda_add_verbs(codec, stac9200_eapd_init);
sound/hda/codecs/sigmatel.c
4504
snd_hda_add_verbs(codec, stac925x_core_init);
sound/hda/codecs/sigmatel.c
4576
snd_hda_add_verbs(codec, stac92hd73xx_core_init);
sound/hda/codecs/sigmatel.c
4639
snd_hda_add_verbs(codec, stac92hd83xxx_core_init);
sound/hda/codecs/sigmatel.c
4741
snd_hda_add_verbs(codec, stac92hd71bxx_core_init);
sound/hda/codecs/sigmatel.c
4785
snd_hda_add_verbs(codec, stac922x_core_init);
sound/hda/codecs/sigmatel.c
4839
snd_hda_add_verbs(codec, stac927x_core_init);
sound/hda/codecs/sigmatel.c
4876
snd_hda_add_verbs(codec, stac9205_core_init);
sound/hda/codecs/sigmatel.c
4954
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
374
int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);