Searched refs:check (Results 1 – 9 of 9) sorted by relevance
/sound/firewire/ |
D | cmp.c | 75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify() 101 if (check) { in pcr_modify() 102 err = check(c, buffer[0]); in pcr_modify()
|
/sound/soc/codecs/ |
D | wm8958-dsp2.c | 42 const struct firmware *fw, bool check) in wm8958_dsp2_fw() argument 88 if (check) { in wm8958_dsp2_fw() 121 if (!check) in wm8958_dsp2_fw() 144 if (check) in wm8958_dsp2_fw() 168 if (!check) { in wm8958_dsp2_fw() 180 if (!check) { in wm8958_dsp2_fw()
|
/sound/pci/hda/ |
D | hda_codec.c | 3422 struct hda_loopback_check *check, in snd_hda_check_amp_list_power() argument 3428 if (!check->amplist) in snd_hda_check_amp_list_power() 3430 for (p = check->amplist; p->nid; p++) { in snd_hda_check_amp_list_power() 3437 for (p = check->amplist; p->nid; p++) { in snd_hda_check_amp_list_power() 3442 if (!check->power_on) { in snd_hda_check_amp_list_power() 3443 check->power_on = 1; in snd_hda_check_amp_list_power() 3450 if (check->power_on) { in snd_hda_check_amp_list_power() 3451 check->power_on = 0; in snd_hda_check_amp_list_power()
|
D | hda_local.h | 608 struct hda_loopback_check *check,
|
/sound/usb/usx2y/ |
D | usb_stream.c | 30 goto check; in playback_prep_freqn() 39 check: in playback_prep_freqn()
|
/sound/core/ |
D | init.c | 98 static int get_slot_from_bitmask(int mask, int (*check)(struct module *, int), in get_slot_from_bitmask() 107 if (check(module, slot)) in get_slot_from_bitmask()
|
D | Kconfig | 197 from the driver are in the proper ranges or the check of the invalid
|
/sound/drivers/ |
D | aloop.c | 325 int check; in loopback_check_format() local 336 check = runtime->format != cruntime->format || in loopback_check_format() 339 if (!check) in loopback_check_format()
|
/sound/usb/ |
D | mixer.c | 1273 int saved, test, check; in get_min_max_with_quirks() local 1284 get_cur_mix_raw(cval, minchn, &check)) { in get_min_max_with_quirks() 1288 if (test == check) in get_min_max_with_quirks()
|