aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-12-21 20:44:10 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-12-21 20:44:10 +0000
commit8dd927e97fdaddf3eb9f733299130041c7d73e3d (patch)
tree9183cbe646ecc785abb1d6a1c8efc366bd5318a4 /include/aserver.h
parent2fe121909973118cd1bbaae3bf2b2deee86e2bdc (diff)
New hw_params implementation
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aserver.h b/include/aserver.h
index db8439e6..f66944c7 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -42,7 +42,7 @@ typedef struct {
pid_t pid;
} async;
snd_pcm_info_t info;
- snd_pcm_hw_info_t hw_info;
+ snd_pcm_hw_params_t hw_refine;
snd_pcm_hw_params_t hw_params;
snd_pcm_sw_params_t sw_params;
snd_pcm_dig_params_t dig_params;