Home
last modified time | relevance | path

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

/sound/aoa/fabrics/
Dlayout.c768 struct codec_connection *cc; in check_codec() local
795 cc = cci->connections; in check_codec()
796 if (!cc) in check_codec()
802 codec->fabric_data = cc; in check_codec()
804 while (cc->connected) { in check_codec()
805 codec->connected |= 1<<cc->codec_bit; in check_codec()
806 cc++; in check_codec()
891 struct codec_connection *cc; in layout_attached_codec() local
898 cc = codec->fabric_data; in layout_attached_codec()
910 while (cc->connected) { in layout_attached_codec()
[all …]
/sound/isa/sb/
Demu8000_patch.c89 unsigned char cc; in read_word() local
90 get_user(cc, (unsigned char __user *)buf + offset); in read_word()
91 c = cc << 8; /* convert 8bit -> 16bit */ in read_word()
96 unsigned short cc; in read_word()
97 get_user(cc, (unsigned short __user *)buf + offset); in read_word()
98 c = swab16(cc); in read_word()
/sound/hda/
Dhdac_stream.c468 static cycle_t azx_cc_read(const struct cyclecounter *cc) in azx_cc_read() argument
470 struct hdac_stream *azx_dev = container_of(cc, struct hdac_stream, cc); in azx_cc_read()
479 struct cyclecounter *cc = &azx_dev->cc; in azx_timecounter_init() local
482 cc->read = azx_cc_read; in azx_timecounter_init()
483 cc->mask = CLOCKSOURCE_MASK(32); in azx_timecounter_init()
495 cc->mult = 125; /* saturation after 195 years */ in azx_timecounter_init()
496 cc->shift = 0; in azx_timecounter_init()
499 timecounter_init(tc, cc, nsec); in azx_timecounter_init()
/sound/pci/asihpi/
Dasihpi.c138 struct clk_cache cc; member
2396 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_info()
2415 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_get()
2443 struct clk_cache *clkcache = &asihpi->cc; in snd_asihpi_clksrc_put()
2550 clkcache = &asihpi->cc; in snd_asihpi_sampleclock_add()