commit | f806bdb2f7235907fcd310e6d147b3bcd281fa97 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 10:00:58 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 12:12:50 2014 +0100 |
tree | e0ec1378953e1cc742ca6c67d9fa8f69500f55b0 | |
parent | caa751bad444268d756b48ca03d7cceda3430cc8 [diff] |
ALSA: hwdep: Take private_data as drvdata for sysfs For referring to a different object from sysfs ops, take hwdep private_data as stored via dev_set_drvdata() at creating the device object. In that way, the same sysfs ops can be used by different device types. Signed-off-by: Takashi Iwai <tiwai@suse.de>