summaryrefslogtreecommitdiffstats
path: root/include/sound/pcm.h
diff options
context:
space:
mode:
authorTakashi Iwai2011-10-26 23:51:43 +0200
committerTakashi Iwai2011-10-26 23:51:43 +0200
commitd22665702226e9c40bc331098559e3d55e7cd43d (patch)
tree6e92734c9835dc9e064b20182624939f3486d28d /include/sound/pcm.h
parentALSA: hda - Fix pin-config for ASUS W90V (diff)
parentALSA: Update the sound git tree URL (diff)
downloadkernel-qcow2-linux-d22665702226e9c40bc331098559e3d55e7cd43d.tar.gz
kernel-qcow2-linux-d22665702226e9c40bc331098559e3d55e7cd43d.tar.xz
kernel-qcow2-linux-d22665702226e9c40bc331098559e3d55e7cd43d.zip
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r--include/sound/pcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 249d98838d90..3e7fda6e8164 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -825,6 +825,8 @@ int snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime,
int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime,
unsigned int cond,
snd_pcm_hw_param_t var);
+int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime,
+ unsigned int base_rate);
int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime,
unsigned int cond,
int var,