Changeset 412


Ignore:
Timestamp:
Jan 26, 2009, 3:40:31 AM (17 years ago)
Author:
Paul Smedley
Message:

Fix a few compiler warnings

Location:
GPL/branches/uniaud32-2.0/alsa-kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/alsa-kernel/core/control.c

    r402 r412  
    13501350                return -EINVAL;
    13511351        down_write(&snd_ioctl_rwsem);
    1352         list_for_each_entry(p, lists, list, struct snd_kctl_ioctl, struct snd_kctl_ioctl) {
     1352        list_for_each_entry(p, lists, list, struct snd_kctl_ioctl) {
    13531353                if (p->fioctl == fcn) {
    13541354                        list_del(&p->list);
  • GPL/branches/uniaud32-2.0/alsa-kernel/core/oss/pcm_oss.c

    r399 r412  
    29712971 */
    29722972
     2973#ifndef TARGET_OS2
    29732974static const struct file_operations snd_pcm_oss_f_reg =
     2975#else
     2976static struct file_operations snd_pcm_oss_f_reg =
     2977#endif
    29742978{
    29752979#ifndef TARGET_OS2
  • GPL/branches/uniaud32-2.0/alsa-kernel/pci/hda/hda_intel.c

    r410 r412  
    11001100                             struct azx_dev *azx_dev)
    11011101{
    1102 #ifdef TARGET_OS2
    1103         volatile u32 *bdl;
    1104 #else
    11051102        u32 *bdl;
    1106 #endif
     1103
    11071104        int i, ofs, periods, period_bytes;
    11081105        int pos_adj;
Note: See TracChangeset for help on using the changeset viewer.