diff options
author | James Courtier-Dutton <James@superbug.co.uk> | 2005-05-27 17:28:27 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-06-22 06:27:09 -0400 |
commit | ed144f3cdcf8f9b9280e04ca1a831c85a8fbb488 (patch) | |
tree | b0c988b01ff94555cb393a30d04f85daefda8be2 /sound/pci/ca0106/ca0106.h | |
parent | 7199acdc74dc16d2e75f83b8c65301ad19c40ef3 (diff) |
[ALSA] Add Mic capture support.
CA0106 driver
Notes: This adds a new mixer item to switch between Mic and Line-in.
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Diffstat (limited to 'sound/pci/ca0106/ca0106.h')
-rw-r--r-- | sound/pci/ca0106/ca0106.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106.h b/sound/pci/ca0106/ca0106.h index 67e56a530b22..beac9dad2ed9 100644 --- a/sound/pci/ca0106/ca0106.h +++ b/sound/pci/ca0106/ca0106.h | |||
@@ -589,6 +589,7 @@ struct snd_ca0106 { | |||
589 | u32 spdif_bits[4]; /* s/pdif out setup */ | 589 | u32 spdif_bits[4]; /* s/pdif out setup */ |
590 | int spdif_enable; | 590 | int spdif_enable; |
591 | int capture_source; | 591 | int capture_source; |
592 | int capture_mic_line_in; | ||
592 | 593 | ||
593 | struct snd_dma_buffer buffer; | 594 | struct snd_dma_buffer buffer; |
594 | }; | 595 | }; |