buffer.c (246e7a2b6494cd991b08ac669ed761ecea0cc98c) | buffer.c (3f9dcc588dca51aa9bbf4ee8dbfe2dd9cb7074ae) |
---|---|
1/*- 2 * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> 3 * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 4 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 21 unchanged lines hidden (view full) --- 30#include "opt_snd.h" 31#endif 32 33#include <dev/sound/pcm/sound.h> 34 35#include "feeder_if.h" 36 37#define SND_USE_FXDIV | 1/*- 2 * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> 3 * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 4 * Copyright (c) 1999 Cameron Grant <cg@FreeBSD.org> 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 21 unchanged lines hidden (view full) --- 30#include "opt_snd.h" 31#endif 32 33#include <dev/sound/pcm/sound.h> 34 35#include "feeder_if.h" 36 37#define SND_USE_FXDIV |
38#define SND_DECLARE_FXDIV |
|
38#include "snd_fxdiv_gen.h" 39 40SND_DECLARE_FILE("$FreeBSD$"); 41 42struct snd_dbuf * 43sndbuf_create(device_t dev, char *drv, char *desc, struct pcm_channel *channel) 44{ 45 struct snd_dbuf *b; --- 757 unchanged lines hidden --- | 39#include "snd_fxdiv_gen.h" 40 41SND_DECLARE_FILE("$FreeBSD$"); 42 43struct snd_dbuf * 44sndbuf_create(device_t dev, char *drv, char *desc, struct pcm_channel *channel) 45{ 46 struct snd_dbuf *b; --- 757 unchanged lines hidden --- |