Home
last modified time | relevance | path

Searched refs:snd_info_check_reserved_words (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/sound/
Dinfo.h154 int snd_info_check_reserved_words(const char *str);
192 static inline int snd_info_check_reserved_words(const char *str) { return 1; } in snd_info_check_reserved_words() function
/linux-6.1.9/sound/core/
Dinfo.c20 int snd_info_check_reserved_words(const char *str) in snd_info_check_reserved_words() function
Dinit.c685 if (!snd_info_check_reserved_words(id)) in card_id_ok()