Home
last modified time | relevance | path

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

/sound/pci/hda/
Dpatch_realtek.c1281 .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 …]
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.c1059 .v.verbs = ad1884_dmic_init_verbs,
1069 .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[]) {
Dhda_local.h297 const struct hda_verb *verbs; member
DKconfig60 codec setup, add extra verbs, and re-configure the codec dynamically.
Dpatch_cirrus.c554 .v.verbs = (const struct hda_verb[]) {
Dpatch_conexant.c808 .v.verbs = (const struct hda_verb[]) {
Dhda_codec.c786 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()