summaryrefslogtreecommitdiff
path: root/xmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-12ioops: misc: add dup{,2}_or_die to ioopsDaniel Borkmann1-8/+0
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+151
broonie@kernel.org>2016-09-26 09:35:10 -0700 commitc14c59f2e9ca2dc3ddb3af67b71a11feaaacbbce (patch) tree5ed3662fc2b6fb36a2630daf75055119567e3a1f /sound/soc/sh parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: ak4104: Limit the supported sample rates
Currently the driver exposes range of sample rates between 8KHz to 192KHz as a part of dai_driver. This does not hold true as the limited number sample rates are allowed in hw_params DAI callback. This patch limits the sample rates exposed via dai_driver. Signed-off-by: Vishal Thanki <vishalthanki@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh')