Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/sound/
Dsfnt_info.h55 #define SNDRV_SFNT_PATCH_NAME_LEN 32 macro
66 char name[SNDRV_SFNT_PATCH_NAME_LEN];
/linux-6.12.1/include/sound/
Dsoundfont.h49 unsigned char name[SNDRV_SFNT_PATCH_NAME_LEN]; /* identifier */
/linux-6.12.1/sound/synth/emux/
Dsoundfont.c287 memcpy(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN); in newsf()
299 memcmp(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN) == 0)); in is_identical_font()