/[openvortex]/alsa/alsa-kernel/pci/cmipci.c
ViewVC logotype

Diff of /alsa/alsa-kernel/pci/cmipci.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by vizard, Sat May 31 02:35:11 2003 UTC revision 1.3 by vizard, Mon Aug 11 00:06:39 2003 UTC
# Line 1186  static int snd_cmipci_ac3_copy(snd_pcm_s Line 1186  static int snd_cmipci_ac3_copy(snd_pcm_s
1186  #ifndef USE_AES_IEC958  #ifndef USE_AES_IEC958
1187          u16 *srcp = src, val;          u16 *srcp = src, val;
1188  #else  #else
1189          char buf[1920];         /* bits can be divided by 20, 24, 16 */          char buf[480];         /* bits can be divided by 20, 24, 16 */
1190          size_t bytes = frames_to_bytes(runtime, count);          size_t bytes = frames_to_bytes(runtime, count);
1191  #endif  #endif
1192    
# Line 1245  static int snd_cmipci_ac3_silence(snd_pc Line 1245  static int snd_cmipci_ac3_silence(snd_pc
1245          snd_pcm_uframes_t offset;          snd_pcm_uframes_t offset;
1246          snd_pcm_runtime_t *runtime = subs->runtime;          snd_pcm_runtime_t *runtime = subs->runtime;
1247  # ifdef USE_AES_IEC958  # ifdef USE_AES_IEC958
1248          char buf[1920];         /* bits can be divided by 20, 24, 16 */          char buf[480];          /* bits can be divided by 20, 24, 16 */
1249          size_t bytes = frames_to_bytes(runtime, count);          size_t bytes = frames_to_bytes(runtime, count);
1250  # endif  # endif
1251          if (! cm->channel[CM_CH_PLAY].ac3_shift)          if (! cm->channel[CM_CH_PLAY].ac3_shift)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26