Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 4 of 4) sorted by relevance

/sound/pci/hda/
Dhda_auto_parser.c647 const char *pfx = check_output_pfx(codec, nid); in get_hp_label_index() local
653 if (pfx == check_output_pfx(codec, pins[j])) in get_hp_label_index()
666 const char *pfx, *sfx = ""; in fill_audio_out_name() local
671 pfx = check_output_pfx(codec, nid); in fill_audio_out_name()
689 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
Dhda_generic.c387 const char *pfx, struct nid_path *path) in print_nid_path() argument
399 codec_dbg(codec, "%s path: depth=%d '%s'\n", pfx, path->depth, buf); in print_nid_path()
1011 const char *pfx, const char *dir, in add_control_with_pfx() argument
1015 snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx); in add_control_with_pfx()
1021 #define add_pb_vol_ctrl(spec, type, pfx, val) \ argument
1022 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", 0, val)
1023 #define add_pb_sw_ctrl(spec, type, pfx, val) \ argument
1024 add_control_with_pfx(spec, type, pfx, "Playback", "Switch", 0, val)
1025 #define __add_pb_vol_ctrl(spec, type, pfx, cidx, val) \ argument
1026 add_control_with_pfx(spec, type, pfx, "Playback", "Volume", cidx, val)
[all …]
Dpatch_ca0132.c3918 const char *pfx, int dir) in add_fx_switch() argument
3924 sprintf(namestr, "%s %s Switch", pfx, dirstr[dir]); in add_fx_switch()
/sound/pci/ac97/
Dac97_codec.c1296 static int snd_ac97_cmix_new_stereo(struct snd_card *card, const char *pfx, in snd_ac97_cmix_new_stereo() argument
1308 sprintf(name, "%s Switch", pfx); in snd_ac97_cmix_new_stereo()
1316 sprintf(name, "%s Volume", pfx); in snd_ac97_cmix_new_stereo()
1323 #define snd_ac97_cmix_new(card, pfx, reg, acheck, ac97) \ argument
1324 snd_ac97_cmix_new_stereo(card, pfx, reg, 0, acheck, ac97)