aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorErik J. Staab <ejs@insightbb.com>2010-09-22 11:07:41 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-28 21:43:52 -0700
commit4d96473e3f7f9cdf64e32ee05a715e9987a80309 (patch)
tree32833769bfe34ea7d2066db355f32c382ccd2287 /sound
parent5d9f8aacedbc1a16a160201a29ade712dd02ad65 (diff)
ALSA: oxygen: fix analog capture on Claro halo cards
commit 0873a5ae747847ee55a63db409dff3476e45bcd9 upstream. On the HT-Omega Claro halo card, the ADC data must be captured from the second I2S input. Using the default first input, which isn't connected to anything, would result in silence. Signed-off-by: Erik J. Staab <ejs@insightbb.com> Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/oxygen/oxygen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen.c b/sound/pci/oxygen/oxygen.c
index 72db4c39007f..6811433a5f96 100644
--- a/sound/pci/oxygen/oxygen.c
+++ b/sound/pci/oxygen/oxygen.c
@@ -393,6 +393,10 @@ static int __devinit get_oxygen_model(struct oxygen *chip,
chip->model.suspend = claro_suspend;
chip->model.resume = claro_resume;
chip->model.set_adc_params = set_ak5385_params;
+ chip->model.device_config = PLAYBACK_0_TO_I2S |
+ PLAYBACK_1_TO_SPDIF |
+ CAPTURE_0_FROM_I2S_2 |
+ CAPTURE_1_FROM_SPDIF;
break;
}
if (id->driver_data == MODEL_MERIDIAN ||