Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c729 } else if (devc->feature_mask & SB_51) { in emu10k_reset_play()
1149 } else if (devc->feature_mask & SB_51) { in emu10k_hwinit()
1723 if (devc->feature_mask & (SB_51 | SB_71)) { in emu10k_create_controls()
1744 if ((devc->feature_mask & SB_51) && in emu10k_create_controls()
1889 SB_LIVE | SB_51 | SB_NOEXP },
1897 { 0x2, 0x8061, "SB0060", "Live! 5.1", SB_LIVE | SB_51 },
1898 { 0x2, 0x8064, "SB0100", "Live! 5.1", SB_LIVE | SB_51 },
1899 { 0x2, 0x8065, "SB0220", "Live! 5.1", SB_LIVE | SB_51 },
1900 { 0x2, 0x8066, "SB0228", "Live! 5.1", SB_LIVE | SB_51 },
1901 { 0x4, 0x0051, "SB0090", "Audigy", SB_AUDIGY | SB_51 },
[all …]
H A Daudioemu10k.h298 #define SB_51 0x10 macro