Searched refs:prop_dac (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dswarm_cs4297a.c291 } prop_dac, prop_adc; member in struct:cs4297a_state
1093 (unsigned)(s->prop_dac.fmt &
1782 int swap = (s->prop_dac.fmt == AFMT_S16_LE) || (s->prop_dac.fmt == AFMT_U16_LE);
2027 s->prop_dac.channels = val ? 2 : 1;
2050 s->prop_dac.channels = 2;
2052 s->prop_dac.channels = 1;
2057 val = s->prop_dac.channels;
2095 s->prop_dac.fmt = val;
2096 s->prop_dac
[all...]

Completed in 74 milliseconds