summaryrefslogtreecommitdiffstats
path: root/usb_stream
Commit message (Collapse)AuthorAgeFilesLines
* Mark as static the functions not used outside their unit.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
| | | | | | | This allows the compiler to assume more about their interface, if at all possible. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
| | | | | | | This adds extra safety that the built libraries will have all the correct dependencies linked in. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Add missing noinst_HEADERS to usb_stream/Makefile.amTakashi Iwai2008-08-181-0/+2
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Add usb_stream PCM pluginKarsten Wiese2008-07-313-0/+605
usb_stream PCM plugin is used together with snd-usb-us122l driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>