Ignore:
Timestamp:
May 9, 2009, 11:45:26 AM (16 years ago)
Author:
Paul Smedley
Message:

Update alsa-kernel to ALSA 1.0.20 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified GPL/trunk/alsa-kernel/isa/wavefront/wavefront.c

    r410 r426  
    554554#endif
    555555        if (cs4232_pcm_port[dev] == SNDRV_AUTO_PORT) {
    556                 snd_printk("specify CS4232 port\n");
     556                snd_printk(KERN_ERR "specify CS4232 port\n");
    557557                return 0;
    558558        }
    559559        if (ics2115_port[dev] == SNDRV_AUTO_PORT) {
    560                 snd_printk("specify ICS2115 port\n");
     560                snd_printk(KERN_ERR "specify ICS2115 port\n");
    561561                return 0;
    562562        }
Note: See TracChangeset for help on using the changeset viewer.