On 24/05/15 13:33, Robert Millan wrote:
Hi

Please consider attached patch:

     Add a few symlinks which are commonly expected by applications

     /dev/audio    -> audio0
     /dev/sound    -> sound0
     /dev/audioctl -> audioctl0
     /dev/mixer    -> mixer0

Your patch adds a vfs link dependency to a dev component. vfs does not seem necessary for audio; consider in-kernel users that could access the audio facilities without going through /dev/audio. Can you rework your patch to use an indirect call? See what makedevnodes does.

Reply via email to