Home
last modified time | relevance | path

Searched refs:snd_card_unref (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/sound/core/
Dcompress_offload.c112 snd_card_unref(compr->card); in snd_compr_open()
118 snd_card_unref(compr->card); in snd_compr_open()
128 snd_card_unref(compr->card); in snd_compr_open()
142 snd_card_unref(compr->card); in snd_compr_open()
Dhwdep.c103 snd_card_unref(hw->card); in snd_hwdep_open()
156 snd_card_unref(hw->card); in snd_hwdep_open()
Drawmidi.c395 snd_card_unref(rmidi->card); in snd_rawmidi_open()
452 snd_card_unref(rmidi->card); in snd_rawmidi_open()
460 snd_card_unref(rmidi->card); in snd_rawmidi_open()
Dcontrol.c89 snd_card_unref(card); in snd_ctl_open()
98 snd_card_unref(card); in snd_ctl_open()
Dpcm_native.c1856 snd_card_unref(substream1->pcm->card); in snd_pcm_link()
2334 snd_card_unref(pcm->card); in snd_pcm_playback_open()
2348 snd_card_unref(pcm->card); in snd_pcm_capture_open()
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c56 snd_card_unref(card); in snd_mixer_oss_open()
61 snd_card_unref(card); in snd_mixer_oss_open()
67 snd_card_unref(card); in snd_mixer_oss_open()
76 snd_card_unref(card); in snd_mixer_oss_open()
79 snd_card_unref(card); in snd_mixer_oss_open()
Dpcm_oss.c2456 snd_card_unref(pcm->card); in snd_pcm_oss_open()
2465 snd_card_unref(pcm->card); in snd_pcm_oss_open()
/linux-4.4.14/include/sound/
Dcore.h267 #define snd_card_unref(card) put_device(&(card)->card_dev) macro