Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dsfnt_info.h69 #define SNDRV_SFNT_PATCH_NAME_LEN 32 macro
80 char name[SNDRV_SFNT_PATCH_NAME_LEN];
/linux-4.4.14/include/sound/
Dsoundfont.h62 unsigned char name[SNDRV_SFNT_PATCH_NAME_LEN]; /* identifier */
/linux-4.4.14/sound/synth/emux/
Dsoundfont.c298 memcpy(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN); in newsf()
310 memcmp(sf->name, name, SNDRV_SFNT_PATCH_NAME_LEN) == 0)); in is_identical_font()