Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Dhda_codec.c76 static inline uint hda_verb(uint nid, uint verb, uint param) in hda_verb() function
332 ret = exec_verb(regs, hda_verb(nid, HDA_VERB_GET_PARAMS, in get_subnode_info()
371 hda_verb(current_nid, HDA_VERB_GET_PARAMS, in find_beep_node_in_group()
402 ret = exec_verb(regs, hda_verb(nid, HDA_VERB_GET_PARAMS, in audio_group_has_beep_node()
466 hda_verb(priv->beep_nid, HDA_VERB_SET_BEEP, divider), in set_beep_divisor()
/openbmc/linux/sound/pci/hda/
H A Dpatch_via.c434 static const struct hda_verb vt1708_init_verbs[] = {
695 static const struct hda_verb vt1708S_init_verbs[] = {
754 static const struct hda_verb vt1702_init_verbs[] = {
799 static const struct hda_verb vt1718S_init_verbs[] = {
932 static const struct hda_verb vt1716S_init_verbs[] = {
981 static const struct hda_verb vt2002P_init_verbs[] = {
993 static const struct hda_verb vt1802_init_verbs[] = {
1106 static const struct hda_verb vt1812_init_verbs[] = {
1148 static const struct hda_verb vt3476_init_verbs[] = {
H A Dpatch_cirrus.c206 static const struct hda_verb cs_coef_init_verbs[] = {
225 static const struct hda_verb cs4208_coef_init_verbs[] = {
253 static const struct hda_verb cs_errata_init_verbs[] = {
555 .v.verbs = (const struct hda_verb[]) {
877 static const struct hda_verb cs421x_coef_init_verbs[] = {
914 static const struct hda_verb cs421x_coef_init_verbs_A1_silicon_fixes[] = {
H A Dpatch_cs8409.h361 extern const struct hda_verb cs8409_cs42l42_init_verbs[];
366 extern const struct hda_verb dolphin_init_verbs[];
H A Dpatch_realtek.c1275 .v.verbs = (const struct hda_verb[]) {
1313 .v.verbs = (const struct hda_verb[]) {
1322 .v.verbs = (const struct hda_verb[]) {
1796 .v.verbs = (const struct hda_verb[]) {
1814 .v.verbs = (const struct hda_verb[]) {
2314 .v.verbs = (const struct hda_verb[]) {
2322 .v.verbs = (const struct hda_verb[]) {
2331 .v.verbs = (const struct hda_verb[]) {
2340 .v.verbs = (const struct hda_verb[]) {
2349 .v.verbs = (const struct hda_verb[]) {
[all …]
H A Dpatch_sigmatel.c985 static const struct hda_verb stac9200_eapd_init[] = {
992 static const struct hda_verb dell_eq_core_init[] = {
1029 static const struct hda_verb stac925x_core_init[] = {
1037 static const struct hda_verb stac922x_core_init[] = {
1043 static const struct hda_verb d965_core_init[] = {
1051 static const struct hda_verb dell_3st_core_init[] = {
1061 static const struct hda_verb stac927x_core_init[] = {
1077 static const struct hda_verb stac9205_core_init[] = {
1439 .v.verbs = (const struct hda_verb[]) {
2213 static const struct hda_verb hp_bnb13_eq_verbs[] = {
[all …]
H A Dhda_sysfs.c221 const struct hda_verb *v; in init_verbs_show()
234 struct hda_verb *v; in parse_init_verbs()
775 snd_array_init(&codec->init_verbs, sizeof(struct hda_verb), 32); in snd_hda_sysfs_init()
H A Dpatch_cs8409-tables.c61 const struct hda_verb cs8409_cs42l42_init_verbs[] = {
272 const struct hda_verb dolphin_init_verbs[] = {
H A Dhda_auto_parser.c777 const struct hda_verb *list) in snd_hda_add_verbs()
779 const struct hda_verb **v; in snd_hda_add_verbs()
794 const struct hda_verb **v; in snd_hda_apply_verbs()
H A Dideapad_s740_helper.c4 static const struct hda_verb alc285_ideapad_s740_coefs[] = {
H A Dhda_local.h288 const struct hda_verb *verbs;
346 int snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list);
H A Dpatch_ca0132.c1065 const struct hda_verb *base_init_verbs;
1066 const struct hda_verb *base_exit_verbs;
1067 const struct hda_verb *chip_init_verbs;
1068 const struct hda_verb *desktop_init_verbs;
1069 struct hda_verb *spec_init_verbs;
8706 static const struct hda_verb ca0132_base_init_verbs[] = {
8713 static const struct hda_verb ca0132_base_exit_verbs[] = {
8723 static const struct hda_verb ca0132_init_verbs0[] = {
8756 static const struct hda_verb ca0132_init_verbs1[] = {
9928 sizeof(struct hda_verb), in ca0132_prepare_verbs()
H A Dpatch_analog.c1025 static const struct hda_verb ad1884_dmic_init_verbs[] = {
H A Dpatch_conexant.c917 .v.verbs = (const struct hda_verb[]) {
H A Dhda_codec.c79 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
941 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_init()
H A Dpatch_hdmi.c3314 static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
3322 static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
/openbmc/linux/include/sound/
H A Dhda_codec.h368 struct hda_verb { struct
375 const struct hda_verb *seq); argument