Home
last modified time | relevance | path

Searched refs:pcm_format_first (Results 1 – 5 of 5) sorted by relevance

/linux/include/sound/
H A Dhda_codec.h250 unsigned int pcm_format_first:1; /* PCM format must be set first */ member
/linux/sound/hda/common/
H A Dcodec.c1140 if (codec->pcm_format_first) in snd_hda_codec_setup_stream()
1143 if (!codec->pcm_format_first) in snd_hda_codec_setup_stream()
/linux/Documentation/sound/hd-audio/
H A Dnotes.rst456 pcm_format_first (bool)
/linux/sound/hda/codecs/
H A Dgeneric.c124 codec->pcm_format_first = !!val; in parse_user_hints()
H A Dca0132.c9921 codec->pcm_format_first = 1; in ca0132_codec_probe()