Home
last modified time | relevance | path

Searched refs:sfx (Results 1 – 2 of 2) sorted by relevance

/sound/pci/hda/
Dhda_auto_parser.c623 const char *pfx, *sfx = ""; in fill_audio_out_name() local
632 sfx = check_output_sfx(nid, cfg->line_out_pins, cfg->line_outs, in fill_audio_out_name()
634 if (!sfx) in fill_audio_out_name()
635 sfx = check_output_sfx(nid, cfg->speaker_pins, cfg->speaker_outs, in fill_audio_out_name()
637 if (!sfx) { in fill_audio_out_name()
643 sfx = ""; in fill_audio_out_name()
646 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
Dhda_generic.c841 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx() argument
844 snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx); in add_control_with_pfx()
3290 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() local
3299 "%s Capture %s", label, sfx); in add_single_cap_ctl()
3302 "Capture %s", sfx); in add_single_cap_ctl()
3315 "Inverted %s Capture %s", label, sfx); in add_single_cap_ctl()
3318 "Inverted Capture %s", sfx); in add_single_cap_ctl()
4793 static void fill_pcm_stream_name(char *str, size_t len, const char *sfx, in fill_pcm_stream_name() argument
4809 strlcat(str, sfx, len); in fill_pcm_stream_name()