Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: ALSA: ens1370: communicate PCI device to AC97

communicate the ES137x PCI device to the AC97 code for its
subsys_vendor/device values

Signed-off-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Rene Herman and committed by
Takashi Iwai
462dba28 810fd3f3

+1
+1
sound/pci/ens1370.c
··· 1629 1629 memset(&ac97, 0, sizeof(ac97)); 1630 1630 ac97.private_data = ensoniq; 1631 1631 ac97.private_free = snd_ensoniq_mixer_free_ac97; 1632 + ac97.pci = ensoniq->pci; 1632 1633 ac97.scaps = AC97_SCAP_AUDIO; 1633 1634 if ((err = snd_ac97_mixer(pbus, &ac97, &ensoniq->u.es1371.ac97)) < 0) 1634 1635 return err;