packages (LINUX_2_6_38): kernel/alsa-driver-linuxant.patch - fix undefined ...

glen glen at pld-linux.org
Sun Aug 14 01:05:09 CEST 2011


Author: glen                         Date: Sat Aug 13 23:05:09 2011 GMT
Module: packages                      Tag: LINUX_2_6_38
---- Log message:
- fix undefined "info"

---- Files affected:
packages/kernel:
   alsa-driver-linuxant.patch (1.1.2.2 -> 1.1.2.3) 

---- Diffs:

================================================================
Index: packages/kernel/alsa-driver-linuxant.patch
diff -u packages/kernel/alsa-driver-linuxant.patch:1.1.2.2 packages/kernel/alsa-driver-linuxant.patch:1.1.2.3
--- packages/kernel/alsa-driver-linuxant.patch:1.1.2.2	Sun Aug 14 00:56:15 2011
+++ packages/kernel/alsa-driver-linuxant.patch	Sun Aug 14 01:05:04 2011
@@ -169,8 +169,8 @@
  	snd_card_free(pci_get_drvdata(pci));
  	pci_set_drvdata(pci, NULL);
  }
---- kernel-2.6.38.8/sound/pci/hda/patch_conexant.c	2011-08-13 17:43:26.302928790 +0300
-+++ kernel-2.6.38.8/sound/pci/hda/patch_conexant.c	2011-08-13 17:42:03.552387527 +0300
+--- kernel-2.6.38.8/sound/pci/hda/patch_conexant.c	2011-08-13 17:42:03.552387527 +0300
++++ kernel-2.6.38.8/sound/pci/hda/patch_conexant.c	2011-08-14 02:01:49.845326219 +0300
 @@ -1,10 +1,12 @@
  /*
 - * HD audio interface patch for Conexant HDA audio codec
@@ -335,7 +335,15 @@
  		info->pcm_type = HDA_PCM_TYPE_SPDIF;
  		info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
  			conexant_pcm_digital_playback;
-@@ -453,6 +524,23 @@
+@@ -438,6 +509,7 @@
+ {
+ 	struct conexant_spec *spec = codec->spec;
+ 	struct conexant_jack *jacks = spec->jacks.list;
++	struct hda_pcm *info = spec->pcm_rec;
+ 
+ 	if (jacks) {
+ 		int i;
+@@ -453,6 +525,23 @@
  			}
  			jacks++;
  		}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/alsa-driver-linuxant.patch?r1=1.1.2.2&r2=1.1.2.3&f=u



More information about the pld-cvs-commit mailing list