Deleted Added
full compact
ad1816.c (117126) ad1816.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 * Copyright Luigi Rizzo, 1997,1998
4 * Copyright by Hannu Savolainen 1994, 1995
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
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

28
29#include <dev/sound/pcm/sound.h>
30#include <dev/sound/isa/ad1816.h>
31
32#include <isa/isavar.h>
33
34#include "mixer_if.h"
35
3 * Copyright Luigi Rizzo, 1997,1998
4 * Copyright by Hannu Savolainen 1994, 1995
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
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

28
29#include <dev/sound/pcm/sound.h>
30#include <dev/sound/isa/ad1816.h>
31
32#include <isa/isavar.h>
33
34#include "mixer_if.h"
35
36SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/isa/ad1816.c 117126 2003-07-01 15:52:06Z scottl $");
36SND_DECLARE_FILE("$FreeBSD: head/sys/dev/sound/isa/ad1816.c 119853 2003-09-07 16:28:03Z cg $");
37
38struct ad1816_info;
39
40struct ad1816_chinfo {
41 struct ad1816_info *parent;
42 struct pcm_channel *channel;
43 struct snd_dbuf *buffer;
44 int dir, blksz;

--- 634 unchanged lines hidden ---
37
38struct ad1816_info;
39
40struct ad1816_chinfo {
41 struct ad1816_info *parent;
42 struct pcm_channel *channel;
43 struct snd_dbuf *buffer;
44 int dir, blksz;

--- 634 unchanged lines hidden ---