Searched refs:verbs (Results 1 – 9 of 9) sorted by relevance
/sound/pci/hda/ |
D | patch_realtek.c | 1281 .v.verbs = (const struct hda_verb[]) { 1319 .v.verbs = (const struct hda_verb[]) { 1328 .v.verbs = (const struct hda_verb[]) { 1802 .v.verbs = (const struct hda_verb[]) { 1820 .v.verbs = (const struct hda_verb[]) { 2320 .v.verbs = (const struct hda_verb[]) { 2328 .v.verbs = (const struct hda_verb[]) { 2337 .v.verbs = (const struct hda_verb[]) { 2346 .v.verbs = (const struct hda_verb[]) { 2355 .v.verbs = (const struct hda_verb[]) { [all …]
|
D | hda_auto_parser.c | 784 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()
|
D | patch_analog.c | 1059 .v.verbs = ad1884_dmic_init_verbs, 1069 .v.verbs = ad1884_dmic_init_verbs,
|
D | patch_sigmatel.c | 1439 .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[]) {
|
D | hda_local.h | 297 const struct hda_verb *verbs; member
|
D | Kconfig | 60 codec setup, add extra verbs, and re-configure the codec dynamically.
|
D | patch_cirrus.c | 554 .v.verbs = (const struct hda_verb[]) {
|
D | patch_conexant.c | 808 .v.verbs = (const struct hda_verb[]) {
|
D | hda_codec.c | 786 snd_array_free(&codec->verbs); in snd_hda_codec_cleanup_for_unbind() 957 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_new()
|