Searched refs:sfx (Results 1 – 4 of 4) sorted by relevance
| /sound/hda/common/ |
| A D | auto_parser.c | 665 const char *pfx, *sfx = ""; in fill_audio_out_name() local 674 sfx = check_output_sfx(nid, cfg->line_out_pins, cfg->line_outs, in fill_audio_out_name() 676 if (!sfx) in fill_audio_out_name() 677 sfx = check_output_sfx(nid, cfg->speaker_pins, cfg->speaker_outs, in fill_audio_out_name() 679 if (!sfx) { in fill_audio_out_name() 685 sfx = ""; in fill_audio_out_name() 688 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx); in fill_audio_out_name()
|
| /sound/pci/emu10k1/ |
| A D | emumixer.c | 78 #define PAIR_PS(base, one, two, sfx) base " " one sfx, base " " two sfx argument 79 #define LR_PS(base, sfx) PAIR_PS(base, "Left", "Right", sfx) argument 81 #define ADAT_PS(pfx, sfx) \ argument 82 pfx "ADAT 0" sfx, pfx "ADAT 1" sfx, pfx "ADAT 2" sfx, pfx "ADAT 3" sfx, \ 83 pfx "ADAT 4" sfx, pfx "ADAT 5" sfx, pfx "ADAT 6" sfx, pfx "ADAT 7" sfx
|
| /sound/hda/codecs/ |
| A D | generic.c | 998 const char *sfx, int cidx, unsigned long val) in add_control_with_pfx() argument 1003 len = snprintf(name, sizeof(name), "%s %s %s", pfx, dir, sfx); in add_control_with_pfx() 3628 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() local 3637 "%s Capture %s", label, sfx); in add_single_cap_ctl() 3640 "Capture %s", sfx); in add_single_cap_ctl() 3656 "Inverted %s Capture %s", label, sfx); in add_single_cap_ctl() 3659 "Inverted Capture %s", sfx); in add_single_cap_ctl() 5694 static void fill_pcm_stream_name(char *str, size_t len, const char *sfx, in fill_pcm_stream_name() argument 5710 strlcat(str, sfx, len); in fill_pcm_stream_name()
|
| A D | ca0132.c | 5793 const char *sfx = "dB"; in ca0132_alt_mic_boost_info() local 5801 sprintf(namestr, "%d %s", (uinfo->value.enumerated.item * 10), sfx); in ca0132_alt_mic_boost_info() 5845 const char *sfx = " Ohms)"; in ae5_headphone_gain_info() local 5855 sfx); in ae5_headphone_gain_info()
|
Completed in 44 milliseconds