diff options
| author | Takashi Iwai <tiwai@suse.de> | 2010-07-30 08:08:25 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2010-07-30 08:09:38 -0400 |
| commit | b08b1637ce1c0196970348bcabf40f04b6b3d58e (patch) | |
| tree | caa2a549a3409ed79d9bc861748f6d2e24df8842 | |
| parent | 697c373e34613609cb5450f98b91fefb6e910588 (diff) | |
ALSA: hda - Handle pin NID 0x1a on ALC259/269
The pin NID 0x1a should be handled as well as NID 0x1b.
Also added comments.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 4d3a6f05c703..ce6c3a9c08c0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -13158,7 +13158,8 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid, | |||
| 13158 | dac = 0x02; | 13158 | dac = 0x02; |
| 13159 | break; | 13159 | break; |
| 13160 | case 0x15: | 13160 | case 0x15: |
| 13161 | case 0x1b: | 13161 | case 0x1a: /* ALC259/269 only */ |
| 13162 | case 0x1b: /* ALC259/269 only */ | ||
| 13162 | case 0x21: /* ALC269vb has this pin, too */ | 13163 | case 0x21: /* ALC269vb has this pin, too */ |
| 13163 | dac = 0x03; | 13164 | dac = 0x03; |
| 13164 | break; | 13165 | break; |
