|
@@ -285,8 +285,6 @@ struct snd_pcm_hw_constraint_ranges {
|
|
unsigned int mask;
|
|
unsigned int mask;
|
|
};
|
|
};
|
|
|
|
|
|
-struct snd_pcm_hwptr_log;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* userspace-provided audio timestamp config to kernel,
|
|
* userspace-provided audio timestamp config to kernel,
|
|
* structure is for internal use only and filled with dedicated unpack routine
|
|
* structure is for internal use only and filled with dedicated unpack routine
|
|
@@ -428,10 +426,6 @@ struct snd_pcm_runtime {
|
|
/* -- OSS things -- */
|
|
/* -- OSS things -- */
|
|
struct snd_pcm_oss_runtime oss;
|
|
struct snd_pcm_oss_runtime oss;
|
|
#endif
|
|
#endif
|
|
-
|
|
|
|
-#ifdef CONFIG_SND_PCM_XRUN_DEBUG
|
|
|
|
- struct snd_pcm_hwptr_log *hwptr_log;
|
|
|
|
-#endif
|
|
|
|
};
|
|
};
|
|
|
|
|
|
struct snd_pcm_group { /* keep linked substreams */
|
|
struct snd_pcm_group { /* keep linked substreams */
|