Home
last modified time | relevance | path

Searched refs:hda_verb (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dpatch_via.c433 static const struct hda_verb vt1708_init_verbs[] = {
696 static const struct hda_verb vt1708S_init_verbs[] = {
755 static const struct hda_verb vt1702_init_verbs[] = {
800 static const struct hda_verb vt1718S_init_verbs[] = {
930 static const struct hda_verb vt1716S_init_verbs[] = {
979 static const struct hda_verb vt2002P_init_verbs[] = {
991 static const struct hda_verb vt1802_init_verbs[] = {
1090 static const struct hda_verb vt1812_init_verbs[] = {
1132 static const struct hda_verb vt3476_init_verbs[] = {
Dpatch_cirrus.c202 static const struct hda_verb cs_coef_init_verbs[] = {
221 static const struct hda_verb cs4208_coef_init_verbs[] = {
249 static const struct hda_verb cs_errata_init_verbs[] = {
553 .v.verbs = (const struct hda_verb[]) {
873 static const struct hda_verb cs421x_coef_init_verbs[] = {
910 static const struct hda_verb cs421x_coef_init_verbs_A1_silicon_fixes[] = {
Dpatch_sigmatel.c978 static const struct hda_verb stac9200_eapd_init[] = {
985 static const struct hda_verb dell_eq_core_init[] = {
992 static const struct hda_verb stac92hd73xx_core_init[] = {
998 static const struct hda_verb stac92hd83xxx_core_init[] = {
1004 static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1011 static const struct hda_verb stac92hd71bxx_core_init[] = {
1022 static const struct hda_verb stac925x_core_init[] = {
1030 static const struct hda_verb stac922x_core_init[] = {
1036 static const struct hda_verb d965_core_init[] = {
1044 static const struct hda_verb dell_3st_core_init[] = {
[all …]
Dpatch_realtek.c1195 .v.verbs = (const struct hda_verb[]) {
1233 .v.verbs = (const struct hda_verb[]) {
1242 .v.verbs = (const struct hda_verb[]) {
1716 .v.verbs = (const struct hda_verb[]) {
1734 .v.verbs = (const struct hda_verb[]) {
2179 .v.verbs = (const struct hda_verb[]) {
2187 .v.verbs = (const struct hda_verb[]) {
2196 .v.verbs = (const struct hda_verb[]) {
2205 .v.verbs = (const struct hda_verb[]) {
2257 .v.verbs = (const struct hda_verb[]) {
[all …]
Dhda_sysfs.c221 const struct hda_verb *v; in init_verbs_show()
235 struct hda_verb *v; in parse_init_verbs()
778 snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32); in snd_hda_sysfs_init()
Dhda_auto_parser.c775 const struct hda_verb *list) in snd_hda_add_verbs()
777 const struct hda_verb **v; in snd_hda_add_verbs()
792 const struct hda_verb **v; in snd_hda_apply_verbs()
Dhda_local.h295 const struct hda_verb *verbs;
353 int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);
Dpatch_conexant.c656 static const struct hda_verb gpio_init[] = { in cxt_fixup_mute_led_gpio()
759 .v.verbs = (const struct hda_verb[]) {
Dpatch_ca0132.c959 const struct hda_verb *base_init_verbs;
960 const struct hda_verb *base_exit_verbs;
961 const struct hda_verb *chip_init_verbs;
962 const struct hda_verb *desktop_init_verbs;
963 struct hda_verb *spec_init_verbs;
7643 static struct hda_verb ca0132_base_init_verbs[] = {
7650 static struct hda_verb ca0132_base_exit_verbs[] = {
7660 static struct hda_verb ca0132_init_verbs0[] = {
7693 static struct hda_verb ca0132_init_verbs1[] = {
8682 sizeof(struct hda_verb), in ca0132_prepare_verbs()
Dpatch_analog.c1028 static const struct hda_verb ad1884_dmic_init_verbs[] = {
Dhda_codec.c79 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
945 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_new()
Dpatch_hdmi.c3002 static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
3010 static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
/Linux-v5.4/include/sound/
Dhda_codec.h356 struct hda_verb { struct
363 const struct hda_verb *seq); argument