ASoC: Add sysfs entries via static attribute groups
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Jan 2015 19:16:37 +0000 (20:16 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 2 Feb 2015 20:02:42 +0000 (20:02 +0000)
commitd29697dc3b92cb12a80632a5ade4fa26fd98225e
tree1e829f0bacff5d5f2130ed13731f91e60f683c6b
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
ASoC: Add sysfs entries via static attribute groups

Instead of calling device_create_file() manually, assign the static
attribute group entries at the device registration.  This simplifies
the error handling and avoids the possible races.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dapm.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c