diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-04-07 09:55:15 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-04-07 09:55:15 -0400 |
commit | a12d3e1e1cb67bab2411966b345151c316633847 (patch) | |
tree | be1a29ccb9ebb22fa659012a63d13b0e6f8008bb /sound/pci/hda/hda_codec.h | |
parent | 8e28e3b29fdbb2b94bb279700114b5963fe1d4e8 (diff) |
ALSA: hda - Remember connection lists
The connection lists are static and we can reuse the previous results
instead of querying via verb at each time. This will reduce the I/O
in the runtime especially for some codec auto-parsers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index e46d5420a9f2..7d57a66c1b31 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -825,6 +825,8 @@ struct hda_codec { | |||
825 | struct hda_cache_rec amp_cache; /* cache for amp access */ | 825 | struct hda_cache_rec amp_cache; /* cache for amp access */ |
826 | struct hda_cache_rec cmd_cache; /* cache for other commands */ | 826 | struct hda_cache_rec cmd_cache; /* cache for other commands */ |
827 | 827 | ||
828 | struct snd_array conn_lists; /* connection-list array */ | ||
829 | |||
828 | struct mutex spdif_mutex; | 830 | struct mutex spdif_mutex; |
829 | struct mutex control_mutex; | 831 | struct mutex control_mutex; |
830 | unsigned int spdif_status; /* IEC958 status bits */ | 832 | unsigned int spdif_status; /* IEC958 status bits */ |