Revision 0a9b999b gr-audio-alsa/src/audio_alsa_sink.cc

b/gr-audio-alsa/src/audio_alsa_sink.cc
1 1
/* -*- c++ -*- */
2 2
/*
3
 * Copyright 2004 Free Software Foundation, Inc.
3
 * Copyright 2004,2010 Free Software Foundation, Inc.
4 4
 * 
5 5
 * This file is part of GNU Radio
6 6
 * 
......
70 70
		      const std::string dev,
71 71
		      bool ok_to_block)
72 72
{
73
  return audio_alsa_sink_sptr (new audio_alsa_sink (sampling_rate, dev,
73
  return gnuradio::get_initial_sptr(new audio_alsa_sink (sampling_rate, dev,
74 74
						    ok_to_block));
75 75
}
76 76

Also available in: Unified diff