Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/sound/
A Dsfnt_info.h55 #define SNDRV_SFNT_PATCH_NAME_LEN 32 macro
66 char name[SNDRV_SFNT_PATCH_NAME_LEN];
/linux-6.3-rc2/include/sound/
A Dsoundfont.h49 unsigned char name[SNDRV_SFNT_PATCH_NAME_LEN]; /* identifier */
/linux-6.3-rc2/sound/synth/emux/
A 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()

Completed in 6 milliseconds