diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-05-12 16:49:45 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 10:08:46 +0200 |
commit | 7291548df69ab4e3a87ff6952449d1f05c3a5443 (patch) | |
tree | 535e92082d3b1a5b4ef40c3ca3aae71329eee481 /sound/pci/hda/hda_local.h | |
parent | [ALSA] Add support of VIA VT8251/VT8237A HD-Audio controllers (diff) | |
download | linux-7291548df69ab4e3a87ff6952449d1f05c3a5443.tar.xz linux-7291548df69ab4e3a87ff6952449d1f05c3a5443.zip |
[ALSA] Rename pci_vendor/pci_device to pci_subvendor/pci_subdevice
HDA Codec driver,HDA generic driver
Renamed pci_vendor/pci_device fields to pci_subvendor/pci_subdevice.
They are really PCI subsystem IDs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r-- | sound/pci/hda/hda_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index 7c7b849875a0..b8fbbc4901d9 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h @@ -126,8 +126,8 @@ static inline int snd_hda_codec_proc_new(struct hda_codec *codec) { return 0; } struct hda_board_config { const char *modelname; int config; - unsigned short pci_vendor; - unsigned short pci_device; + unsigned short pci_subvendor; + unsigned short pci_subdevice; }; int snd_hda_check_board_config(struct hda_codec *codec, struct hda_board_config *tbl); |