Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/sound/
Dsfnt_info.h70 #define SNDRV_SFNT_PATCH_NAME_LEN 32 macro
81 char name[SNDRV_SFNT_PATCH_NAME_LEN];
/Linux-v5.10/include/sound/
Dsoundfont.h49 unsigned char name[SNDRV_SFNT_PATCH_NAME_LEN]; /* identifier */
/Linux-v5.10/sound/synth/emux/
Dsoundfont.c285 memcpy(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN); in newsf()
297 memcmp(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN) == 0)); in is_identical_font()