diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index eba50dff6130..997cc8127a08 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -302,6 +302,9 @@ static int alc_mux_select(struct hda_codec *codec, unsigned int adc_idx, | |||
302 | int i, type, num_conns; | 302 | int i, type, num_conns; |
303 | hda_nid_t nid; | 303 | hda_nid_t nid; |
304 | 304 | ||
305 | if (!spec->input_mux) | ||
306 | return 0; | ||
307 | |||
305 | mux_idx = adc_idx >= spec->num_mux_defs ? 0 : adc_idx; | 308 | mux_idx = adc_idx >= spec->num_mux_defs ? 0 : adc_idx; |
306 | imux = &spec->input_mux[mux_idx]; | 309 | imux = &spec->input_mux[mux_idx]; |
307 | if (!imux->num_items && mux_idx > 0) | 310 | if (!imux->num_items && mux_idx > 0) |