Searched refs:attach_codec (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/soundbus/ |
H A D | soundbus.h | 148 /* These fields must be before attach_codec can be called. 155 /* this is assigned by the soundbus provider in attach_codec */ 163 int (*attach_codec)(struct soundbus_dev *dev, struct snd_card *card, member
|
H A D | core.c | 144 if (!dev->attach_codec || in soundbus_add_one()
|
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
H A D | toonie.c | 98 if (toonie->codec.soundbus_dev->attach_codec(toonie->codec.soundbus_dev, in toonie_init_codec()
|
H A D | onyx.c | 918 if (onyx->codec.soundbus_dev->attach_codec(onyx->codec.soundbus_dev, in onyx_init_codec()
|
H A D | tas.c | 815 if (tas->codec.soundbus_dev->attach_codec(tas->codec.soundbus_dev, in tas_init_codec()
|
/kernel/linux/linux-6.6/sound/aoa/codecs/ |
H A D | toonie.c | 98 if (toonie->codec.soundbus_dev->attach_codec(toonie->codec.soundbus_dev, in toonie_init_codec()
|
H A D | onyx.c | 918 if (onyx->codec.soundbus_dev->attach_codec(onyx->codec.soundbus_dev, in onyx_init_codec()
|
H A D | tas.c | 814 if (tas->codec.soundbus_dev->attach_codec(tas->codec.soundbus_dev, in tas_init_codec()
|
/kernel/linux/linux-6.6/sound/aoa/soundbus/ |
H A D | soundbus.h | 148 /* These fields must be before attach_codec can be called. 155 /* this is assigned by the soundbus provider in attach_codec */ 163 int (*attach_codec)(struct soundbus_dev *dev, struct snd_card *card, member
|
H A D | core.c | 142 if (!dev->attach_codec || in soundbus_add_one()
|
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/ |
H A D | core.c | 227 dev->sound.attach_codec = i2sbus_attach_codec; in i2sbus_add_dev()
|
/kernel/linux/linux-6.6/sound/aoa/soundbus/i2sbus/ |
H A D | core.c | 227 dev->sound.attach_codec = i2sbus_attach_codec; in i2sbus_add_dev()
|
Completed in 18 milliseconds