Home
last modified time | relevance | path

Searched refs:verbs (Results 1 – 9 of 9) sorted by relevance

/sound/pci/hda/
Dpatch_realtek.c1267 .v.verbs = (const struct hda_verb[]) {
1305 .v.verbs = (const struct hda_verb[]) {
1314 .v.verbs = (const struct hda_verb[]) {
1788 .v.verbs = (const struct hda_verb[]) {
1806 .v.verbs = (const struct hda_verb[]) {
2306 .v.verbs = (const struct hda_verb[]) {
2314 .v.verbs = (const struct hda_verb[]) {
2323 .v.verbs = (const struct hda_verb[]) {
2332 .v.verbs = (const struct hda_verb[]) {
2341 .v.verbs = (const struct hda_verb[]) {
[all …]
Dhda_auto_parser.c784 v = snd_array_new(&codec->verbs); in snd_hda_add_verbs()
801 snd_array_for_each(&codec->verbs, i, v) in snd_hda_apply_verbs()
847 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in __snd_hda_apply_fixup()
851 snd_hda_add_verbs(codec, fix->v.verbs); in __snd_hda_apply_fixup()
Dpatch_analog.c1052 .v.verbs = ad1884_dmic_init_verbs,
1062 .v.verbs = ad1884_dmic_init_verbs,
Dpatch_sigmatel.c1439 .v.verbs = (const struct hda_verb[]) {
2717 .v.verbs = hp_bnb13_eq_verbs,
3901 .v.verbs = d965_core_init,
4251 .v.verbs = (const struct hda_verb[]) {
DKconfig60 codec setup, add extra verbs, and re-configure the codec dynamically.
Dhda_local.h290 const struct hda_verb *verbs; member
Dpatch_cirrus.c555 .v.verbs = (const struct hda_verb[]) {
Dpatch_conexant.c917 .v.verbs = (const struct hda_verb[]) {
Dhda_codec.c793 snd_array_free(&codec->verbs); in snd_hda_codec_cleanup_for_unbind()
965 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_new()