diff options
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 10bbbaf6ebc3..0da636d28fb4 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -1276,6 +1276,7 @@ static int patch_ad1986a(struct hda_codec *codec) | |||
1276 | spec->multiout.no_share_stream = 1; | 1276 | spec->multiout.no_share_stream = 1; |
1277 | 1277 | ||
1278 | codec->no_trigger_sense = 1; | 1278 | codec->no_trigger_sense = 1; |
1279 | codec->no_sticky_stream = 1; | ||
1279 | 1280 | ||
1280 | return 0; | 1281 | return 0; |
1281 | } | 1282 | } |
@@ -1463,6 +1464,7 @@ static int patch_ad1983(struct hda_codec *codec) | |||
1463 | codec->patch_ops = ad198x_patch_ops; | 1464 | codec->patch_ops = ad198x_patch_ops; |
1464 | 1465 | ||
1465 | codec->no_trigger_sense = 1; | 1466 | codec->no_trigger_sense = 1; |
1467 | codec->no_sticky_stream = 1; | ||
1466 | 1468 | ||
1467 | return 0; | 1469 | return 0; |
1468 | } | 1470 | } |
@@ -1917,6 +1919,7 @@ static int patch_ad1981(struct hda_codec *codec) | |||
1917 | } | 1919 | } |
1918 | 1920 | ||
1919 | codec->no_trigger_sense = 1; | 1921 | codec->no_trigger_sense = 1; |
1922 | codec->no_sticky_stream = 1; | ||
1920 | 1923 | ||
1921 | return 0; | 1924 | return 0; |
1922 | } | 1925 | } |
@@ -3235,6 +3238,7 @@ static int patch_ad1988(struct hda_codec *codec) | |||
3235 | spec->vmaster_nid = 0x04; | 3238 | spec->vmaster_nid = 0x04; |
3236 | 3239 | ||
3237 | codec->no_trigger_sense = 1; | 3240 | codec->no_trigger_sense = 1; |
3241 | codec->no_sticky_stream = 1; | ||
3238 | 3242 | ||
3239 | return 0; | 3243 | return 0; |
3240 | } | 3244 | } |
@@ -3449,6 +3453,7 @@ static int patch_ad1884(struct hda_codec *codec) | |||
3449 | codec->patch_ops = ad198x_patch_ops; | 3453 | codec->patch_ops = ad198x_patch_ops; |
3450 | 3454 | ||
3451 | codec->no_trigger_sense = 1; | 3455 | codec->no_trigger_sense = 1; |
3456 | codec->no_sticky_stream = 1; | ||
3452 | 3457 | ||
3453 | return 0; | 3458 | return 0; |
3454 | } | 3459 | } |
@@ -4422,6 +4427,7 @@ static int patch_ad1884a(struct hda_codec *codec) | |||
4422 | } | 4427 | } |
4423 | 4428 | ||
4424 | codec->no_trigger_sense = 1; | 4429 | codec->no_trigger_sense = 1; |
4430 | codec->no_sticky_stream = 1; | ||
4425 | 4431 | ||
4426 | return 0; | 4432 | return 0; |
4427 | } | 4433 | } |
@@ -4761,6 +4767,7 @@ static int patch_ad1882(struct hda_codec *codec) | |||
4761 | } | 4767 | } |
4762 | 4768 | ||
4763 | codec->no_trigger_sense = 1; | 4769 | codec->no_trigger_sense = 1; |
4770 | codec->no_sticky_stream = 1; | ||
4764 | 4771 | ||
4765 | return 0; | 4772 | return 0; |
4766 | } | 4773 | } |