Searched refs:sfx (Results 1 – 3 of 3) sorted by relevance
/sound/pci/hda/ |
D | hda_auto_parser.c | 659 const char *pfx, *sfx = ""; in fill_audio_out_name() local 668 sfx = check_output_sfx(nid, cfg->line_out_pins, cfg->line_outs, in fill_audio_out_name() 670 if (!sfx) in fill_audio_out_name() 671 sfx = check_output_sfx(nid, cfg->speaker_pins, cfg->speaker_outs, in fill_audio_out_name() 673 if (!sfx) { in fill_audio_out_name() 679 sfx = ""; in fill_audio_out_name() 682 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
|
D | hda_generic.c | 998 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx() argument 1001 snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx); in add_control_with_pfx() 3624 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() local 3633 "%s Capture %s", label, sfx); in add_single_cap_ctl() 3636 "Capture %s", sfx); in add_single_cap_ctl() 3652 "Inverted %s Capture %s", label, sfx); in add_single_cap_ctl() 3655 "Inverted Capture %s", sfx); in add_single_cap_ctl() 5630 static void fill_pcm_stream_name(char *str, size_t len, const char *sfx, in fill_pcm_stream_name() argument 5646 strlcat(str, sfx, len); in fill_pcm_stream_name()
|
D | patch_ca0132.c | 5779 char *sfx = "dB"; in ca0132_alt_mic_boost_info() local 5787 sprintf(namestr, "%d %s", (uinfo->value.enumerated.item * 10), sfx); in ca0132_alt_mic_boost_info() 5831 char *sfx = " Ohms)"; in ae5_headphone_gain_info() local 5841 sfx); in ae5_headphone_gain_info()
|