Searched refs:of (Results 1 – 25 of 385) sorted by relevance
12345678910>>...16
/sound/aoa/soundbus/ |
D | sysfs.c | 12 struct platform_device *of = &sdev->ofdev; in modalias_show() local 21 of->dev.of_node, 'T', in modalias_show() 22 of_node_get_device_type(of->dev.of_node)); in modalias_show() 33 struct platform_device *of = &sdev->ofdev; in name_show() local 35 return sprintf(buf, "%pOFn\n", of->dev.of_node); in name_show() 43 struct platform_device *of = &sdev->ofdev; in type_show() local 45 return sprintf(buf, "%s\n", of_node_get_device_type(of->dev.of_node)); in type_show()
|
D | core.c | 61 struct platform_device * of; in soundbus_uevent() local 73 of = &soundbus_dev->ofdev; in soundbus_uevent() 76 retval = add_uevent_var(env, "OF_NAME=%pOFn", of->dev.of_node); in soundbus_uevent() 80 retval = add_uevent_var(env, "OF_TYPE=%s", of_node_get_device_type(of->dev.of_node)); in soundbus_uevent() 88 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in soundbus_uevent()
|
/sound/core/ |
D | Kconfig | 45 This option enables the build of OSS emulation layer. 78 support conversion of channels, formats and rates. It will 79 behave like most of new OSS/Free drivers in 2.4/2.6 kernels. 107 If you say Y here, the minor numbers of ALSA device files in 115 int "Max number of sound cards" 120 Specify the max number of sound cards that can be assigned 185 Say Y to enable the additional validation of each control element 187 from the driver are in the proper ranges or the check of the invalid 188 access at out-of-array areas.
|
/sound/soc/sof/ |
D | Makefile | 9 snd-sof-of-objs := sof-of-dev.o 18 obj-$(CONFIG_SND_SOC_SOF_OF) += snd-sof-of.o
|
/sound/drivers/ |
D | Kconfig | 64 before the other sound driver of yours, making the 73 in your PC instead of the real speaker. 87 of programs using the ALSA API. 102 configured number of substreams (see the pcm_substreams module 107 of system time). 194 Say Y here to enable the aggressive power-saving support of 201 seconds of idle time the driver must count before it may 202 put the AC97 into power-save mode; a value of 0 (zero) 203 disables the use of this power-save mode. 213 the device frequently. A value of 10 seconds would be a
|
/sound/ac97/ |
D | Kconfig | 10 This is the new AC97 bus type, successor of AC97_BUS. The ported 12 this instead of the AC97_BUS.
|
/sound/soc/generic/ |
D | Kconfig | 10 It also support DPCM of multi CPU single Codec ststem. 19 It also support DPCM of multi CPU single Codec ststem.
|
/sound/ |
D | Kconfig | 24 module aliases when one of the device numbers is opened. With 29 The only visible difference is use of additional module aliases 80 # the following will depend on the order of config. 86 # the following will depend on the order of config.
|
/sound/aoa/codecs/ |
D | Kconfig | 9 (most of those with digital audio output). 17 found in a lot of Apple Machines, especially
|
/sound/oss/dmasound/ |
D | Kconfig | 7 If you want to use the internal audio of your Atari in Linux, answer 21 If you want to use the internal audio of your Amiga in Linux, answer 35 If you want to use the internal audio of your Q40 in Linux, answer
|
/sound/soc/fsl/ |
D | Kconfig | 14 This option is only useful for out-of-tree drivers since 25 This option is only useful for out-of-tree drivers since 35 This option is only useful for out-of-tree drivers since 53 This option is only useful for out-of-tree drivers since 65 This option is only useful for out-of-tree drivers since 75 This option is only useful for out-of-tree drivers since 110 This option is only useful for out-of-tree drivers since
|
/sound/soc/cirrus/ |
D | Kconfig | 20 Underflow of internal I2S controller FIFO could confuse the 23 which disables and re-enables I2S in case of underflow and
|
/sound/soc/codecs/ |
D | es8328-spi.c | 20 MODULE_DEVICE_TABLE(of, es8328_of_match);
|
D | ssm2602-spi.c | 26 MODULE_DEVICE_TABLE(of, ssm2602_of_match);
|
D | adau7118-hw.c | 23 MODULE_DEVICE_TABLE(of, adau7118_of_match);
|
D | es8328-i2c.c | 30 MODULE_DEVICE_TABLE(of, es8328_of_match);
|
D | ssm2602-i2c.c | 43 MODULE_DEVICE_TABLE(of, ssm2602_of_match);
|
D | pcm5102a.c | 44 MODULE_DEVICE_TABLE(of, pcm5102a_of_match);
|
D | tlv320aic23-i2c.c | 42 MODULE_DEVICE_TABLE(of, tlv320aic23_of_match);
|
D | wm8804-spi.c | 37 MODULE_DEVICE_TABLE(of, wm8804_of_match);
|
D | pcm179x-spi.c | 36 MODULE_DEVICE_TABLE(of, pcm179x_of_match);
|
D | pcm3168a-spi.c | 46 MODULE_DEVICE_TABLE(of, pcm3168a_of_match);
|
D | pcm179x-i2c.c | 37 MODULE_DEVICE_TABLE(of, pcm179x_of_match);
|
/sound/soc/sti/ |
D | Kconfig | 12 any of the STI platforms (e.g. STIH416).
|
/sound/soc/xtensa/ |
D | Kconfig | 8 the drivers for the rest of XTFPGA audio subsystem.
|
12345678910>>...16