Symbol: snd_device_free
drivers/staging/greybus/audio_codec.c
799
snd_device_free(card->snd_card, jack->jack.jack);
drivers/staging/greybus/audio_codec.c
963
snd_device_free(comp->card->snd_card,
include/sound/core.h
353
void snd_device_free(struct snd_card *card, void *device_data);
sound/aoa/codecs/onyx.c
968
snd_device_free(aoa_get_card(), onyx);
sound/aoa/codecs/tas.c
829
snd_device_free(aoa_get_card(), tas);
sound/aoa/codecs/toonie.c
102
snd_device_free(aoa_get_card(), toonie);
sound/aoa/core/alsa.c
80
snd_device_free(card, device_data);
sound/aoa/soundbus/i2sbus/pcm.c
1039
snd_device_free(dev->pcm->card, dev->pcm);
sound/core/device.c
143
EXPORT_SYMBOL(snd_device_free);
sound/core/pcm_timer.c
115
snd_device_free(timer->card, timer);
sound/core/pcm_timer.c
126
snd_device_free(substream->pcm->card, substream->timer);
sound/core/seq/seq_virmidi.c
503
snd_device_free(card, rmidi);
sound/drivers/mpu401/mpu401_uart.c
591
snd_device_free(card, rmidi);
sound/drivers/opl3/opl3_lib.c
393
snd_device_free(card, opl3);
sound/drivers/opl3/opl3_lib.c
400
snd_device_free(card, opl3);
sound/drivers/opl3/opl3_lib.c
421
snd_device_free(card, opl3);
sound/drivers/opl3/opl3_lib.c
452
snd_device_free(opl3->card, opl3->timer1);
sound/drivers/opl3/opl3_lib.c
477
snd_device_free(card, opl3);
sound/drivers/opl4/opl4_lib.c
223
snd_device_free(card, opl4);
sound/hda/codecs/hdmi/hdmi.c
2064
snd_device_free(codec->card, spec->pcm_rec[pcm_idx].jack);
sound/hda/common/beep.c
283
snd_device_free(codec->card, codec->beep);
sound/hda/common/codec.c
741
snd_device_free(pcm->codec->card, pcm->pcm);
sound/hda/common/controller.c
722
snd_device_free(chip->card, pcm);
sound/hda/common/jack.c
188
snd_device_free(codec->card, jack->jack);
sound/hda/controllers/cix-ipbloq.c
303
snd_device_free(card, chip);
sound/hda/controllers/cix-ipbloq.c
315
snd_device_free(card, chip);
sound/i2c/i2c.c
50
snd_device_free(bus->card, slave);
sound/isa/gus/gus_timer.c
173
snd_device_free(gus->card, gus->gf1.timer1);
sound/isa/gus/gus_timer.c
177
snd_device_free(gus->card, gus->gf1.timer2);
sound/isa/sb/emu8000_synth.c
92
snd_device_free(dev->card, hw->pcm);
sound/isa/sb/sb16_csp.c
122
snd_device_free(chip->card, hw);
sound/pci/emu10k1/emumixer.c
2135
snd_device_free(emu->card, pbus);
sound/spi/at73c213.c
906
snd_device_free(card, chip);
sound/synth/emux/emux_hwdep.c
147
snd_device_free(emu->card, emu->hwdep);
sound/synth/emux/emux_oss.c
83
snd_device_free(emu->card, emu->oss_synth);
sound/synth/emux/emux_seq.c
363
snd_device_free(card, rmidi);
sound/synth/emux/emux_seq.c
384
snd_device_free(emu->card, emu->vmidi[i]);