diff options
author | Johnathan Corgan | 2011-03-14 10:26:56 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-03-14 10:26:56 -0700 |
commit | 5748eff26f835bffedb41bd5748ccbaefbe1e02f (patch) | |
tree | 4d2a2d1372c613d4f9276f5b0805c5ca3c01899d /gr-audio-alsa/gr-audio-alsa.conf | |
parent | 2ce363d4e82c2f7b7f83f1a9283c33b9793bac2d (diff) | |
download | gnuradio-5748eff26f835bffedb41bd5748ccbaefbe1e02f.tar.gz gnuradio-5748eff26f835bffedb41bd5748ccbaefbe1e02f.tar.bz2 gnuradio-5748eff26f835bffedb41bd5748ccbaefbe1e02f.zip |
audio: remove obsoleted individual top-level components
Diffstat (limited to 'gr-audio-alsa/gr-audio-alsa.conf')
-rw-r--r-- | gr-audio-alsa/gr-audio-alsa.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gr-audio-alsa/gr-audio-alsa.conf b/gr-audio-alsa/gr-audio-alsa.conf deleted file mode 100644 index 5cec63e7a..000000000 --- a/gr-audio-alsa/gr-audio-alsa.conf +++ /dev/null @@ -1,11 +0,0 @@ -# This file contains system wide configuration data for GNU Radio. -# You may override any setting on a per-user basis by editing -# ~/.gnuradio/config.conf - -[audio_alsa] - -default_input_device = hw:0,0 -default_output_device = hw:0,0 -period_time = 0.010 # in seconds -nperiods = 4 # total buffering = period_time * nperiods -verbose = false |