summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai2009-02-23 09:42:57 +0100
committerTakashi Iwai2009-02-23 09:42:57 +0100
commit346ff70fdbe9093947b9494fe714c89cafcceade (patch)
tree6c961c9c8956a291cad2e40c9b442022b2863769 /sound/pci/hda/hda_codec.h
parentALSA: hda - Use snd_hda_codec_get_pincfg() in the rest places (diff)
downloadkernel-qcow2-linux-346ff70fdbe9093947b9494fe714c89cafcceade.tar.gz
kernel-qcow2-linux-346ff70fdbe9093947b9494fe714c89cafcceade.tar.xz
kernel-qcow2-linux-346ff70fdbe9093947b9494fe714c89cafcceade.zip
ALSA: hda - Rename {override,cur}_pin with {user,driver}_pin
Rename from override_pin and cur_pin with user_pin and driver_pin, respectively, to be a bit more intuitive. 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 6d01a8058f0a..2ea628478a91 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -779,13 +779,13 @@ struct hda_codec {
unsigned int spdif_in_enable; /* SPDIF input enable? */
hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */
struct snd_array init_pins; /* initial (BIOS) pin configurations */
- struct snd_array cur_pins; /* current pin configurations */
+ struct snd_array driver_pins; /* pin configs set by codec parser */
#ifdef CONFIG_SND_HDA_HWDEP
struct snd_hwdep *hwdep; /* assigned hwdep device */
struct snd_array init_verbs; /* additional init verbs */
struct snd_array hints; /* additional hints */
- struct snd_array override_pins; /* default pin configs to override */
+ struct snd_array user_pins; /* default pin configs to override */
#endif
/* misc flags */