mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
[ALSA] hda-codec - Add docking-station mic input for Thinkpad X61
Added the docking-stationc mic input to the capture source list for Thinkpad X61. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
aea7bb0a6f
commit
b26451c059
1 changed files with 2 additions and 1 deletions
|
@ -3188,11 +3188,12 @@ static int patch_ad1884(struct hda_codec *codec)
|
||||||
* Lenovo Thinkpad T61/X61
|
* Lenovo Thinkpad T61/X61
|
||||||
*/
|
*/
|
||||||
static struct hda_input_mux ad1984_thinkpad_capture_source = {
|
static struct hda_input_mux ad1984_thinkpad_capture_source = {
|
||||||
.num_items = 3,
|
.num_items = 4,
|
||||||
.items = {
|
.items = {
|
||||||
{ "Mic", 0x0 },
|
{ "Mic", 0x0 },
|
||||||
{ "Internal Mic", 0x1 },
|
{ "Internal Mic", 0x1 },
|
||||||
{ "Mix", 0x3 },
|
{ "Mix", 0x3 },
|
||||||
|
{ "Docking-Station", 0x4 },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue