Home
last modified time | relevance | path

Searched refs:pcm_notify (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/
Daloop.c44 static int pcm_notify[SNDRV_CARDS]; variable
55 module_param_array(pcm_notify, int, NULL, 0444);
56 MODULE_PARM_DESC(pcm_notify, "Break capture when PCM format/rate/channels changes.");
1738 err = loopback_mixer_new(loopback, pcm_notify[dev] ? 1 : 0); in loopback_probe()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dsound.patch28 static int pcm_notify[SNDRV_CARDS];