diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-01-29 09:13:33 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-02-14 02:20:24 -0500 |
commit | 9ce5054363c6ec7e38d0c6c39bd116ec4f7d6480 (patch) | |
tree | 59373036dbcc458c5016a36af771ed05b0dde7be /sound/aoa/aoa.h | |
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>
Diffstat (limited to 'sound/aoa/aoa.h')
-rw-r--r-- | sound/aoa/aoa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/aoa.h b/sound/aoa/aoa.h index e08789484e30..34c668f27798 100644 --- a/sound/aoa/aoa.h +++ b/sound/aoa/aoa.h | |||
@@ -116,7 +116,7 @@ struct aoa_card { | |||
116 | struct snd_card *alsa_card; | 116 | struct snd_card *alsa_card; |
117 | }; | 117 | }; |
118 | 118 | ||
119 | extern int aoa_snd_device_new(snd_device_type_t type, | 119 | extern int aoa_snd_device_new(enum snd_device_type type, |
120 | void * device_data, struct snd_device_ops * ops); | 120 | void * device_data, struct snd_device_ops * ops); |
121 | extern struct snd_card *aoa_get_card(void); | 121 | extern struct snd_card *aoa_get_card(void); |
122 | extern int aoa_snd_ctl_add(struct snd_kcontrol* control); | 122 | extern int aoa_snd_ctl_add(struct snd_kcontrol* control); |