pcsp.h (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) pcsp.h (bcc2c6b7cb320d10c7fcccd87dce87f4384b4332)
1/*
2 * PC-Speaker driver for Linux
3 *
4 * Copyright (C) 1993-1997 Michael Beck
5 * Copyright (C) 1997-2001 David Woodhouse
6 * Copyright (C) 2001-2008 Stas Sergeev
7 */
8

--- 69 unchanged lines hidden (view full) ---

78};
79
80extern struct snd_pcsp pcsp_chip;
81
82extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
83extern void pcsp_sync_stop(struct snd_pcsp *chip);
84
85extern int snd_pcsp_new_pcm(struct snd_pcsp *chip);
1/*
2 * PC-Speaker driver for Linux
3 *
4 * Copyright (C) 1993-1997 Michael Beck
5 * Copyright (C) 1997-2001 David Woodhouse
6 * Copyright (C) 2001-2008 Stas Sergeev
7 */
8

--- 69 unchanged lines hidden (view full) ---

78};
79
80extern struct snd_pcsp pcsp_chip;
81
82extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
83extern void pcsp_sync_stop(struct snd_pcsp *chip);
84
85extern int snd_pcsp_new_pcm(struct snd_pcsp *chip);
86extern int snd_pcsp_new_mixer(struct snd_pcsp *chip);
86extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
87
88#endif
87
88#endif