/[openvortex]/alsa/alsa-kernel/ppc/pmac.h
ViewVC logotype

Diff of /alsa/alsa-kernel/ppc/pmac.h

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

revision 1.3 by vizard, Sun Jun 15 21:01:32 2003 UTC revision 1.4 by vizard, Mon Aug 11 00:06:40 2003 UTC
# Line 201  int snd_pmac_boolean_mono_info(snd_kcont Line 201  int snd_pmac_boolean_mono_info(snd_kcont
201    
202  int snd_pmac_add_automute(pmac_t *chip);  int snd_pmac_add_automute(pmac_t *chip);
203    
204    #define big_mdelay(msec) do {\
205            set_current_state(TASK_UNINTERRUPTIBLE);\
206            schedule_timeout(((msec) * HZ + 999) / 1000);\
207    } while (0)
208    
209  #ifndef PMAC_SUPPORT_PCM_BEEP  #ifndef PMAC_SUPPORT_PCM_BEEP
210  #define snd_pmac_attach_beep(chip) 0  #define snd_pmac_attach_beep(chip) 0
211  #define snd_pmac_beep_stop(chip)  /**/  #define snd_pmac_beep_stop(chip)  /**/

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

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