diff options
author | Alastair Bridgewater <[email protected]> | 2018-06-15 21:56:15 -0400 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2018-06-17 08:39:44 +0200 |
commit | 7919cd82b9f9be97111be386cbaac59958800ef9 (patch) | |
tree | 654fdc72d1b5de686c8404b338ebe248efe14f9c /scripts/gdb/linux/tasks.py | |
parent | d5a6cabf02210b896a60eee7c04c670ee9ba6dca (diff) |
ALSA: hda/ca0132: Delete pointless assignments to struct auto_pin_cfg fields
ca0132_config() was setting some values in the auto_pin_cfg for
the codec... but it is called prior to snd_hda_parse_pin_defcfg(),
which does a memset() to clear the entire structure as one of its
first actions, making the entire exercise pointless.
Kill all use of struct auto_pin_cfg from ca0132_config().
Signed-off-by: Alastair Bridgewater <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions