Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dcs46xx.c916 unsigned int tmp, Count, playFormat; in cs_play_setup() local
924 playFormat=cs461x_peek(card, BA1_PFIE); in cs_play_setup()
926 playFormat &= ~DMA_RQ_C2_AC_MONO_TO_STEREO; in cs_play_setup()
930 playFormat |= DMA_RQ_C2_AC_MONO_TO_STEREO; in cs_play_setup()
933 playFormat &= ~(DMA_RQ_C2_AC_8_TO_16_BIT in cs_play_setup()
938 playFormat |= (DMA_RQ_C2_AC_8_TO_16_BIT in cs_play_setup()
941 cs461x_poke(card, BA1_PFIE, playFormat); in cs_play_setup()