ac97_pcm.c (7022b15e2a9f878fd5184586064c63352c3dd225) | ac97_pcm.c (d81a6d71760c4d8323f1f9a506c64084caa09063) |
---|---|
1/* 2 * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 3 * Universal interface for Audio Codec '97 4 * 5 * For more details look to AC '97 component specification revision 2.2 6 * by Intel Corporation (http://developer.intel.com) and to datasheets 7 * for specific codecs. 8 * --- 13 unchanged lines hidden (view full) --- 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 24 */ 25 26#include <linux/delay.h> 27#include <linux/init.h> 28#include <linux/slab.h> 29#include <linux/mutex.h> | 1/* 2 * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 3 * Universal interface for Audio Codec '97 4 * 5 * For more details look to AC '97 component specification revision 2.2 6 * by Intel Corporation (http://developer.intel.com) and to datasheets 7 * for specific codecs. 8 * --- 13 unchanged lines hidden (view full) --- 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * 24 */ 25 26#include <linux/delay.h> 27#include <linux/init.h> 28#include <linux/slab.h> 29#include <linux/mutex.h> |
30#include <linux/export.h> |
|
30 31#include <sound/core.h> 32#include <sound/pcm.h> 33#include <sound/control.h> 34#include <sound/ac97_codec.h> 35#include <sound/asoundef.h> 36#include "ac97_id.h" 37#include "ac97_local.h" --- 699 unchanged lines hidden --- | 31 32#include <sound/core.h> 33#include <sound/pcm.h> 34#include <sound/control.h> 35#include <sound/ac97_codec.h> 36#include <sound/asoundef.h> 37#include "ac97_id.h" 38#include "ac97_local.h" --- 699 unchanged lines hidden --- |