Searched refs:RIGHT_CHN (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | sb_mixer.h | 73 #define RIGHT_CHN 1 macro
|
D | sb_mixer.c | 284 if ((*devc->iomap)[dev][RIGHT_CHN].regno != regoffs) /* in sb_common_mixer_set() 291 regoffs = (*devc->iomap)[dev][RIGHT_CHN].regno; in sb_common_mixer_set() 302 change_bits(devc, &val, dev, RIGHT_CHN, right); in sb_common_mixer_set()
|
D | ad1816.c | 679 #define RIGHT_CHN 1 macro 812 if (mix_devices[dev][RIGHT_CHN].nbits == 0) in ad1816_mixer_set() 855 if (mix_devices[dev][RIGHT_CHN].nbits == 0) in ad1816_mixer_set() 858 regoffs = mix_devices[dev][RIGHT_CHN].regno; in ad1816_mixer_set() 860 change_bits (&val, dev, RIGHT_CHN, right); in ad1816_mixer_set()
|
D | ad1848_mixer.h | 243 #define RIGHT_CHN 1 macro
|
D | ad1848.c | 446 for (j = LEFT_CHN; j <= RIGHT_CHN; j++) { in ad1848_set_recmask() 573 if (devc->mix_devices[dev][RIGHT_CHN].nbits == 0) /* Mono control */ in ad1848_mixer_set() 592 if (devc->mix_devices[dev][RIGHT_CHN].nbits == 0) in ad1848_mixer_set() 594 ad1848_mixer_set_channel(devc, dev, right, RIGHT_CHN); in ad1848_mixer_set()
|