Skip to content

Commit

Permalink
[ALSA] create driver symlink in snd-aoa /sys/bus/aoa-soundbus/devices/*/
Browse files Browse the repository at this point in the history
create sysfs driver symlink for snd-aoa in /sys/bus/aoa-soundbus/devices/*/
Acked-by: Johannes Berg <[email protected]>

Signed-off-by: Olaf Hering <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
olafhering authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 61e7710 commit c17d6fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/aoa/fabrics/snd-aoa-fabric-layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,9 @@ static struct soundbus_driver aoa_soundbus_driver = {
.suspend = aoa_fabric_layout_suspend,
.resume = aoa_fabric_layout_resume,
#endif
.driver = {
.owner = THIS_MODULE,
}
};

static int __init aoa_fabric_layout_init(void)
Expand Down

0 comments on commit c17d6fd

Please sign in to comment.