diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-11-26 19:17:42 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-11-26 19:17:42 +0300 |
commit | 37fa84d8e647e584bf1b71bdff0330049e34f5ef (patch) | |
tree | 6575dc8f4771be4677a2810756b1be518db1eb55 /sound/soc/codecs/wm8523.c | |
parent | 5a8cfb4e8ae317d283f84122ed20faa069c5e0c4 (diff) | |
parent | 25436180ee8bed6740f29d92c2030c759885c147 (diff) | |
download | linux-37fa84d8e647e584bf1b71bdff0330049e34f5ef.tar.xz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/wm8523.c')
-rw-r--r-- | sound/soc/codecs/wm8523.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c index 712ef7c76f90..9a433a5396cb 100644 --- a/sound/soc/codecs/wm8523.c +++ b/sound/soc/codecs/wm8523.c @@ -146,7 +146,6 @@ static int wm8523_startup(struct snd_pcm_substream *substream, return -EINVAL; } - return 0; snd_pcm_hw_constraint_list(substream->runtime, 0, SNDRV_PCM_HW_PARAM_RATE, &wm8523->rate_constraint); |