Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dhda_codec.h249 unsigned int pcm_format_first:1; /* PCM format must be set first */ member
/linux/sound/hda/common/
H A Dcodec.c1137 if (codec->pcm_format_first) in snd_hda_codec_setup_stream()
1140 if (!codec->pcm_format_first) in snd_hda_codec_setup_stream()
/linux/sound/hda/codecs/
H A Dgeneric.c122 val = snd_hda_get_bool_hint(codec, "pcm_format_first"); in parse_user_hints()
124 codec->pcm_format_first = !!val; in parse_user_hints()
H A Dca0132.c9985 codec->pcm_format_first = 1; in ca0132_codec_probe()