commit | 9ce5054363c6ec7e38d0c6c39bd116ec4f7d6480 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jan 29 15:13:33 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 14 08:20:24 2014 +0100 |
tree | 59373036dbcc458c5016a36af771ed05b0dde7be | |
parent | 483eb0627683b840d8f74fc0bb75be9132e76cd2 [diff] |
ALSA: Drop __bitwise and typedefs for snd_device attributes 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>