Skip to content

Commit

Permalink
ALSA: ALSA: ens1370: communicate PCI device to AC97
Browse files Browse the repository at this point in the history
communicate the ES137x PCI device to the AC97 code for its
subsys_vendor/device values

Signed-off-by: Rene Herman <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Rene Herman authored and tiwai committed Jul 17, 2008
1 parent 810fd3f commit 462dba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/ens1370.c
Original file line number Diff line number Diff line change
Expand Up @@ -1629,6 +1629,7 @@ static int __devinit snd_ensoniq_1371_mixer(struct ensoniq *ensoniq,
memset(&ac97, 0, sizeof(ac97));
ac97.private_data = ensoniq;
ac97.private_free = snd_ensoniq_mixer_free_ac97;
ac97.pci = ensoniq->pci;
ac97.scaps = AC97_SCAP_AUDIO;
if ((err = snd_ac97_mixer(pbus, &ac97, &ensoniq->u.es1371.ac97)) < 0)
return err;
Expand Down

0 comments on commit 462dba2

Please sign in to comment.