]> git.alsa-project.org Git - alsa-utils.git/commit
speaker-test: allow frequency to be floating point
authorDan McGee <dpmcgee@gmail.com>
Sun, 10 May 2009 00:27:05 +0000 (02:27 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 11 May 2009 07:06:33 +0000 (09:06 +0200)
commit7d051f7e10b942028ca0e678423444a96fa97ab8
tree68ec665f6e2b86c0f087807d2281cfea4c5636b4
parent83ae381a05dd160b8aedd04fda3d65e18d0e2f2f
speaker-test: allow frequency to be floating point

Use atof() rather than atoi() to store the frequency- we were already using
a floating point value internally but did not let the user specify one from
the command line.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
speaker-test/speaker-test.c