1 --- ad_oss.c 2008-05-11 06:29:38.000000000 +0200
2 +++ ad_oss.c.new 2010-03-07 21:54:46.661728104 +0100
7 - if (ioctl(mixerFD, SOUND_MIXER_WRITE_RECSRC, &sourceMic) < 0) {
10 - "%s %d: can't set mic source for this device.\n",
11 - __FILE__, __LINE__);
14 - "%s %d: mixer set to mic: %s\n",
15 - __FILE__, __LINE__, strerror(errno));
20 /* Set the same gain for left and right channels. */
21 inputGain = inputGain << 8 | inputGain;