ice1712.h (f43dc23d5ea91fca257be02138a255f02d98e806) | ice1712.h (c7561cd80469f2fe4a6be0984db57832ee7f2a3b) |
---|---|
1#ifndef __SOUND_ICE1712_H 2#define __SOUND_ICE1712_H 3 4/* 5 * ALSA driver for ICEnsemble ICE1712 (Envy24) 6 * 7 * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> 8 * --- 370 unchanged lines hidden (view full) --- 379 unsigned int (*get_rate)(struct snd_ice1712 *ice); 380 void (*set_rate)(struct snd_ice1712 *ice, unsigned int rate); 381 unsigned char (*set_mclk)(struct snd_ice1712 *ice, unsigned int rate); 382 int (*set_spdif_clock)(struct snd_ice1712 *ice, int type); 383 int (*get_spdif_master_type)(struct snd_ice1712 *ice); 384 char **ext_clock_names; 385 int ext_clock_count; 386 void (*pro_open)(struct snd_ice1712 *, struct snd_pcm_substream *); | 1#ifndef __SOUND_ICE1712_H 2#define __SOUND_ICE1712_H 3 4/* 5 * ALSA driver for ICEnsemble ICE1712 (Envy24) 6 * 7 * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz> 8 * --- 370 unchanged lines hidden (view full) --- 379 unsigned int (*get_rate)(struct snd_ice1712 *ice); 380 void (*set_rate)(struct snd_ice1712 *ice, unsigned int rate); 381 unsigned char (*set_mclk)(struct snd_ice1712 *ice, unsigned int rate); 382 int (*set_spdif_clock)(struct snd_ice1712 *ice, int type); 383 int (*get_spdif_master_type)(struct snd_ice1712 *ice); 384 char **ext_clock_names; 385 int ext_clock_count; 386 void (*pro_open)(struct snd_ice1712 *, struct snd_pcm_substream *); |
387#ifdef CONFIG_PM | 387#ifdef CONFIG_PM_SLEEP |
388 int (*pm_suspend)(struct snd_ice1712 *); 389 int (*pm_resume)(struct snd_ice1712 *); 390 unsigned int pm_suspend_enabled:1; 391 unsigned int pm_saved_is_spdif_master:1; 392 unsigned int pm_saved_spdif_ctrl; 393 unsigned char pm_saved_spdif_cfg; 394 unsigned int pm_saved_route; 395#endif --- 136 unchanged lines hidden --- | 388 int (*pm_suspend)(struct snd_ice1712 *); 389 int (*pm_resume)(struct snd_ice1712 *); 390 unsigned int pm_suspend_enabled:1; 391 unsigned int pm_saved_is_spdif_master:1; 392 unsigned int pm_saved_spdif_ctrl; 393 unsigned char pm_saved_spdif_cfg; 394 unsigned int pm_saved_route; 395#endif --- 136 unchanged lines hidden --- |