commit | 648a8d276ed10062addd4a4e18aaf9ff84f14543 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 10:38:13 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 12:12:54 2014 +0100 |
tree | 5f0dcf8587dfb6123b51fe379e8aaf8812368ef2 | |
parent | 13aeaf68019d297be79c99f828c2a9d6affef06b [diff] |
ALSA: hda - Add sysfs to codec object, too We have currently sysfs attributes for each hwdep, but basically these should belong to the codec itself, per se. Let's add them to the codec object while keeping them for hwdep as is for compatibility. While we are at it, split the sysfs-related stuff into a separate source file, hda_sysfs.c, and keep only the stuff necessary for hwdep in hda_hwdep.c. Signed-off-by: Takashi Iwai <tiwai@suse.de>