ALSA: Drop __bitwise and typedefs for snd_device attributes
authorTakashi Iwai <tiwai@suse.de>
Wed, 29 Jan 2014 14:13:33 +0000 (15:13 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Feb 2014 07:20:24 +0000 (08:20 +0100)
Using __bitwise and typedefs for the attributes of snd_device struct
isn't so useful, and rather it worsens the readability.  Let's drop
them and use the straightforward enum.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found