Lines Matching defs:quirk_flags
76 static char *quirk_flags[SNDRV_CARDS];
111 /* protects quirk_flags */
129 module_param_array(quirk_flags, quirkp, NULL, 0644);
130 MODULE_PARM_DESC(quirk_flags, "Add/modify USB audio quirks");
721 if (quirk_flags[idx] &&
722 !kstrtou32(quirk_flags[idx], 0, &chip->quirk_flags)) {
723 snd_usb_apply_flag_dbg("module param", chip, chip->quirk_flags);
731 for (i = 0; i < ARRAY_SIZE(quirk_flags); i++) {
732 if (!quirk_flags[i] || !*quirk_flags[i])
735 snd_usb_init_quirk_flags_parse_string(chip, quirk_flags[i]);
1007 chip->quirk_flags |= QUIRK_FLAG_IGNORE_CTL_ERROR;
1009 if (chip->quirk_flags & QUIRK_FLAG_DISABLE_AUTOSUSPEND)
1049 if (chip->quirk_flags & QUIRK_FLAG_SHARE_MEDIA_DEVICE) {
1138 if (chip->quirk_flags & QUIRK_FLAG_DISABLE_AUTOSUSPEND)