Searched refs:mixer (Results 1 – 4 of 4) sorted by relevance
/arch/um/drivers/ |
D | hostaudio_kern.c | 33 static char *mixer = HOSTAUDIO_DEV_MIXER; variable 45 module_param(mixer, charp, 0644); 46 MODULE_PARM_DESC(mixer, MIXER_HELP); 59 mixer = name; in set_mixer() 251 printk(KERN_DEBUG "hostmixer: open called (host: %s)\n", mixer); in hostmixer_open_mixdev() 263 kparam_block_sysfs_write(mixer); in hostmixer_open_mixdev() 265 ret = os_open_file(mixer, of_set_rw(OPENFLAGS(), r, w), 0); in hostmixer_open_mixdev() 267 kparam_unblock_sysfs_write(mixer); in hostmixer_open_mixdev() 331 dsp, mixer); in hostaudio_init_module()
|
/arch/arm/boot/dts/ |
D | exynos5420.dtsi | 714 mixer: mixer@14450000 { label 715 compatible = "samsung,exynos5420-mixer"; 719 clock-names = "mixer", "sclk_hdmi";
|
D | exynos5250.dtsi | 725 mixer { 726 compatible = "samsung,exynos5250-mixer"; 730 clock-names = "mixer", "sclk_hdmi";
|
/arch/um/ |
D | Kconfig.char | 108 between the host's dsp and mixer devices and the UML sound system.
|