All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH alsa-lib 1/2] pcm_hw: Remove unused fields in struct
@ 2013-05-30 10:26 David Henningsson
  2013-05-30 10:26 ` [PATCH alsa-lib 2/2] pcm_plugin: Fix return value of snd_pcm_rewind David Henningsson
  0 siblings, 1 reply; 5+ messages in thread
From: David Henningsson @ 2013-05-30 10:26 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, arun.raghavan, David Henningsson

These fields are not used, and their name similarity to other
fields are quite confusing when trying to debug alsa-lib.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
 src/pcm/pcm_hw.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/pcm/pcm_hw.c b/src/pcm/pcm_hw.c
index 0f3226d..196393d 100644
--- a/src/pcm/pcm_hw.c
+++ b/src/pcm/pcm_hw.c
@@ -95,8 +95,6 @@ typedef struct {
 	volatile struct snd_pcm_mmap_status * mmap_status;
 	struct snd_pcm_mmap_control *mmap_control;
 	struct snd_pcm_sync_ptr *sync_ptr;
-	snd_pcm_uframes_t hw_ptr;
-	snd_pcm_uframes_t appl_ptr;
 	int period_event;
 	snd_timer_t *period_timer;
 	struct pollfd period_timer_pfd;
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-26  9:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 10:26 [PATCH alsa-lib 1/2] pcm_hw: Remove unused fields in struct David Henningsson
2013-05-30 10:26 ` [PATCH alsa-lib 2/2] pcm_plugin: Fix return value of snd_pcm_rewind David Henningsson
2013-05-30 12:05   ` Jaroslav Kysela
2013-06-26  6:36     ` Arun Raghavan
2013-06-26  9:28       ` Jaroslav Kysela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.