Searched refs:cap_substream (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/i2c/other/ |
H A D | ak4114.c | 459 struct snd_pcm_substream *cap_substream) in snd_ak4114_build() 465 if (snd_BUG_ON(!cap_substream)) in snd_ak4114_build() 468 ak4114->capture_substream = cap_substream; in snd_ak4114_build() 482 kctl->id.device = cap_substream->pcm->device; in snd_ak4114_build() 483 kctl->id.subdevice = cap_substream->number; in snd_ak4114_build() 457 snd_ak4114_build(struct ak4114 *ak4114, struct snd_pcm_substream *ply_substream, struct snd_pcm_substream *cap_substream) snd_ak4114_build() argument
|
H A D | ak4113.c | 485 struct snd_pcm_substream *cap_substream) in snd_ak4113_build() 491 if (snd_BUG_ON(!cap_substream)) in snd_ak4113_build() 493 ak4113->substream = cap_substream; in snd_ak4113_build() 498 kctl->id.device = cap_substream->pcm->device; in snd_ak4113_build() 499 kctl->id.subdevice = cap_substream->number; in snd_ak4113_build() 484 snd_ak4113_build(struct ak4113 *ak4113, struct snd_pcm_substream *cap_substream) snd_ak4113_build() argument
|
H A D | ak4117.c | 410 int snd_ak4117_build(struct ak4117 *ak4117, struct snd_pcm_substream *cap_substream) in snd_ak4117_build() argument 416 if (snd_BUG_ON(!cap_substream)) in snd_ak4117_build() 418 ak4117->substream = cap_substream; in snd_ak4117_build() 423 kctl->id.device = cap_substream->pcm->device; in snd_ak4117_build() 424 kctl->id.subdevice = cap_substream->number; in snd_ak4117_build()
|
/kernel/linux/linux-6.6/sound/i2c/other/ |
H A D | ak4114.c | 460 struct snd_pcm_substream *cap_substream) in snd_ak4114_build() 466 if (snd_BUG_ON(!cap_substream)) in snd_ak4114_build() 469 ak4114->capture_substream = cap_substream; in snd_ak4114_build() 483 kctl->id.device = cap_substream->pcm->device; in snd_ak4114_build() 484 kctl->id.subdevice = cap_substream->number; in snd_ak4114_build() 458 snd_ak4114_build(struct ak4114 *ak4114, struct snd_pcm_substream *ply_substream, struct snd_pcm_substream *cap_substream) snd_ak4114_build() argument
|
H A D | ak4113.c | 485 struct snd_pcm_substream *cap_substream) in snd_ak4113_build() 491 if (snd_BUG_ON(!cap_substream)) in snd_ak4113_build() 493 ak4113->substream = cap_substream; in snd_ak4113_build() 498 kctl->id.device = cap_substream->pcm->device; in snd_ak4113_build() 499 kctl->id.subdevice = cap_substream->number; in snd_ak4113_build() 484 snd_ak4113_build(struct ak4113 *ak4113, struct snd_pcm_substream *cap_substream) snd_ak4113_build() argument
|
H A D | ak4117.c | 411 int snd_ak4117_build(struct ak4117 *ak4117, struct snd_pcm_substream *cap_substream) in snd_ak4117_build() argument 417 if (snd_BUG_ON(!cap_substream)) in snd_ak4117_build() 419 ak4117->substream = cap_substream; in snd_ak4117_build() 424 kctl->id.device = cap_substream->pcm->device; in snd_ak4117_build() 425 kctl->id.subdevice = cap_substream->number; in snd_ak4117_build()
|
/kernel/linux/linux-5.10/sound/i2c/ |
H A D | cs8427.c | 517 struct snd_pcm_substream *cap_substream) in snd_cs8427_iec958_build() 524 if (snd_BUG_ON(!play_substream || !cap_substream)) in snd_cs8427_iec958_build() 541 chip->capture.substream = cap_substream; in snd_cs8427_iec958_build() 515 snd_cs8427_iec958_build(struct snd_i2c_device *cs8427, struct snd_pcm_substream *play_substream, struct snd_pcm_substream *cap_substream) snd_cs8427_iec958_build() argument
|
/kernel/linux/linux-6.6/sound/i2c/ |
H A D | cs8427.c | 525 struct snd_pcm_substream *cap_substream) in snd_cs8427_iec958_build() 532 if (snd_BUG_ON(!play_substream || !cap_substream)) in snd_cs8427_iec958_build() 549 chip->capture.substream = cap_substream; in snd_cs8427_iec958_build() 523 snd_cs8427_iec958_build(struct snd_i2c_device *cs8427, struct snd_pcm_substream *play_substream, struct snd_pcm_substream *cap_substream) snd_cs8427_iec958_build() argument
|
Completed in 8 milliseconds