commit | 60a6a8425a84fa46a3831ce79197640b8224311b | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 27 14:01:24 2011 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jul 27 16:05:30 2011 +0200 |
tree | 7bc9c871f7af52c7fc0683690aeafaf35dacd0c2 | |
parent | 767cd365b22820df07b962b49ce04b220b98e537 [diff] |
ALSA: hda - Fix Oops with Realtek quirks with NULL adc_nids Somce quirk models don't set adc_nids but let the parser filling it. But the recent code has unnecessary NULL-checks of spec->input_mux, and it resulted in NULL dereferences. This patch fixes that regression. Reported-and-tested-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>