aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/rockchip
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-26 13:53:41 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-26 13:53:41 +0100
commit7533185eeefd087d5472422181ae8edf75118213 (patch)
tree6a62ccb019668215f70bcc9876a795548f57262a /sound/soc/rockchip
parentALSA: hda - Enable docking station for an HP machine (diff)
parentALSA: seq-dummy: remove deadlock-causing events on close (diff)
downloadwireguard-linux-7533185eeefd087d5472422181ae8edf75118213.tar.xz
wireguard-linux-7533185eeefd087d5472422181ae8edf75118213.zip
Merge branch 'for-linus' into for-next
Sync with the latest 3.19-rc state for applying other ALSA sequencer core fixes.
Diffstat (limited to 'sound/soc/rockchip')
-rw-r--r--sound/soc/rockchip/rockchip_i2s.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c
index 0a98076333ff..acb5be53bfb4 100644
--- a/sound/soc/rockchip/rockchip_i2s.c
+++ b/sound/soc/rockchip/rockchip_i2s.c
@@ -339,6 +339,7 @@ static struct snd_soc_dai_driver rockchip_i2s_dai = {
SNDRV_PCM_FMTBIT_S24_LE),
},
.ops = &rockchip_i2s_dai_ops,
+ .symmetric_rates = 1,
};
static const struct snd_soc_component_driver rockchip_i2s_component = {