Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dpatch_cmedia.c44 const struct hda_verb *chip_d0_verbs;
45 const struct hda_verb *chip_d3_verbs;
46 const struct hda_verb *chip_hp_present_verbs;
47 const struct hda_verb *chip_hp_remove_verbs;
53 static const struct hda_verb cm9825_std_d3_verbs[] = {
68 static const struct hda_verb cm9825_std_d0_verbs[] = {
96 static const struct hda_verb cm9825_hp_present_verbs[] = {
107 static const struct hda_verb cm9825_hp_remove_verbs[] = {
H A Dpatch_cs8409.h362 extern const struct hda_verb cs8409_cs42l42_init_verbs[];
367 extern const struct hda_verb dolphin_init_verbs[];
H A Dpatch_realtek.c1290 .v.verbs = (const struct hda_verb[]) {
1328 .v.verbs = (const struct hda_verb[]) {
1337 .v.verbs = (const struct hda_verb[]) {
1811 .v.verbs = (const struct hda_verb[]) {
1829 .v.verbs = (const struct hda_verb[]) {
2329 .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[]) {
2364 .v.verbs = (const struct hda_verb[]) {
[all …]
H A Dhda_sysfs.c219 const struct hda_verb *v; in init_verbs_show()
232 struct hda_verb *v; in parse_init_verbs()
771 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 Dideapad_s740_helper.c4 static const struct hda_verb alc285_ideapad_s740_coefs[] = {
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;
8717 static const struct hda_verb ca0132_base_init_verbs[] = {
8724 static const struct hda_verb ca0132_base_exit_verbs[] = {
8734 static const struct hda_verb ca0132_init_verbs0[] = {
8767 static const struct hda_verb ca0132_init_verbs1[] = {
9935 sizeof(struct hda_verb), in ca0132_prepare_verbs()
H A Dpatch_conexant.c918 .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()
939 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8); in snd_hda_codec_device_init()
H A Dpatch_hdmi.c3308 static const struct hda_verb nvhdmi_basic_init_7x_2ch[] = {
3316 static const struct hda_verb nvhdmi_basic_init_7x_8ch[] = {
/linux/include/sound/
H A Dhda_codec.h365 struct hda_verb { struct
372 const struct hda_verb *seq); argument