Deleted Added
full compact
sound.c (119096) sound.c (119853)
1/*
1/*
2 * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk>
2 * Copyright (c) 1999 Cameron Grant <cg@freebsd.org>
3 * (C) 1997 Luigi Rizzo (luigi@iet.unipi.it)
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.

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

26 */
27
28#include <dev/sound/pcm/sound.h>
29#include <dev/sound/pcm/vchan.h>
30#include <sys/sysctl.h>
31
32#include "feeder_if.h"
33
3 * (C) 1997 Luigi Rizzo (luigi@iet.unipi.it)
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.

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

26 */
27
28#include <dev/sound/pcm/sound.h>
29#include <dev/sound/pcm/vchan.h>
30#include <sys/sysctl.h>
31
32#include "feeder_if.h"
33
34SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pcm/sound.c 119096 2003-08-18 23:20:39Z cg $");
34SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/pcm/sound.c 119853 2003-09-07 16:28:03Z cg $");
35
36#ifndef PCM_DEBUG_MTX
37struct snddev_channel {
38 SLIST_ENTRY(snddev_channel) link;
39 struct pcm_channel *channel;
40};
41
42struct snddev_info {

--- 902 unchanged lines hidden ---
35
36#ifndef PCM_DEBUG_MTX
37struct snddev_channel {
38 SLIST_ENTRY(snddev_channel) link;
39 struct pcm_channel *channel;
40};
41
42struct snddev_info {

--- 902 unchanged lines hidden ---