alsa-lib/src/control
Arun Raghavan df924cd9c5 control: Use strcpy() instead of stpcpy()
This allows us to build in environments that don't provide stpcpy().
This makes it necessary to traverse the string twice, but should not be
noticeable in clients since this function is very unlikely to be part of
a performance-critical path.

[coding style fixed by tiwai]

Signed-off-by: Arun Raghavan <arun.raghavan@collabora.co.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-07-17 14:55:55 +02:00
..
cards.c Document strdup allocation in snd_card_get_name family 2012-01-19 12:38:58 +01:00
control.c control: Use strcpy() instead of stpcpy() 2012-07-17 14:55:55 +02:00
control_ext.c Fix the binary compatibility of ext-ctl plugin with protocol 1.0.0 2012-06-25 23:16:14 +02:00
control_hw.c control: add snd_ctl_elem_add_enumerated() 2011-10-07 23:38:55 +02:00
control_local.h general: recoded snd_dlobj_ functions 2010-08-23 17:10:16 +02:00
control_shm.c Make seq, rawmidi and control operation structures static const. 2008-11-21 20:28:38 +01:00
control_symbols.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:24:55 +02:00
ctlparse.c ctlparse: Respect softfloat configure option 2011-05-20 09:10:04 +02:00
hcontrol.c hctl: Remove a useless assert 2012-07-05 10:09:06 +02:00
Makefile.am control: add ASCII parsers from amixer 2010-11-04 19:58:44 +01:00
namehint.c Improve snd_device_name_hint documentation 2012-01-19 12:36:58 +01:00
setup.c modem.conf Off-hook improve behavior 2010-01-22 11:45:35 +01:00
tlv.c tlv: improve robustness of raw value ranges 2012-05-23 01:53:28 +02:00