aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-01-19 09:53:43 -0500
committerTakashi Iwai <tiwai@suse.de>2010-01-19 09:53:43 -0500
commit9e4c84967ef027fe50a03cf48dd6da9519c8e60c (patch)
tree21d6b8168670f22521f3bb703e3b9d1932566c1c /sound/pci/hda/patch_analog.c
parentd2f2fcd2541bae004db7f4798ffd9d2cb75ae817 (diff)
parent3fb4a508b8e7957aa899f32cd6d9d462e102c7ca (diff)
Merge branch 'fix/hda' into topic/hda
Conflicts: sound/pci/hda/patch_realtek.c
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index cecd3c108990..21011b5199de 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -1276,6 +1276,8 @@ static int patch_ad1986a(struct hda_codec *codec)
1276 */ 1276 */
1277 spec->multiout.no_share_stream = 1; 1277 spec->multiout.no_share_stream = 1;
1278 1278
1279 codec->no_trigger_sense = 1;
1280
1279 return 0; 1281 return 0;
1280} 1282}
1281 1283
@@ -1461,6 +1463,8 @@ static int patch_ad1983(struct hda_codec *codec)
1461 1463
1462 codec->patch_ops = ad198x_patch_ops; 1464 codec->patch_ops = ad198x_patch_ops;
1463 1465
1466 codec->no_trigger_sense = 1;
1467
1464 return 0; 1468 return 0;
1465} 1469}
1466 1470
@@ -1904,6 +1908,9 @@ static int patch_ad1981(struct hda_codec *codec)
1904 codec->patch_ops.unsol_event = ad1981_hp_unsol_event; 1908 codec->patch_ops.unsol_event = ad1981_hp_unsol_event;
1905 break; 1909 break;
1906 } 1910 }
1911
1912 codec->no_trigger_sense = 1;
1913
1907 return 0; 1914 return 0;
1908} 1915}
1909 1916
@@ -3211,6 +3218,8 @@ static int patch_ad1988(struct hda_codec *codec)
3211#endif 3218#endif
3212 spec->vmaster_nid = 0x04; 3219 spec->vmaster_nid = 0x04;
3213 3220
3221 codec->no_trigger_sense = 1;
3222
3214 return 0; 3223 return 0;
3215} 3224}
3216 3225
@@ -3423,6 +3432,8 @@ static int patch_ad1884(struct hda_codec *codec)
3423 3432
3424 codec->patch_ops = ad198x_patch_ops; 3433 codec->patch_ops = ad198x_patch_ops;
3425 3434
3435 codec->no_trigger_sense = 1;
3436
3426 return 0; 3437 return 0;
3427} 3438}
3428 3439
@@ -4383,6 +4394,8 @@ static int patch_ad1884a(struct hda_codec *codec)
4383 break; 4394 break;
4384 } 4395 }
4385 4396
4397 codec->no_trigger_sense = 1;
4398
4386 return 0; 4399 return 0;
4387} 4400}
4388 4401
@@ -4719,6 +4732,9 @@ static int patch_ad1882(struct hda_codec *codec)
4719 spec->mixers[2] = ad1882_6stack_mixers; 4732 spec->mixers[2] = ad1882_6stack_mixers;
4720 break; 4733 break;
4721 } 4734 }
4735
4736 codec->no_trigger_sense = 1;
4737
4722 return 0; 4738 return 0;
4723} 4739}
4724 4740