diff options
Diffstat (limited to 'sound/pci/hda/patch_cs8409-tables.c')
| -rw-r--r-- | sound/pci/hda/patch_cs8409-tables.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/sound/pci/hda/patch_cs8409-tables.c b/sound/pci/hda/patch_cs8409-tables.c index 0fb0a428428b..df0b4522babf 100644 --- a/sound/pci/hda/patch_cs8409-tables.c +++ b/sound/pci/hda/patch_cs8409-tables.c @@ -252,6 +252,7 @@ struct sub_codec cs8409_cs42l42_codec = {  	.init_seq_num = ARRAY_SIZE(cs42l42_init_reg_seq),  	.hp_jack_in = 0,  	.mic_jack_in = 0, +	.force_status_change = 1,  	.paged = 1,  	.suspended = 1,  	.no_type_dect = 0, @@ -443,6 +444,7 @@ struct sub_codec dolphin_cs42l42_0 = {  	.init_seq_num = ARRAY_SIZE(dolphin_c0_init_reg_seq),  	.hp_jack_in = 0,  	.mic_jack_in = 0, +	.force_status_change = 1,  	.paged = 1,  	.suspended = 1,  	.no_type_dect = 0, @@ -456,6 +458,7 @@ struct sub_codec dolphin_cs42l42_1 = {  	.init_seq_num = ARRAY_SIZE(dolphin_c1_init_reg_seq),  	.hp_jack_in = 0,  	.mic_jack_in = 0, +	.force_status_change = 1,  	.paged = 1,  	.suspended = 1,  	.no_type_dect = 1, |