D | hda_generic.c | 387 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 …]
|