Searched refs:mixer_vol_table (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/oss/
H A Dsoundcard.c81 static mixer_vol_table mixer_vols[MAX_MIXER_DEV];
116 /* mixer_vol_table is 174 bytes, so IMHO no reason to not allocate it on the stack */
117 mixer_vol_table buf;
131 if (__get_user(n, (int __user *)(&(((mixer_vol_table __user *)arg)->num))))
135 if (__copy_to_user(arg, &mixer_vols[n], sizeof(mixer_vol_table)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/oss/
H A Dsoundcard.c81 static mixer_vol_table mixer_vols[MAX_MIXER_DEV];
116 /* mixer_vol_table is 174 bytes, so IMHO no reason to not allocate it on the stack */
117 mixer_vol_table buf;
131 if (__get_user(n, (int __user *)(&(((mixer_vol_table __user *)arg)->num))))
135 if (__copy_to_user(arg, &mixer_vols[n], sizeof(mixer_vol_table)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsoundcard.h966 typedef struct mixer_vol_table { struct
970 } mixer_vol_table; typedef in typeref:struct:mixer_vol_table
972 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
973 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsoundcard.h966 typedef struct mixer_vol_table { struct
970 } mixer_vol_table; typedef in typeref:struct:mixer_vol_table
972 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
973 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dsoundcard.h953 typedef struct mixer_vol_table { struct
957 } mixer_vol_table; typedef in typeref:struct:mixer_vol_table
959 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
960 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dsoundcard.h953 typedef struct mixer_vol_table { struct
957 } mixer_vol_table; typedef in typeref:struct:mixer_vol_table
959 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
960 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dsoundcard.h953 typedef struct mixer_vol_table { struct
957 } mixer_vol_table; typedef in typeref:struct:mixer_vol_table
959 #define SOUND_MIXER_GETLEVELS _SIOWR('M', 116, mixer_vol_table)
960 #define SOUND_MIXER_SETLEVELS _SIOWR('M', 117, mixer_vol_table)

Completed in 196 milliseconds