Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dsb16_csp.h27 #define SNDRV_SB_CSP_MONO 0x01 macro
/linux/sound/isa/sb/
H A Dsb16_csp.c765 p->acc_channels = SNDRV_SB_CSP_MONO | SNDRV_SB_CSP_STEREO; in snd_sb_csp_autoload()
813 if (channels == SNDRV_SB_CSP_MONO) in snd_sb_csp_start()
1135 ((p->acc_channels & SNDRV_SB_CSP_MONO) ? "mono" : "-"), in info_read()
1147 ((p->run_channels & SNDRV_SB_CSP_MONO) ? "mono" : "stereo")); in info_read()