Searched defs:swap (Results 1 - 3 of 3) sorted by relevance

/sound/oss/
H A Dswarm_cs4297a.c1798 int swap = (s->prop_dac.fmt == AFMT_S16_LE) || (s->prop_dac.fmt == AFMT_U16_LE); local
1845 if (swap) {
/sound/pci/ac97/
H A Dac97_patch.c2373 unsigned char swap = ucontrol->value.integer.value[0] != 0; local
2375 if (swap != ac97->spec.ad18xx.swap_mic_linein) {
2376 ac97->spec.ad18xx.swap_mic_linein = swap;
/sound/pci/hda/
H A Dpatch_realtek.c295 unsigned int swap:1; member in struct:alc_customize_define
1226 /* stream is running, let's swap the current ADC */
1750 spec->cdefine.swap = (ass & 0x2) >> 1;
1762 snd_printd("SKU: swap=0x%x\n", spec->cdefine.swap);

Completed in 1890 milliseconds