Home
last modified time | relevance | path

Searched refs:SNDRV_GF1_MEM_BLOCK_16BIT (Results 1 – 2 of 2) sorted by relevance

/linux/sound/isa/gus/
H A Dgus_mem.c140 block->flags = w_16 ? SNDRV_GF1_MEM_BLOCK_16BIT : 0; in snd_gf1_mem_find()
308 block->flags & SNDRV_GF1_MEM_BLOCK_16BIT ? " 16-bit" : ""); in snd_gf1_mem_info_read()
/linux/include/sound/
H A Dgus.h142 #define SNDRV_GF1_MEM_BLOCK_16BIT 0x0001 macro