Searched refs:intel8x0 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/sound/pci/ |
D | intel8x0.c | 338 struct intel8x0 { struct 419 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset) in igetbyte() 424 static inline u16 igetword(struct intel8x0 *chip, u32 offset) in igetword() 429 static inline u32 igetdword(struct intel8x0 *chip, u32 offset) in igetdword() 434 static inline void iputbyte(struct intel8x0 *chip, u32 offset, u8 val) in iputbyte() 439 static inline void iputword(struct intel8x0 *chip, u32 offset, u16 val) in iputword() 444 static inline void iputdword(struct intel8x0 *chip, u32 offset, u32 val) in iputdword() 453 static inline u16 iagetword(struct intel8x0 *chip, u32 offset) in iagetword() 458 static inline void iaputword(struct intel8x0 *chip, u32 offset, u16 val) in iaputword() 471 static int snd_intel8x0_codec_semaphore(struct intel8x0 *chip, unsigned int codec) in snd_intel8x0_codec_semaphore() [all …]
|
D | Makefile | 22 snd-intel8x0-objs := intel8x0.o 48 obj-$(CONFIG_SND_INTEL8X0) += snd-intel8x0.o
|
D | Kconfig | 671 will be called snd-intel8x0.
|
/Linux-v6.1/Documentation/sound/ |
D | alsa-configuration.rst | 204 See the description of intel8x0 module for details. 1277 Module snd-intel8x0 2524 snd-intel8x0. Some hardware have swapped output pins between Master
|
/Linux-v6.1/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 1117 device IDs. Such an example is found in the intel8x0 driver. 3028 the corresponding value. For example, intel8x0 and es1968 drivers have
|