File: debian.patch

package info (click to toggle)
alsaconf 0.4.3b-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 104 kB
  • ctags: 17
  • sloc: sh: 859; makefile: 42
file content (128 lines) | stat: -rw-r--r-- 4,166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
*** alsaconf.orig	Sun Nov 26 07:26:42 2000
--- alsaconf	Sun Nov 26 07:29:20 2000
***************
*** 132,142 ****
   @port irq dma1 dma1_size\
   @??? ??? 0,1,3 4-64\
   @'' '' 1 ''"
! export CARD_0x1a="snd-card-trid4dwave Trident_4DWave_DX\
   @dac_frame_size_dx adc_frame_size_dx dac_frame_size_nx adc_frame_size_nx pcm_channels wavetable_size\
   @4-64 4-64 4-64 4-64 ??? 4-?\
   @'' '' '' '' '' ''"
! export CARD_0x1b="snd-card-trid4dwave Trident_4DWave_NX\
   @dac_frame_size_dx adc_frame_size_dx dac_frame_size_nx adc_frame_size_nx pcm_channels wavetable_size\
   @4-64 4-64 4-64 4-64 ??? 4-?\
   @'' '' '' '' '' ''"
--- 132,142 ----
   @port irq dma1 dma1_size\
   @??? ??? 0,1,3 4-64\
   @'' '' 1 ''"
! export CARD_0x1a="snd-card-trident Trident_4DWave_DX\
   @dac_frame_size_dx adc_frame_size_dx dac_frame_size_nx adc_frame_size_nx pcm_channels wavetable_size\
   @4-64 4-64 4-64 4-64 ??? 4-?\
   @'' '' '' '' '' ''"
! export CARD_0x1b="snd-card-trident Trident_4DWave_NX\
   @dac_frame_size_dx adc_frame_size_dx dac_frame_size_nx adc_frame_size_nx pcm_channels wavetable_size\
   @4-64 4-64 4-64 4-64 ??? 4-?\
   @'' '' '' '' '' ''"
***************
*** 184,190 ****
   @\
   @\
   @"
! export CARD_0x27="snd-card-opti93x OPTi_93x_chipset\
   @port mpu_port opl_port irq mpu_irq dma1 dma1_size dma2 dma2_size\
   @0x530,0xe80,0xf40,0x604 0x300,0x310,0x320,0x330 0x388 5,7,9,10,11 5,7,9,10 0,1,3 4-64 0,1,3 4-64kB\
   @0x530 0x330 0x388 5 7 0 '' 1 ''"
--- 184,190 ----
   @\
   @\
   @"
! export CARD_0x27="snd-card-opti9xx OPTi_9xx_chipset\
   @port mpu_port opl_port irq mpu_irq dma1 dma1_size dma2 dma2_size\
   @0x530,0xe80,0xf40,0x604 0x300,0x310,0x320,0x330 0x388 5,7,9,10,11 5,7,9,10 0,1,3 4-64 0,1,3 4-64kB\
   @0x530 0x330 0x388 5 7 0 '' 1 ''"
***************
*** 244,256 ****
   @\
   @\
   @"
! export CARD_0x36="snd-card-x VIA82C686A\
   @mpu_port joystick pbk_frame_size cap_frame_size\
   @0x300,0x310,0x320,0x330 0,1 1-128 1-128\
   @0x300 1 '' ''"
  export CARDS="0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf\
   0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c\
!  0x1d 0x22 0x23 0x24 0x25 0x2a 0x2d 0x30 0x31 0x33 0x36"
  
  # Check for root privileges
  if [ `id -u` -ne 0 ]; then
--- 244,260 ----
   @\
   @\
   @"
! export CARD_0x36="snd-card-via686a VIA82C686A\
   @mpu_port joystick pbk_frame_size cap_frame_size\
   @0x300,0x310,0x320,0x330 0,1 1-128 1-128\
   @0x300 1 '' ''"
+ export CARD_0x37="snd-card-ymfpci YAMAHA_YMF7XX\
+  @\
+  @\
+  @"
  export CARDS="0 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf\
   0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c\
!  0x1d 0x22 0x23 0x24 0x25 0x2a 0x2d 0x30 0x31 0x33 0x36 0x37"
  
  # Check for root privileges
  if [ `id -u` -ne 0 ]; then
***************
*** 325,331 ****
  if [ -f /etc/conf.modules ]; then
  	export cfgfile="/etc/conf.modules"
  elif [ -f /etc/debian_version ]; then # Use special $cfgfile on newer Debian systems without /etc/conf.modules
! 	export cfgfile="/etc/modutils/alsa"
  else
  	export cfgfile="/etc/modules.conf"
  fi
--- 329,335 ----
  if [ -f /etc/conf.modules ]; then
  	export cfgfile="/etc/conf.modules"
  elif [ -f /etc/debian_version ]; then # Use special $cfgfile on newer Debian systems without /etc/conf.modules
! 	export cfgfile="/etc/alsa/modutils/0.5"
  else
  	export cfgfile="/etc/modules.conf"
  fi
***************
*** 925,931 ****
  
  You can exit with ALT + Q, or by hitting ESC.
  
! Do you need to set your miexer settings with alsamixer?
  " 21 70
    then
          clear
--- 929,935 ----
  
  You can exit with ALT + Q, or by hitting ESC.
  
! Do you need to set your mixer settings with alsamixer?
  " 21 70
    then
          clear
***************
*** 933,939 ****
    fi
  
    # Play sample dialog
!   if $DIALOG --yesno "
   PCM and Master channels should now be open for playing.
        Shall I try to play a sound sample now?
  
--- 937,943 ----
    fi
  
    # Play sample dialog
!   if test -e /usr/share/sndconfig/sample.au && $DIALOG --yesno "
   PCM and Master channels should now be open for playing.
        Shall I try to play a sound sample now?